#include <Power.h>
Public Member Functions | |
Power (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~Power () |
bool | destroy (::Configuration &conf) |
Destroy object of the Power class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
const std::vector< const SCTDAL::PowerParam * > & | get_defaults () const |
Get "defaults" relationship value. | |
const std::vector< const SCTDAL::PowerParam * > & | defaults () const |
bool | set_defaults (const std::vector< const SCTDAL::PowerParam * > &value) |
Set "defaults" relationship value. | |
const std::vector< const SCTDAL::PowerCrate * > & | get_crates () const |
Get "crates" relationship value. | |
const std::vector< const SCTDAL::PowerCrate * > & | crates () const |
bool | set_crates (const std::vector< const SCTDAL::PowerCrate * > &value) |
Set "crates" relationship value. | |
Static Public Member Functions | |
static Power * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Power 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 | |
std::vector< const SCTDAL::PowerParam * > | m_defaults |
std::vector< const SCTDAL::PowerCrate * > | m_crates |
Friends | |
class | ::Configuration |
Definition at line 29 of file Power.h.
|
Create new object of the Power class.
|
|
Destroy object of the Power class.
|
|
Get "crates" relationship value.
Definition at line 98 of file Power.h. References check_init(), and m_crates. Here is the call graph for this function: ![]() |
|
Get "defaults" relationship value.
Definition at line 85 of file Power.h. References check_init(), and m_defaults. Here is the call graph for this function: ![]() |
|
Set "crates" relationship value.
|
|
Set "defaults" relationship value.
|