31 virtual std::string getInteractionClass();
32 virtual void setInteractionClass(std::string val);
39 static DtMessage* decode(
unsigned char* buffer,
int length);
40 static std::string theMessageName();
UniversalParameterMap myParameters
Definition: universalHlaInteraction.h:46
Definition: universalHlaInteraction.h:24
std::string myInteractionClass
Definition: universalHlaInteraction.h:45
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
Defines the base class for all messages that are sent to and from C#.
static std::string theFullName
Definition: universalHlaInteraction.h:43
This is the DtMessage class.
Definition: message.h:20
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31
virtual void serialize(DtStreamWriter &writer)
std::map< std::string, std::vector< unsigned char > > UniversalParameterMap
Definition: universalHlaInteraction.h:22
virtual void deserialize(DtStreamReader &reader)