|
ddt
0.1
|
#include <ddtEncDec.hpp>
Public Member Functions | |
| DdtEncDec () | |
| virtual | ~DdtEncDec ()=0 |
| virtual void | setMetaDataLength (const int mdl) |
| virtual void | setTopicId (const int ti) |
| virtual int | getMetaDataLength () |
| virtual int | getTopicId () |
Protected Member Functions | |
| std::string | getCurrentTime () |
Protected Attributes | |
| int | topicId |
| int | metaDataLength |
Base class for encoding / decoding of data samples
|
explicit |
Constructor
|
pure virtualdefault |
Destructor
|
protected |
Return the current time including milliseconds
|
virtual |
Return the meta data length
|
virtual |
Return the topic id
|
virtual |
Sets the meta data length
|
virtual |
Sets the topic id
|
protected |
The length of the meta data block
|
protected |
The topic ID is used to distinguish meta data shapes from each other