#include <CommandCoderBase.hpp>
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 | |
CommandCoderBase * | createInstance () |
|
Create a data block
|
|
Get singleton object
|
|
Get the command block
|
|
Get list of error strings
|