#include <AcquisitionField.h>
Public Member Functions | |
AcqFieldScalarArray2D (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size1, int32_t size2, DataIntegrity bufferType=SingleBuffered) | |
Constructor. | |
~AcqFieldScalarArray2D () | |
destructor | |
T | getCell (uint32_t index1, uint32_t index2, MultiplexingContext *context) |
Method to retrieve cell of active field value. | |
void | setCell (T val, uint32_t index1, uint32_t index2, MultiplexingContext *context) |
Method to set a single cell of the pending buffer of an array2D. |
Definition at line 818 of file AcquisitionField.h.
fesa::AcqFieldScalarArray2D< T >::AcqFieldScalarArray2D | ( | const std::string & | fieldName, | |
bool | multiplexed, | |||
DataStore * | pDataStore, | |||
bool | persistent, | |||
int32_t | size1, | |||
int32_t | size2, | |||
DataIntegrity | bufferType = SingleBuffered | |||
) | [inline] |
Constructor.
fieldName | name of the field | |
criterionName | multiplexing criterion | |
pointer | to DataStore that contains the field |
Definition at line 858 of file AcquisitionField.h.
fesa::AcqFieldScalarArray2D< T >::~AcqFieldScalarArray2D | ( | ) | [inline] |
destructor
Definition at line 931 of file AcquisitionField.h.
T fesa::AcqFieldScalarArray2D< T >::getCell | ( | uint32_t | index1, | |
uint32_t | index2, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to retrieve cell of active field value.
index1 | index of row | |
index2 | index of column | |
context | the multiplexing context |
Definition at line 867 of file AcquisitionField.h.
References fesa::FieldValue< T[][1]>::activeBuffer(), FesaErrorFieldCurrentDimensionsOutOfBound, FesaErrorNoneContextforMuxedField, FesaErrorNULLPointerToContext, fesa::FieldValue< T[][1]>::getActiveCurrentSize(), fesa::FieldArray2D< T >::getFieldValue(), fesa::AbstractMultiplexingManager::getSlot(), fesa::MultiplexingContext::getType(), fesa::AbstractField::multiplexingManager_, fesa::AbstractField::name_, fesa::MultiplexingContext::NoneCtxt, and fesa::StringUtilities::toString().
void fesa::AcqFieldScalarArray2D< T >::setCell | ( | T | val, | |
uint32_t | index1, | |||
uint32_t | index2, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to set a single cell of the pending buffer of an array2D.
val | new value for the array cell | |
index1 | row index of array cell to be set | |
index2 | column index of array cell to be set | |
context | the multiplexing context |
Definition at line 899 of file AcquisitionField.h.
References fesa::FieldArray2D< T >::checkMaxDimensions(), FesaErrorNoneContextforMuxedField, FesaErrorNULLPointerToContext, FesaErrorWrongSourceContextAcquisitionField, fesa::MultiplexingContext::getAcquisitionAccessMask(), fesa::FieldArray2D< T >::getFieldValue(), fesa::FieldValue< T[][1]>::getPendingCurrentSize(), fesa::MultiplexingContext::getType(), fesa::AbstractField::multiplexingManager_, fesa::AbstractField::name_, fesa::MultiplexingContext::NoneCtxt, fesa::FieldValue< T[][1]>::pendingBuffer(), fesa::AbstractMultiplexingManager::requireSlot(), fesa::MultiplexingContext::SET_ALLOWED, and fesa::FieldValue< T[][1]>::setPendingCurrentSize().