![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtVrfTDLContactMessage () | |
| DtVrfTDLContactMessage (const DtVrfTDLContactMessage &orig) | |
| const DtVrfTDLContactMessage & | operator= (DtVrfTDLContactMessage &orig) |
| virtual | ~DtVrfTDLContactMessage () override |
| virtual int | tdlMessageType () const override |
| virtual DtVrfTDLMessage * | clone () const override |
| virtual void | printDataToString (DtString &str) override |
| virtual int | messageVersion () const override |
| virtual void | setOriginatorIdentifier (const DtString &) |
| virtual const DtString & | originatorIdentifier () const |
| virtual void | setOriginatorMarkingText (const DtString &) |
| virtual const DtString & | originatorMarkingText () const |
| virtual int | fixedSize () const override |
| virtual int | variableSize () const override |
Static Public Member Functions | |
| static DtVrfTDLMessage * | creator () |
Protected Member Functions | |
| virtual void | setFixedToNet (char *buffer) override |
| virtual int | setFixedFromNet (const char *buffer) override |
| virtual const char * | setVariableFromNet (const char *buffer, const char *fixedBuffer, int messageVersion) override |
| virtual char * | setVariableToNet (char *buffer) override |
Protected Attributes | |
| DtString | myOriginatorIdentifier |
| DtString | myOriginatorMarkingText |
Additional Inherited Members |
| DtVrfTDLContactMessage::DtVrfTDLContactMessage | ( | ) |
default constructor
| DtVrfTDLContactMessage::DtVrfTDLContactMessage | ( | const DtVrfTDLContactMessage & | orig | ) |
copy constructor: shallow; copies values only
|
overridevirtual |
destructor
| const DtVrfTDLContactMessage& DtVrfTDLContactMessage::operator= | ( | DtVrfTDLContactMessage & | orig | ) |
assignment operator: shallow; assigns values only
|
overridevirtual |
TDL Message type.
Reimplemented from DtVrfTDLPPLIMessage.
|
overridevirtual |
Reimplemented from DtVrfTDLPPLIMessage.
|
static |
|
overridevirtual |
Print message.
Reimplemented from DtVrfTDLPPLIMessage.
|
overridevirtual |
Reimplemented from DtVrfTDLPPLIMessage.
|
virtual |
Accessor for originator id of object.
|
virtual |
|
virtual |
Accessor for originator marking text.
|
virtual |
|
overridevirtual |
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.
|
overridevirtual |
Returns the variable data size. Size of all the resources.
Reimplemented from DtVrfTDLMessage.
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
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 |