fesa::AcqFieldScalar< T > Class Template Reference

Wrapper class for scalar acquisition fields. The acquisition field API offer methods to set fields, in contrast to configuration fields which cannot be set dynamically because they are constant. More...

#include <AcquisitionField.h>

Inheritance diagram for fesa::AcqFieldScalar< T >:
fesa::Field< T > fesa::AbstractField

List of all members.

Public Member Functions

 AcqFieldScalar (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent=false, DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~AcqFieldScalar ()
 destructor
get (MultiplexingContext *)
 Method to retrieve the value of the field.
void set (T val, MultiplexingContext *)
 Method to set the new value of the pending buffer of the field.

Detailed Description

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

Wrapper class for scalar acquisition fields. The acquisition field API offer methods to set fields, in contrast to configuration fields which cannot be set dynamically because they are constant.

Definition at line 23 of file AcquisitionField.h.


Constructor & Destructor Documentation

template<typename T >
fesa::AcqFieldScalar< T >::AcqFieldScalar ( const std::string &  fieldName,
bool  multiplexed,
DataStore pDataStore,
bool  persistent = false,
DataIntegrity  bufferType = SingleBuffered 
) [inline]

Constructor.

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

Definition at line 57 of file AcquisitionField.h.

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

destructor

Definition at line 65 of file AcquisitionField.h.


Member Function Documentation

template<typename T >
T fesa::AcqFieldScalar< T >::get ( MultiplexingContext context  )  [inline]
template<typename T >
void fesa::AcqFieldScalar< T >::set ( val,
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