![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtVrfTDLContactMessage () | |
| default constructor More... | |
| DtVrfTDLContactMessage (const DtVrfTDLContactMessage &orig) | |
| copy constructor: shallow; copies values only More... | |
| const DtVrfTDLContactMessage & | operator= (DtVrfTDLContactMessage &orig) |
| assignment operator: shallow; assigns values only More... | |
| virtual | ~DtVrfTDLContactMessage () |
| 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 void | setOriginatorIdentifier (const DtString &) |
| Accessor for originator id of object. More... | |
| virtual const DtString & | originatorIdentifier () const |
| virtual void | setOriginatorMarkingText (const DtString &) |
| Accessor for originator marking text. More... | |
| virtual const DtString & | originatorMarkingText () const |
| virtual int | fixedSize () const |
| Fixed size of this message. More... | |
| virtual int | variableSize () const |
| Returns the variable data size. Size of all the resources. More... | |
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 | |
| DtString | myOriginatorIdentifier |
| DtString | myOriginatorMarkingText |
Additional Inherited Members |
| DtVrfTDLContactMessage::DtVrfTDLContactMessage | ( | ) |
default constructor
| DtVrfTDLContactMessage::DtVrfTDLContactMessage | ( | const DtVrfTDLContactMessage & | orig | ) |
copy constructor: shallow; copies values only
|
virtual |
destructor
| const DtVrfTDLContactMessage& DtVrfTDLContactMessage::operator= | ( | DtVrfTDLContactMessage & | orig | ) |
assignment operator: shallow; assigns values only
|
virtual |
TDL Message type.
Reimplemented from DtVrfTDLPPLIMessage.
|
virtual |
Reimplemented from DtVrfTDLPPLIMessage.
|
static |
|
virtual |
Print message.
Reimplemented from DtVrfTDLPPLIMessage.
|
virtual |
Reimplemented from DtVrfTDLPPLIMessage.
|
virtual |
Accessor for originator id of object.
|
virtual |
|
virtual |
Accessor for originator marking text.
|
virtual |
|
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 DtVrfTDLPPLIMessage.
|
virtual |
Returns the variable data size. Size of all the resources.
Reimplemented from DtVrfTDLMessage.
|
protectedvirtual |
Sets the fixed potion to the net. Must call parent method first.
Reimplemented from DtVrfTDLPPLIMessage.
Sets the fixed portion from the buffer into internal structures and variables.
Reimplemented from DtVrfTDLPPLIMessage.
|
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 |