#include <RodMUR.h>
Public Member Functions | |
RodMUR (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~RodMUR () |
bool | destroy (::Configuration &conf) |
Destroy object of the RodMUR class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_order () const |
Get "order" attribute value. | |
unsigned short | order () const |
bool | set_order (unsigned short value) |
Set "order" attribute value. | |
unsigned short | get_id () const |
Get "id" attribute value. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. | |
const std::vector< const SCTDAL::Channel * > & | get_channels () const |
Get "channels" relationship value. | |
const std::vector< const SCTDAL::Channel * > & | channels () const |
bool | set_channels (const std::vector< const SCTDAL::Channel * > &value) |
Set "channels" relationship value. | |
const std::vector< const SCTDAL::RodModule * > & | get_rodModules () const |
Get "rodModules" relationship value. | |
const std::vector< const SCTDAL::RodModule * > & | rodModules () const |
bool | set_rodModules (const std::vector< const SCTDAL::RodModule * > &value) |
Set "rodModules" relationship value. | |
const std::vector< const SCTDAL::RodRModule * > & | get_rodRModules () const |
Get "rodRModules" relationship value. | |
const std::vector< const SCTDAL::RodRModule * > & | rodRModules () const |
bool | set_rodRModules (const std::vector< const SCTDAL::RodRModule * > &value) |
Set "rodRModules" relationship value. | |
Static Public Member Functions | |
static RodMUR * | create (::Configuration &conf, const std::string &id="") |
Create new object of the RodMUR 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_order |
unsigned short | m_id |
std::vector< const SCTDAL::Channel * > | m_channels |
std::vector< const SCTDAL::RodModule * > | m_rodModules |
std::vector< const SCTDAL::RodRModule * > | m_rodRModules |
Friends | |
class | ::Configuration |
Definition at line 32 of file RodMUR.h.
|
Create new object of the RodMUR class.
|
|
Destroy object of the RodMUR class.
|
|
Get "channels" relationship value.
Definition at line 119 of file RodMUR.h. References check_init(), and m_channels. Here is the call graph for this function: ![]() |
|
Get "id" attribute value.
Definition at line 106 of file RodMUR.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
Get "order" attribute value. number of this MUR in the ROD Definition at line 92 of file RodMUR.h. References check_init(), and m_order. Here is the call graph for this function: ![]() |
|
Get "rodModules" relationship value.
Definition at line 132 of file RodMUR.h. References check_init(), and m_rodModules. Here is the call graph for this function: ![]() |
|
Get "rodRModules" relationship value.
Definition at line 145 of file RodMUR.h. References check_init(), and m_rodRModules. Here is the call graph for this function: ![]() |
|
Set "channels" relationship value.
Definition at line 145 of file RodMUR.cpp. |
|
Set "id" attribute value.
|
|
Set "order" attribute value. number of this MUR in the ROD |
|
Set "rodModules" relationship value.
Definition at line 154 of file RodMUR.cpp. |
|
Set "rodRModules" relationship value.
Definition at line 163 of file RodMUR.cpp. |