Wrapper class for struct configuration fields The configuration field API offers methods to retrieve field values (get accessors), Acquisition and setting field wrappers inherit from it. More...
#include <ConfigurationField.h>
Public Member Functions | |
ConfigFieldStruct (const std::string &fieldName, DataStore *pDataStore, const DataIntegrity bufferType=SingleBuffered) | |
Constructor. | |
~ConfigFieldStruct () | |
destructor | |
const T * | get () |
Method to retrieve the value of the field. |
Wrapper class for struct configuration fields The configuration field API offers methods to retrieve field values (get accessors), Acquisition and setting field wrappers inherit from it.
Definition at line 87 of file ConfigurationField.h.
fesa::ConfigFieldStruct< T >::ConfigFieldStruct | ( | const std::string & | fieldName, | |
DataStore * | pDataStore, | |||
const DataIntegrity | bufferType = SingleBuffered | |||
) | [inline] |
Constructor.
fieldName | name of the field | |
criterionName | multiplexing criterion | |
pDataStore | pointer to DataStore that contains the field |
Definition at line 124 of file ConfigurationField.h.
fesa::ConfigFieldStruct< T >::~ConfigFieldStruct | ( | ) | [inline] |
destructor
Definition at line 119 of file ConfigurationField.h.
const T * fesa::ConfigFieldStruct< T >::get | ( | ) | [inline] |
Method to retrieve the value of the field.
context | the multiplexing context |
Definition at line 131 of file ConfigurationField.h.
References fesa::Field< T >::fieldValue_.