#include <RodModule.h>
Inheritance diagram for SCTDAL::RodModule:
Public Member Functions | |
RodModule (::Configuration &conf,::ConfigObject &obj) | |
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. | |
RodModule (::Configuration &conf,::ConfigObject &obj) | |
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 | |
RodModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodModule class. | |
RodModule * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodModule 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_group |
Friends | |
class | ::Configuration |
Definition at line 24 of file sctConf/dalImpl/DAL/RodModule.h.
|
Create new object of the RodModule class.
Reimplemented from SCTDAL::RodRModule. |
|
Create new object of the RodModule class.
Reimplemented from SCTDAL::RodRModule. |
|
Destroy 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 sctConf/dalImpl/DALtemp/RodModule.h. |
|
Get "group" attribute value.
Definition at line 79 of file sctConf/dalImpl/DAL/RodModule.h. |
|
Set "group" attribute value.
Definition at line 86 of file sctConf/dalImpl/DALtemp/RodModule.h. |
|
Set "group" attribute value.
Definition at line 86 of file sctConf/dalImpl/DAL/RodModule.h. |