fesa::AcqFieldArray< T > Class Template Reference

#include <AcquisitionField.h>

Inheritance diagram for fesa::AcqFieldArray< T >:
fesa::FieldArray< T > fesa::AbstractField fesa::AcqFieldScalarArray< T > fesa::AcqFieldStructArray< T >

List of all members.

Public Member Functions

 AcqFieldArray (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size, DataIntegrity bufferType)
 Constructor.
 ~AcqFieldArray ()
 destructor
const T * get (uint32_t &size, MultiplexingContext *context)
 Method to retrieve active field value.
void set (const T *val, uint32_t size, MultiplexingContext *context)
 Method to set the new value of the pending buffer of the field.
uint32_t getSize (MultiplexingContext *context)
 retrieve the current size of the array

Detailed Description

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

Definition at line 202 of file AcquisitionField.h.


Constructor & Destructor Documentation

template<typename T >
fesa::AcqFieldArray< T >::AcqFieldArray ( const std::string &  fieldName,
bool  multiplexed,
DataStore pDataStore,
bool  persistent,
int32_t  size,
DataIntegrity  bufferType 
) [inline]

Constructor.

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

Definition at line 244 of file AcquisitionField.h.

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

destructor

Definition at line 252 of file AcquisitionField.h.


Member Function Documentation

template<typename T >
const T * fesa::AcqFieldArray< T >::get ( uint32_t &  size,
MultiplexingContext context 
) [inline]
template<typename T >
uint32_t fesa::AcqFieldArray< T >::getSize ( MultiplexingContext context  )  [inline]

retrieve the current size of the array

Parameters:
context the multiplexing context
Returns:
current dimension of the array

Definition at line 303 of file AcquisitionField.h.

References fesa::FieldValue< T[]>::getActiveCurrentSize(), fesa::FieldArray< T >::getFieldValue(), fesa::AbstractField::multiplexingManager_, and fesa::AbstractMultiplexingManager::requireSlot().

template<typename T >
void fesa::AcqFieldArray< T >::set ( const T *  val,
uint32_t  size,
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