VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtVrfTDLRemoveMessage Class Reference

Contains the DtVrfTDLRemoveMessage class declaration. More...

Inheritance diagram for DtVrfTDLRemoveMessage:
Inheritance graph
[legend]

Public Member Functions

 DtVrfTDLRemoveMessage ()
 default constructor More...
 
 DtVrfTDLRemoveMessage (const DtVrfTDLRemoveMessage &orig)
 copy constructor: shallow; copies values only More...
 
const DtVrfTDLRemoveMessageoperator= (DtVrfTDLRemoveMessage &orig)
 assignment operator: shallow; assigns values only More...
 
virtual ~DtVrfTDLRemoveMessage ()
 destructor More...
 
virtual int tdlMessageType () const
 TDL Message type. More...
 
virtual DtVrfTDLMessageclone () const
 
virtual void printDataToString (DtString &str)
 Print message. More...
 
virtual int messageVersion () const
 
- Public Member Functions inherited from DtVrfTDLMessage
 DtVrfTDLMessage ()
 default constructor More...
 
 DtVrfTDLMessage (const DtVrfTDLMessage &orig)
 copy constructor: shallow; copies values only More...
 
const DtVrfTDLMessageoperator= (DtVrfTDLMessage &orig)
 assignment operator: shallow; assigns values only More...
 
virtual ~DtVrfTDLMessage ()
 destructor More...
 
virtual int headerVersion () const
 
virtual int getContentType (const char *buffer)
 Given the message buffer, get the content type from it. More...
 
virtual void setRecipient (const DtSimulationAddress &recipient)
 The recipient of this message. More...
 
virtual const DtSimulationAddress & recipient () const
 
virtual void setSender (const DtSimulationAddress &recipient)
 The sender of this message. More...
 
virtual const DtSimulationAddress & sender () const
 
virtual int netRepSize () const
 The number of bytes on the network for this message. Returns the sum of the fixed and variable sizes. More...
 
virtual const charnetRep ()
 The buffer which is the content for this message. More...
 
virtual void setToNet (char *buffer)
 Sets the contents of this object into the memory buffer specified by myNetRep. More...
 
virtual bool setFromNet (const char *buffer, int bufferSize)
 Sets the content from the net by calling setFixedFromNet and setVariableFromNext. More...
 
virtual int fixedSize () const
 Returns the size of the fixed portion of this message. More...
 
virtual int variableSize () const
 Returns the variable data size. More...
 
virtual void setMarkingText (const DtString &)
 Accessor for marking text of the item sending this message. More...
 
virtual const DtStringmarkingText () const
 
virtual void setUUID (const DtString &)
 Accessor for the UUID for this item. More...
 
virtual const DtStringuuid () const
 
virtual void setTimeStamp (unsigned int)
 Accessor for time stamp. More...
 
virtual unsigned int timeStamp () const
 

Static Public Member Functions

static DtVrfTDLMessagecreator ()
 
- Static Public Member Functions inherited from DtVrfTDLMessage
static DtVrfTDLMessagecreator ()
 
static void setFactory (DtVrfTDLMessageFactory *)
 Factory accessors. More...
 
static DtVrfTDLMessageFactoryfactory ()
 

Additional Inherited Members

- Protected Member Functions inherited from DtVrfTDLMessage
virtual charcreateNetworkBuffer ()
 Creates the network buffer of the size needed. More...
 
virtual void setFixedToNet (char *buffer)
 Sets the fixed portion of the buffer to the net. Returns the pointer at the end of this fixed portion. More...
 
virtual int setFixedFromNet (const char *buffer)
 Sets the fixed portion from the buffer into internal structures and variables. More...
 
virtual const charsetVariableFromNet (const char *buffer, const char *fixedBuffer, int messageVersion)
 Sets the variable portion into internal structures. More...
 
virtual charsetVariableToNet (char *buffer)
 Sets the variable portion to the net. More...
 
- Protected Attributes inherited from DtVrfTDLMessage
DtSimulationAddress myRecipient
 
DtSimulationAddress mySender
 
charmyNetRep
 
int myLastAllocatedSize
 
DtString myMarkingText
 
DtString myUUID
 
unsigned int myTimeStamp
 
- Static Protected Attributes inherited from DtVrfTDLMessage
static DtVrfTDLMessageFactorytheVrfTDLMessageFactory
 

Detailed Description

Contains the DtVrfTDLRemoveMessage class declaration.

The DtVrfTDLRemoveMessage will send a message for all VRF TDL data for the given simulation object to be removed

Constructor & Destructor Documentation

DtVrfTDLRemoveMessage::DtVrfTDLRemoveMessage ( )

default constructor

DtVrfTDLRemoveMessage::DtVrfTDLRemoveMessage ( const DtVrfTDLRemoveMessage orig)

copy constructor: shallow; copies values only

virtual DtVrfTDLRemoveMessage::~DtVrfTDLRemoveMessage ( )
virtual

destructor

Member Function Documentation

const DtVrfTDLRemoveMessage& DtVrfTDLRemoveMessage::operator= ( DtVrfTDLRemoveMessage orig)

assignment operator: shallow; assigns values only

virtual int DtVrfTDLRemoveMessage::tdlMessageType ( ) const
virtual

TDL Message type.

Reimplemented from DtVrfTDLMessage.

virtual DtVrfTDLMessage* DtVrfTDLRemoveMessage::clone ( ) const
virtual

Reimplemented from DtVrfTDLMessage.

static DtVrfTDLMessage* DtVrfTDLRemoveMessage::creator ( )
static
virtual void DtVrfTDLRemoveMessage::printDataToString ( DtString str)
virtual

Print message.

Reimplemented from DtVrfTDLMessage.

virtual int DtVrfTDLRemoveMessage::messageVersion ( ) const
virtual

Reimplemented from DtVrfTDLMessage.


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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)