#include <Param.h>
Collaboration diagram for SCTDAL::Param:
Public Member Functions | |
Param (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~Param () |
bool | destroy (::Configuration &conf) |
Destroy object of the Param class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
const std::string & | get_name () const |
Get "name" attribute value. | |
const std::string & | name () const |
bool | set_name (const std::string &value) |
Set "name" attribute value. | |
float | get_value () const |
Get "value" attribute value. | |
float | value () const |
bool | set_value (float value) |
Set "value" attribute value. | |
float | get_loAlarm () const |
Get "loAlarm" attribute value. | |
float | loAlarm () const |
bool | set_loAlarm (float value) |
Set "loAlarm" attribute value. | |
float | get_loWarn () const |
Get "loWarn" attribute value. | |
float | loWarn () const |
bool | set_loWarn (float value) |
Set "loWarn" attribute value. | |
float | get_hiWarn () const |
Get "hiWarn" attribute value. | |
float | hiWarn () const |
bool | set_hiWarn (float value) |
Set "hiWarn" attribute value. | |
float | get_hiAlarm () const |
Get "hiAlarm" attribute value. | |
float | hiAlarm () const |
bool | set_hiAlarm (float value) |
Set "hiAlarm" attribute value. | |
Static Public Member Functions | |
static Param * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Param 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::string | m_name |
float | m_value |
float | m_loAlarm |
float | m_loWarn |
float | m_hiWarn |
float | m_hiAlarm |
Friends | |
class | ::Configuration |
Definition at line 21 of file Param.h.
|
Create new object of the Param class.
|
|
Destroy object of the Param class.
|
|
Get "hiAlarm" attribute value.
Definition at line 146 of file Param.h. References check_init(), and m_hiAlarm. Here is the call graph for this function: ![]() |
|
Get "hiWarn" attribute value.
Definition at line 133 of file Param.h. References check_init(), and m_hiWarn. Here is the call graph for this function: ![]() |
|
Get "loAlarm" attribute value.
Definition at line 107 of file Param.h. References check_init(), and m_loAlarm. Here is the call graph for this function: ![]() |
|
Get "loWarn" attribute value.
Definition at line 120 of file Param.h. References check_init(), and m_loWarn. Here is the call graph for this function: ![]() |
|
Get "name" attribute value.
Definition at line 81 of file Param.h. References check_init(), and m_name. Here is the call graph for this function: ![]() |
|
Get "value" attribute value.
Definition at line 94 of file Param.h. References check_init(), and m_value. Here is the call graph for this function: ![]() |
|
Set "hiAlarm" attribute value.
|
|
Set "hiWarn" attribute value.
|
|
Set "loAlarm" attribute value.
|
|
Set "loWarn" attribute value.
|
|
Set "name" attribute value.
|
|
Set "value" attribute value.
|