29 virtual std::string name()
const;
31 virtual double timeStamp();
32 virtual void setTimeStamp(
double ts);
35 virtual unsigned char* encode();
41 virtual int messageSize();
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
std::string myName
Definition: message.h:44
This is the DtMessage class.
Definition: message.h:20
provides several classes for reading and writing to a stream of bytes
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
DtTime myTimeStamp
Definition: message.h:45
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31