#include <AcquisitionField.h>
Public Member Functions | |
AcqFieldArray2D (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size1, int32_t size2, DataIntegrity bufferType) | |
Constructor. | |
~AcqFieldArray2D () | |
destructor | |
const T ** | get (uint32_t &size1, uint32_t &size2, MultiplexingContext *context) |
Method to retrieve active field value. | |
void | getColumn (uint32_t index, uint32_t size, T *column, uint32_t ¤tSize, MultiplexingContext *context) |
Method to retrieve column of active field value. | |
const T * | getRow (uint32_t index, uint32_t &size, MultiplexingContext *context) |
Method to retrieve row of active field value. | |
void | set (const T *const *val, uint32_t size1, uint32_t size2, MultiplexingContext *context) |
Method to set the new value of the pending buffer of the field. | |
void | setColumn (const T *val, uint32_t index, uint32_t size, MultiplexingContext *context) |
Method to set a column of the pending buffer of an array2D. | |
void | setRow (const T *val, uint32_t index, uint32_t size, MultiplexingContext *context) |
Method to set a row of the pending buffer of an array2D. | |
void | getSize (uint32_t &size1, uint32_t &size2, MultiplexingContext *context) |
retrieve the current size of the array |
Definition at line 525 of file AcquisitionField.h.
fesa::AcqFieldArray2D< T >::AcqFieldArray2D | ( | const std::string & | fieldName, | |
bool | multiplexed, | |||
DataStore * | pDataStore, | |||
bool | persistent, | |||
int32_t | size1, | |||
int32_t | size2, | |||
DataIntegrity | bufferType | |||
) | [inline] |
Constructor.
fieldName | name of the field | |
criterionName | multiplexing criterion | |
pointer | to DataStore that contains the field |
Definition at line 613 of file AcquisitionField.h.
fesa::AcqFieldArray2D< T >::~AcqFieldArray2D | ( | ) | [inline] |
destructor
Definition at line 621 of file AcquisitionField.h.
const T ** fesa::AcqFieldArray2D< T >::get | ( | uint32_t & | size1, | |
uint32_t & | size2, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to retrieve active field value.
size1 | length of row | |
size2 | length of column | |
context | the multiplexing context |
Definition at line 626 of file AcquisitionField.h.
References fesa::FieldValue< T[][1]>::activeBuffer(), FesaErrorNoneContextforMuxedField, FesaErrorNULLPointerToContext, fesa::FieldValue< T[][1]>::getActiveCurrentSize(), fesa::FieldArray2D< T >::getFieldValue(), fesa::AbstractMultiplexingManager::getSlot(), fesa::MultiplexingContext::getType(), fesa::AbstractField::multiplexingManager_, fesa::AbstractField::name_, and fesa::MultiplexingContext::NoneCtxt.
void fesa::AcqFieldArray2D< T >::getColumn | ( | uint32_t | index, | |
uint32_t | size, | |||
T * | column, | |||
uint32_t & | currentSize, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to retrieve column of active field value.
index | index of column | |
size | length of column | |
context | the multiplexing context |
Definition at line 646 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().
const T * fesa::AcqFieldArray2D< T >::getRow | ( | uint32_t | index, | |
uint32_t & | size, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to retrieve row of active field value.
index | index of row | |
size | length of row | |
context | the multiplexing context |
Definition at line 681 of file AcquisitionField.h.
References fesa::FieldValue< T[][1]>::activeBuffer(), FesaErrorFieldCurrentDimensionOutOfBound, 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::AcqFieldArray2D< T >::getSize | ( | uint32_t & | size1, | |
uint32_t & | size2, | |||
MultiplexingContext * | context | |||
) | [inline] |
retrieve the current size of the array
context | the multiplexing context | |
size1 | output value giving back the current first dimension of the array | |
size2 | output value giving back the current second dimension of the array |
Definition at line 804 of file AcquisitionField.h.
References FesaErrorNULLPointerToContext, fesa::FieldValue< T[][1]>::getActiveCurrentSize(), fesa::FieldArray2D< T >::getFieldValue(), fesa::AbstractField::multiplexingManager_, and fesa::AbstractMultiplexingManager::requireSlot().
void fesa::AcqFieldArray2D< T >::set | ( | const T *const * | val, | |
uint32_t | size1, | |||
uint32_t | size2, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to set the new value of the pending buffer of the field.
val | Pointer to pointer to new values | |
size1 | length of array dimension 1 | |
size2 | length of array dimension 2 | |
context | the multiplexing context |
Definition at line 711 of file AcquisitionField.h.
References fesa::FieldArray2D< T >::checkMaxDimensions(), FesaErrorNoneContextforMuxedField, FesaErrorNULLPointerToContext, FesaErrorWrongSourceContextAcquisitionField, fesa::MultiplexingContext::getAcquisitionAccessMask(), fesa::FieldArray2D< T >::getFieldValue(), 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().
void fesa::AcqFieldArray2D< T >::setColumn | ( | const T * | val, | |
uint32_t | index, | |||
uint32_t | size, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to set a column of the pending buffer of an array2D.
val | new value for the array column | |
index | column index of array row to be set | |
size | length of array column to be set | |
context | the multiplexing context |
Definition at line 737 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().
void fesa::AcqFieldArray2D< T >::setRow | ( | const T * | val, | |
uint32_t | index, | |||
uint32_t | size, | |||
MultiplexingContext * | context | |||
) | [inline] |
Method to set a row of the pending buffer of an array2D.
val | new value for the array row | |
index | row index of array row to be set | |
size | length of array row to be set | |
context | the multiplexing context |
Definition at line 771 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().