VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes
SetEntityThresholdsMessage Class Reference
+ Inheritance diagram for SetEntityThresholdsMessage:
+ Collaboration diagram for SetEntityThresholdsMessage:

Public Member Functions

 SetEntityThresholdsMessage ()
virtual ~SetEntityThresholdsMessage ()
virtual bool getSingleEntity ()
virtual void setSingleEntity (bool val)
virtual std::string getEntityId ()
virtual void setEntityId (std::string val)
virtual float getRotationThreshold ()
virtual void setRotationThreshold (float val)
virtual float getTranslationTheshold ()
virtual void setTranslationTheshold (float val)
virtual int messageSize ()
 this function needs to be in each derived class for decoding
- Public Member Functions inherited from DtMessage
 DtMessage ()
 constructor
virtual ~DtMessage ()
 destructor
virtual std::string name () const
 Get the name of the message type.
virtual unsigned char * encode ()
 Encode the message as an array of bytes and return the bytes.

Static Public Member Functions

static DtMessagedecode (unsigned char *buffer, int length)
static std::string theMessageName ()

Protected Member Functions

virtual void serialize (DtStreamWriter &writer)
virtual void deserialize (DtStreamReader &reader)

Protected Attributes

bool mySingleEntity
std::string myEntityId
float myRotationThreshold
float myTranslationTheshold
- Protected Attributes inherited from DtMessage
std::string myName

Static Protected Attributes

static std::string theFullName

Detailed Description

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!This is an auto-generated file. Any changes will be destroyed!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Constructor & Destructor Documentation

SetEntityThresholdsMessage::SetEntityThresholdsMessage ( )
virtual SetEntityThresholdsMessage::~SetEntityThresholdsMessage ( )
virtual

Member Function Documentation

static DtMessage* SetEntityThresholdsMessage::decode ( unsigned char *  buffer,
int  length 
)
static
virtual void SetEntityThresholdsMessage::deserialize ( DtStreamReader reader)
protectedvirtual

Reimplemented from DtMessage.

virtual std::string SetEntityThresholdsMessage::getEntityId ( )
virtual
virtual float SetEntityThresholdsMessage::getRotationThreshold ( )
virtual
virtual bool SetEntityThresholdsMessage::getSingleEntity ( )
virtual
virtual float SetEntityThresholdsMessage::getTranslationTheshold ( )
virtual
virtual int SetEntityThresholdsMessage::messageSize ( )
virtual

this function needs to be in each derived class for decoding

Get the size of the message data in bytes

Reimplemented from DtMessage.

virtual void SetEntityThresholdsMessage::serialize ( DtStreamWriter writer)
protectedvirtual

Reimplemented from DtMessage.

virtual void SetEntityThresholdsMessage::setEntityId ( std::string  val)
virtual
virtual void SetEntityThresholdsMessage::setRotationThreshold ( float  val)
virtual
virtual void SetEntityThresholdsMessage::setSingleEntity ( bool  val)
virtual
virtual void SetEntityThresholdsMessage::setTranslationTheshold ( float  val)
virtual
static std::string SetEntityThresholdsMessage::theMessageName ( )
static

Member Data Documentation

std::string SetEntityThresholdsMessage::myEntityId
protected
float SetEntityThresholdsMessage::myRotationThreshold
protected
bool SetEntityThresholdsMessage::mySingleEntity
protected
float SetEntityThresholdsMessage::myTranslationTheshold
protected
std::string SetEntityThresholdsMessage::theFullName
staticprotected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)