Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

CommandCoderBase Class Reference

#include <CommandCoderBase.hpp>

List of all members.


Detailed Description

Base class for command coders


Public Member Functions

virtual int createDataBlock (char *target, int tag)=0
virtual long int * getDataBlock ()=0
virtual std::vector< std::string > getError ()=0

Static Public Member Functions

CommandCoderBasecreateInstance ()


Member Function Documentation

virtual int CommandCoderBase::createDataBlock char *  target,
int  tag
[pure virtual]
 

Create a data block

Parameters:
target Where to send it
tag The tag
Returns:
Error code

CommandCoderBase* CommandCoderBase::createInstance  )  [inline, static]
 

Get singleton object

Returns:
The singleton object

virtual long int* CommandCoderBase::getDataBlock  )  [pure virtual]
 

Get the command block

Returns:
data block

virtual std::vector<std::string> CommandCoderBase::getError  )  [pure virtual]
 

Get list of error strings

Returns:
List of error strings


The documentation for this class was generated from the following file:
Generated on Fri Mar 30 02:54:34 2007 for InterComLayer by doxygen 1.3.5