fesa::AcqFieldStructArray2D< T > Class Template Reference

#include <AcquisitionField.h>

Inheritance diagram for fesa::AcqFieldStructArray2D< T >:
fesa::AcqFieldArray2D< T > fesa::FieldArray2D< T > fesa::AbstractField

List of all members.

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.

Detailed Description

template<typename T>
class fesa::AcqFieldStructArray2D< T >

Definition at line 938 of file AcquisitionField.h.


Constructor & Destructor Documentation

template<typename T >
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.

Parameters:
fieldName name of the field
criterionName multiplexing criterion
pointer to DataStore that contains the field

Definition at line 978 of file AcquisitionField.h.

template<typename T >
fesa::AcqFieldStructArray2D< T >::~AcqFieldStructArray2D (  )  [inline]

destructor

Definition at line 1051 of file AcquisitionField.h.


Member Function Documentation

template<typename T >
const T * fesa::AcqFieldStructArray2D< T >::getCell ( uint32_t  index1,
uint32_t  index2,
MultiplexingContext context = 0 
) [inline]
template<typename T >
void fesa::AcqFieldStructArray2D< T >::setCell ( T *  val,
uint32_t  index1,
uint32_t  index2,
MultiplexingContext context 
) [inline]

The documentation for this class was generated from the following file:

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1