#include <AcquisitionField.h>
Public Member Functions | |
AcqFieldStructArray2D (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size1, int32_t size2, DataIntegrity bufferType=SingleBuffered) | |
Constructor. | |
~AcqFieldStructArray2D () | |
destructor | |
const T * | getCell (uint32_t index1, uint32_t index2, MultiplexingContext *context=0) |
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 938 of file AcquisitionField.h.
fesa::AcqFieldStructArray2D< T >::AcqFieldStructArray2D | ( | 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 978 of file AcquisitionField.h.
fesa::AcqFieldStructArray2D< T >::~AcqFieldStructArray2D | ( | ) | [inline] |
destructor
Definition at line 1051 of file AcquisitionField.h.
const T * fesa::AcqFieldStructArray2D< T >::getCell | ( | uint32_t | index1, | |
uint32_t | index2, | |||
MultiplexingContext * | context = 0 | |||
) | [inline] |
Method to retrieve cell of active field value.
index1 | index of row | |
index2 | index of column | |
context | the multiplexing context |
Definition at line 987 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::AcqFieldStructArray2D< 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 1019 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().