22 typedef DtMessage* (*Decoder)(
unsigned char* bytes,
int length);
35 virtual DtMessage* create(
unsigned char* bytes,
int length);
38 virtual void registerCreator(std::string name,
Decoder decoder);
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
DtMessage *(* Decoder)(unsigned char *bytes, int length)
typedef of message decoder function
Definition: messageFactory.h:22
This is the DtMessage class.
Definition: message.h:20
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:49
DtManagedInterface * myManagedInterface
Definition: messageFactory.h:41
the DtMessageFactory class
Definition: messageFactory.h:25
std::map< std::string, Decoder > myCreatorMap
Definition: messageFactory.h:43