fesa::GenericFieldString Class Reference

#include <GenericField.h>

Inheritance diagram for fesa::GenericFieldString:
fesa::FieldString fesa::AbstractField

List of all members.

Public Member Functions

 GenericFieldString (const std::string &fieldName, bool multiplexed, DataStore *pDataStore, bool persistent, int32_t size, DataIntegrity bufferType=SingleBuffered)
 Constructor.
 ~GenericFieldString ()
const char * get (MultiplexingContext *context)
 Method to retrieve active field value.
void set (const char *val, MultiplexingContext *context)
 Method to set the new value of the pending buffer of the field.

Detailed Description

Definition at line 1016 of file GenericField.h.


Constructor & Destructor Documentation

fesa::GenericFieldString::GenericFieldString ( const std::string &  fieldName,
bool  multiplexed,
DataStore pDataStore,
bool  persistent,
int32_t  size,
DataIntegrity  bufferType = SingleBuffered 
)

Constructor.

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

Definition at line 8 of file GenericField.cpp.

fesa::GenericFieldString::~GenericFieldString (  ) 

Definition at line 14 of file GenericField.cpp.


Member Function Documentation

const char * fesa::GenericFieldString::get ( MultiplexingContext context  ) 

Method to retrieve active field value.

Parameters:
context the multiplexing context
Returns:
the value of the active buffer

Definition at line 18 of file GenericField.cpp.

References fesa::FieldValue< char[]>::activeBuffer(), FesaErrorNULLPointerToContext, fesa::FieldString::getFieldValue(), fesa::AbstractMultiplexingManager::getSlot(), and fesa::AbstractField::multiplexingManager_.

void fesa::GenericFieldString::set ( const char *  val,
MultiplexingContext context 
)

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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1