fesa::GenericFieldArray< T > Class Template Reference

#include <GenericField.h>

Inheritance diagram for fesa::GenericFieldArray< T >:
fesa::FieldArray< T > fesa::AbstractField fesa::GenericFieldScalarArray< T > fesa::GenericFieldStructArray< T >

List of all members.

Public Member Functions

 GenericFieldArray (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size, DataIntegrity bufferType)
 Constructor.
 ~GenericFieldArray ()
 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::GenericFieldArray< T >

Definition at line 193 of file GenericField.h.


Constructor & Destructor Documentation

template<typename T >
fesa::GenericFieldArray< T >::GenericFieldArray ( 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 235 of file GenericField.h.

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

destructor

Definition at line 243 of file GenericField.h.


Member Function Documentation

template<typename T >
const T * fesa::GenericFieldArray< T >::get ( uint32_t &  size,
MultiplexingContext context 
) [inline]
template<typename T >
uint32_t fesa::GenericFieldArray< 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 290 of file GenericField.h.

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

template<typename T >
void fesa::GenericFieldArray< 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