![]() |
VR-Forces 4.8 Class Documentation
|
The variable portion is the string of the message itself. More...

Public Member Functions | |
| ExampleTDLMessage () | |
| default constructor More... | |
| ExampleTDLMessage (const ExampleTDLMessage &orig) | |
| copy constructor: shallow; copies values only More... | |
| const ExampleTDLMessage & | operator= (ExampleTDLMessage &orig) |
| assignment operator: shallow; assigns values only More... | |
| virtual | ~ExampleTDLMessage () |
| destructor More... | |
| virtual int | tdlMessageType () const |
| TDL Message type. More... | |
| virtual DtVrfTDLMessage * | clone () const |
| virtual void | printDataToString (DtString &str) |
| Print message. More... | |
| virtual int | messageVersion () const |
| virtual int | fixedSize () const |
| Fixed size of this message. More... | |
| virtual int | variableSize () const |
| Returns the variable data size. Size of all the Statuss. More... | |
| virtual void | setMessage (const DtString &) |
| Set message. More... | |
| const DtString & | message () const |
| virtual void | setLocation (const DtVector &) |
| Accessor for location of object. More... | |
| virtual const DtVector & | location () const |
Static Public Member Functions | |
| static DtVrfTDLMessage * | creator () |
Protected Member Functions | |
| virtual void | setFixedToNet (char *buffer) |
| Sets the fixed potion to the net. Must call parent method first. More... | |
| virtual int | setFixedFromNet (const char *buffer) |
| Sets the fixed portion from the buffer into internal structures and variables. More... | |
| virtual const char * | setVariableFromNet (const char *buffer, const char *fixedBuffer, int messageVersion) |
| Sets the variable portion into internal structures. More... | |
| virtual char * | setVariableToNet (char *buffer) |
| Sets the variable portion to the net. More... | |
Protected Attributes | |
| DtVector | myTgtLocation |
| DtString | myTgtMessage |
Additional Inherited Members |
The variable portion is the string of the message itself.
| ExampleTDLMessage::ExampleTDLMessage | ( | ) |
default constructor
| ExampleTDLMessage::ExampleTDLMessage | ( | const ExampleTDLMessage & | orig | ) |
copy constructor: shallow; copies values only
|
virtual |
destructor
| const ExampleTDLMessage& ExampleTDLMessage::operator= | ( | ExampleTDLMessage & | orig | ) |
assignment operator: shallow; assigns values only
|
virtual |
TDL Message type.
Reimplemented from DtVrfTDLMessage.
|
virtual |
Reimplemented from DtVrfTDLMessage.
|
static |
|
virtual |
Print message.
Reimplemented from DtVrfTDLMessage.
|
virtual |
Reimplemented from DtVrfTDLMessage.
|
virtual |
Fixed size of this message.
Do not need to call parent method if this as the fixed portion will contain the header, as all messages structures are expected to be subclassed from the TDL message header
Reimplemented from DtVrfTDLMessage.
|
virtual |
Returns the variable data size. Size of all the Statuss.
Reimplemented from DtVrfTDLMessage.
|
virtual |
Set message.
| const DtString& ExampleTDLMessage::message | ( | ) | const |
|
virtual |
Accessor for location of object.
|
virtual |
|
protectedvirtual |
Sets the fixed potion to the net. Must call parent method first.
Reimplemented from DtVrfTDLMessage.
Sets the fixed portion from the buffer into internal structures and variables.
Reimplemented from DtVrfTDLMessage.
|
protectedvirtual |
Sets the variable portion into internal structures.
Returns a pointer at the end of this variable such that a subclass can continue on reading
Reimplemented from DtVrfTDLMessage.
Sets the variable portion to the net.
Reimplemented from DtVrfTDLMessage.
|
protected |
|
protected |