#include <RodModule.h>
Inheritance diagram for SCTDAL::RodModule:
Public Member Functions | |
RodModule (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~RodModule () |
bool | destroy (::Configuration &conf) |
Destroy object of the RodModule class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_group () const |
Get "group" attribute value. | |
unsigned short | group () const |
bool | set_group (unsigned short value) |
Set "group" attribute value. | |
Static Public Member Functions | |
static RodModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodModule class. | |
Static Public Attributes | |
static const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
Static Private Member Functions | |
static void | update (::Configuration &conf, const ::ConfigurationChange *change) |
static void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
unsigned short | m_group |
Friends | |
class | ::Configuration |
Definition at line 24 of file RodModule.h.
|
Create new object of the RodModule class.
Reimplemented from SCTDAL::RodRModule. |
|
Destroy object of the RodModule class.
Reimplemented from SCTDAL::RodRModule. |
|
Get "group" attribute value.
Definition at line 79 of file RodModule.h. References check_init(), and m_group. Here is the call graph for this function: ![]() |
|
Set "group" attribute value.
Definition at line 86 of file RodModule.h. |