#include <ConfigurationField.h>
Public Member Functions | |
ConfigFieldScalarArray2D (const std::string &fieldName, DataStore *pDataStore, int32_t size1, int32_t size2, const DataIntegrity bufferType=SingleBuffered) | |
Constructor. | |
~ConfigFieldScalarArray2D () | |
destructor | |
T | getCell (uint32_t index1, uint32_t index2) |
Method to retrieve cell of active field value. |
Definition at line 445 of file ConfigurationField.h.
fesa::ConfigFieldScalarArray2D< T >::ConfigFieldScalarArray2D | ( | const std::string & | fieldName, | |
DataStore * | pDataStore, | |||
int32_t | size1, | |||
int32_t | size2, | |||
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 474 of file ConfigurationField.h.
fesa::ConfigFieldScalarArray2D< T >::~ConfigFieldScalarArray2D | ( | ) | [inline] |
destructor
Definition at line 482 of file ConfigurationField.h.
T fesa::ConfigFieldScalarArray2D< T >::getCell | ( | uint32_t | index1, | |
uint32_t | index2 | |||
) | [inline] |
Method to retrieve cell of active field value.
index1 | index of row | |
index2 | index of column | |
context | the multiplexing context |
Definition at line 487 of file ConfigurationField.h.
References fesa::FieldValue< T[][1]>::activeBuffer(), FesaErrorFieldCurrentDimensionsOutOfBound, fesa::FieldArray2D< T >::fieldValue_, fesa::FieldValue< T[][1]>::getActiveCurrentSize(), fesa::AbstractField::name_, and fesa::StringUtilities::toString().