27 virtual bool getSingleEntity();
28 virtual void setSingleEntity(
bool val);
30 virtual std::string getEntityId();
31 virtual void setEntityId(std::string val);
33 virtual float getRotationThreshold();
34 virtual void setRotationThreshold(
float val);
36 virtual float getTranslationTheshold();
37 virtual void setTranslationTheshold(
float val);
43 static DtMessage* decode(
unsigned char* buffer,
int length);
44 static std::string theMessageName();
Definition: setEntityThresholds.h:17
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
float myRotationThreshold
Definition: setEntityThresholds.h:51
float myTranslationTheshold
Definition: setEntityThresholds.h:52
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
static std::string theFullName
Definition: setEntityThresholds.h:47
bool mySingleEntity
Definition: setEntityThresholds.h:49
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
std::string myEntityId
Definition: setEntityThresholds.h:50
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31
virtual void serialize(DtStreamWriter &writer)
virtual void deserialize(DtStreamReader &reader)