#include <RodRModule.h>
Inheritance diagram for SCTDAL::RodRModule:
Public Member Functions | |
RodRModule (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~RodRModule () |
bool | destroy (::Configuration &conf) |
Destroy object of the RodRModule class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_position () const |
Get "position" attribute value. | |
unsigned short | position () const |
bool | set_position (unsigned short value) |
Set "position" attribute value. | |
const SCTDAL::SCT_Module * | get_module () const |
Get "module" relationship value. | |
const SCTDAL::SCT_Module * | module () const |
bool | set_module (const SCTDAL::SCT_Module *value) |
Set "module" relationship value. | |
Static Public Member Functions | |
static RodRModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodRModule 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_position |
const SCTDAL::SCT_Module * | m_module |
Friends | |
class | ::Configuration |
Definition at line 26 of file RodRModule.h.
|
Create new object of the RodRModule class.
Reimplemented in SCTDAL::RodModule. |
|
Destroy object of the RodRModule class.
Reimplemented in SCTDAL::RodModule. |
|
Get "module" relationship value.
Definition at line 97 of file RodRModule.h. References check_init(), and m_module. Here is the call graph for this function: ![]() |
|
Get "position" attribute value. ROD redundant module ID Definition at line 83 of file RodRModule.h. References check_init(), and m_position. Here is the call graph for this function: ![]() |
|
Set "module" relationship value.
Definition at line 108 of file RodRModule.cpp. |
|
Set "position" attribute value. ROD redundant module ID Definition at line 91 of file RodRModule.h. |