#include <Tim.h>
Public Member Functions | |
Tim (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Tim class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
float | get_triggerFrequency () const |
Get "triggerFrequency" attribute value. | |
float | triggerFrequency () const |
bool | set_triggerFrequency (float value) |
Set "triggerFrequency" attribute value. | |
float | get_resetFrequency () const |
Get "resetFrequency" attribute value. | |
float | resetFrequency () const |
bool | set_resetFrequency (float value) |
Set "resetFrequency" attribute value. | |
Tim (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Tim class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
float | get_triggerFrequency () const |
Get "triggerFrequency" attribute value. | |
float | triggerFrequency () const |
bool | set_triggerFrequency (float value) |
Set "triggerFrequency" attribute value. | |
float | get_resetFrequency () const |
Get "resetFrequency" attribute value. | |
float | resetFrequency () const |
bool | set_resetFrequency (float value) |
Set "resetFrequency" attribute value. | |
Static Public Member Functions | |
Tim * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Tim class. | |
Tim * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Tim 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 | |
float | m_triggerFrequency |
float | m_resetFrequency |
Friends | |
class | ::Configuration |
Definition at line 21 of file Tim.h.
|
Create new object of the Tim class.
|
|
Create new object of the Tim class.
|
|
Destroy object of the Tim class.
|
|
Destroy object of the Tim class.
|
|
Get "resetFrequency" attribute value.
|
|
Get "resetFrequency" attribute value.
|
|
Get "triggerFrequency" attribute value.
|
|
Get "triggerFrequency" attribute value.
|
|
Set "resetFrequency" attribute value.
|
|
Set "resetFrequency" attribute value.
|
|
Set "triggerFrequency" attribute value.
|
|
Set "triggerFrequency" attribute value.
|