#include <RodRModule.h>
Inheritance diagram for SCTDAL::RodRModule:
Public Member Functions | |
RodRModule (::Configuration &conf,::ConfigObject &obj) | |
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. ROD redundant module ID. | |
unsigned short | position () const |
bool | set_position (unsigned short value) |
Set "position" attribute value. ROD redundant module ID. | |
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. | |
RodRModule (::Configuration &conf,::ConfigObject &obj) | |
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. ROD redundant module ID. | |
unsigned short | position () const |
bool | set_position (unsigned short value) |
Set "position" attribute value. ROD redundant module ID. | |
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 | |
RodRModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodRModule class. | |
RodRModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodRModule class. | |
Static Public Attributes | |
const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
void | check_init () const |
Static Private Member Functions | |
void | update (::Configuration &conf, const::ConfigurationChange *change) |
void | reset (::Configuration &conf, bool re_initialise_obj) |
void | update (::Configuration &conf, const::ConfigurationChange *change) |
void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
unsigned short | m_position |
const SCTDAL::SCT_Module * | m_module |
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, and SCTDAL::RodModule. |
|
Create new object of the RodRModule class.
Reimplemented in SCTDAL::RodModule, and SCTDAL::RodModule. |
|
Destroy object of the RodRModule class.
Reimplemented in SCTDAL::RodModule, and SCTDAL::RodModule. |
|
Destroy object of the RodRModule class.
Reimplemented in SCTDAL::RodModule, and SCTDAL::RodModule. |
|
Get "module" relationship value.
Definition at line 97 of file emp/RodRModule.h. |
|
Get "module" relationship value.
Definition at line 97 of file RodRModule.h. |
|
Get "position" attribute value. ROD redundant module ID.
Definition at line 83 of file emp/RodRModule.h. |
|
Get "position" attribute value. ROD redundant module ID.
Definition at line 83 of file RodRModule.h. |
|
Set "module" relationship value.
|
|
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 emp/RodRModule.h. |
|
Set "position" attribute value. ROD redundant module ID.
Definition at line 91 of file RodRModule.h. |