fesa::SettingFieldStringArray Class Reference

#include <SettingField.h>

Inheritance diagram for fesa::SettingFieldStringArray:
fesa::FieldStringArray fesa::AbstractField

List of all members.

Public Member Functions

 SettingFieldStringArray (const std::string &fieldName, bool multiplexed, bool multiMultiplexed, DataStore *pDataStore, bool persistent, bool shared, int32_t size1, int32_t size2, const DataIntegrity bufferType=DoubleBuffered)
 Constructor.
 ~SettingFieldStringArray ()
const char ** get (uint32_t &size1, MultiplexingContext *context)
 Method to retrieve the value of the field.
const char ** get (uint32_t &size1, uint32_t &size2, MultiplexingContext *context)
 Method to retrieve the value of the field.
const char * getString (uint32_t index, MultiplexingContext *context)
 Method to retrieve one string of the field value.
void set (const char **val, uint32_t size1, MultiplexingContext *context)
 Method to set the new value of the pending buffer of the field.
void setString (const char *val, uint32_t index, MultiplexingContext *context)
 Method to set the one string of the pending buffer of the field.

Detailed Description

Definition at line 1337 of file SettingField.h.


Constructor & Destructor Documentation

fesa::SettingFieldStringArray::SettingFieldStringArray ( const std::string &  fieldName,
bool  multiplexed,
bool  multiMultiplexed,
DataStore pDataStore,
bool  persistent,
bool  shared,
int32_t  size1,
int32_t  size2,
const DataIntegrity  bufferType = DoubleBuffered 
)

Constructor.

Parameters:
name of the field, multiplexing criterion, pointer to DataStore

Definition at line 79 of file SettingField.cpp.

References fesa::AbstractField::isShared_.

fesa::SettingFieldStringArray::~SettingFieldStringArray (  ) 

Definition at line 89 of file SettingField.cpp.


Member Function Documentation

const char** fesa::SettingFieldStringArray::get ( uint32_t &  size1,
uint32_t &  size2,
MultiplexingContext context 
)

Method to retrieve the value of the field.

Parameters:
context the multiplexing context
Returns:
the value of the pending buffer
const char ** fesa::SettingFieldStringArray::get ( uint32_t &  size1,
MultiplexingContext context 
)
const char * fesa::SettingFieldStringArray::getString ( uint32_t  index,
MultiplexingContext context 
)
void fesa::SettingFieldStringArray::set ( const char **  val,
uint32_t  size1,
MultiplexingContext context 
)
void fesa::SettingFieldStringArray::setString ( const char *  val,
uint32_t  index,
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