Wrapper class for scalar configuration fields The configuration field API offers methods to retrieve field values (get accessors),. More...
#include <ConfigurationField.h>
Public Member Functions | |
ConfigFieldScalar (const std::string &fieldName, DataStore *pDataStore, const DataIntegrity bufferType=SingleBuffered) | |
Constructor. | |
~ConfigFieldScalar () | |
destructor | |
T | get () |
Method to retrieve the value of the field. |
Wrapper class for scalar configuration fields The configuration field API offers methods to retrieve field values (get accessors),.
Definition at line 22 of file ConfigurationField.h.
fesa::ConfigFieldScalar< T >::ConfigFieldScalar | ( | const std::string & | fieldName, | |
DataStore * | pDataStore, | |||
const DataIntegrity | bufferType = SingleBuffered | |||
) | [inline] |
Constructor.
fieldName | name of the field | |
multiplexed | true if the field is multiplexed | |
pDataStore | pointer to DataStore that contains the field |
Definition at line 58 of file ConfigurationField.h.
fesa::ConfigFieldScalar< T >::~ConfigFieldScalar | ( | ) | [inline] |
destructor
Definition at line 53 of file ConfigurationField.h.
T fesa::ConfigFieldScalar< T >::get | ( | ) | [inline] |
Method to retrieve the value of the field.
Definition at line 65 of file ConfigurationField.h.
References fesa::Field< T >::fieldValue_.