#include <Rod.h>
Public Member Functions | |
Rod (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Rod class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_id () const |
Get "id" attribute value. rod ID. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. rod ID. | |
unsigned short | get_slot () const |
Get "slot" attribute value. | |
unsigned short | slot () const |
bool | set_slot (unsigned short value) |
Set "slot" attribute value. | |
const std::vector< const SCTDAL::Slave * > & | get_slaves () const |
Get "slaves" relationship value. | |
const std::vector< const SCTDAL::Slave * > & | slaves () const |
bool | set_slaves (const std::vector< const SCTDAL::Slave * > &value) |
Set "slaves" relationship value. | |
const std::vector< const SCTDAL::RodMUR * > & | get_rodMURs () const |
Get "rodMURs" relationship value. | |
const std::vector< const SCTDAL::RodMUR * > & | rodMURs () const |
bool | set_rodMURs (const std::vector< const SCTDAL::RodMUR * > &value) |
Set "rodMURs" relationship value. | |
Rod (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Rod class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_id () const |
Get "id" attribute value. rod ID. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. rod ID. | |
unsigned short | get_slot () const |
Get "slot" attribute value. | |
unsigned short | slot () const |
bool | set_slot (unsigned short value) |
Set "slot" attribute value. | |
const std::vector< const SCTDAL::Slave * > & | get_slaves () const |
Get "slaves" relationship value. | |
const std::vector< const SCTDAL::Slave * > & | slaves () const |
bool | set_slaves (const std::vector< const SCTDAL::Slave * > &value) |
Set "slaves" relationship value. | |
const std::vector< const SCTDAL::RodMUR * > & | get_rodMURs () const |
Get "rodMURs" relationship value. | |
const std::vector< const SCTDAL::RodMUR * > & | rodMURs () const |
bool | set_rodMURs (const std::vector< const SCTDAL::RodMUR * > &value) |
Set "rodMURs" relationship value. | |
Static Public Member Functions | |
Rod * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Rod class. | |
Rod * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Rod 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_id |
unsigned short | m_slot |
std::vector< const SCTDAL::Slave * > | m_slaves |
std::vector< const SCTDAL::RodMUR * > | m_rodMURs |
std::vector< const SCTDAL::Slave * > | m_slaves |
std::vector< const SCTDAL::RodMUR * > | m_rodMURs |
Friends | |
class | ::Configuration |
Definition at line 29 of file Rod.h.
|
Create new object of the Rod class.
|
|
Create new object of the Rod class.
|
|
Destroy object of the Rod class.
|
|
Destroy object of the Rod class.
|
|
Get "id" attribute value. rod ID.
|
|
Get "id" attribute value. rod ID.
|
|
Get "rodMURs" relationship value.
|
|
Get "rodMURs" relationship value.
|
|
Get "slaves" relationship value.
|
|
Get "slaves" relationship value.
|
|
Get "slot" attribute value.
|
|
Get "slot" attribute value.
|
|
Set "id" attribute value. rod ID.
|
|
Set "id" attribute value. rod ID.
|
|
Set "rodMURs" relationship value.
|
|
Set "rodMURs" relationship value.
|
|
Set "slaves" relationship value.
|
|
Set "slaves" relationship value.
|
|
Set "slot" attribute value.
|
|
Set "slot" attribute value.
|