#include <SctRodCrate.h>
Collaboration diagram for SCTDAL::SctRodCrate:

Public Member Functions | |
| SctRodCrate (::Configuration &conf,::ConfigObject &obj) | |
| virtual | ~SctRodCrate () |
| bool | destroy (::Configuration &conf) |
| Destroy object of the SctRodCrate 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. | |
| unsigned short | id () const |
| bool | set_id (unsigned short value) |
| Set "id" attribute value. | |
| const SCTDAL::Tim * | get_tim () const |
| Get "tim" relationship value. | |
| const SCTDAL::Tim * | tim () const |
| bool | set_tim (const SCTDAL::Tim *value) |
| Set "tim" relationship value. | |
| const std::vector< const SCTDAL::Rod * > & | get_rods () const |
| Get "rods" relationship value. | |
| const std::vector< const SCTDAL::Rod * > & | rods () const |
| bool | set_rods (const std::vector< const SCTDAL::Rod * > &value) |
| Set "rods" relationship value. | |
Static Public Member Functions | |
| static SctRodCrate * | create (::Configuration &conf, const std::string &id="") |
| Create new object of the SctRodCrate 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_id |
| const SCTDAL::Tim * | m_tim |
| std::vector< const SCTDAL::Rod * > | m_rods |
Friends | |
| class | ::Configuration |
Definition at line 29 of file SctRodCrate.h.
|
||||||||||||
|
Create new object of the SctRodCrate class.
|
|
|
Destroy object of the SctRodCrate class.
|
|
|
Get "id" attribute value. crate ID Definition at line 87 of file SctRodCrate.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
|
Get "rods" relationship value.
Definition at line 114 of file SctRodCrate.h. References check_init(), and m_rods. Here is the call graph for this function: ![]() |
|
|
Get "tim" relationship value.
Definition at line 101 of file SctRodCrate.h. References check_init(), and m_tim. Here is the call graph for this function: ![]() |
|
|
Set "id" attribute value. crate ID Definition at line 95 of file SctRodCrate.h. |
|
|
Set "rods" relationship value.
Definition at line 125 of file SctRodCrate.cpp. |
|
|
Set "tim" relationship value.
Definition at line 120 of file SctRodCrate.cpp. |
1.4.6