![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtIfDeleteVrfObjectById: More...

Public Member Functions | |
| DtIfDeleteVrfObjectById () | |
| default constructor | |
| virtual | ~DtIfDeleteVrfObjectById () |
| destructor | |
| DtIfDeleteVrfObjectById (const DtIfDeleteVrfObjectById &orig) | |
| copy constructor | |
| DtIfDeleteVrfObjectById & | operator= (const DtIfDeleteVrfObjectById &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfDeleteVrfObjectById. | |
| virtual int | type () const |
| Returns the string type of message, DtDeleteVrfObjectMessageType (defined in msgTypes.h). | |
| virtual void | setEntityId (const DtEntityIdentifier &id) |
| Set/get the entity id of the vrf object to delete. | |
| virtual const DtEntityIdentifier & | entityId () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtEntityIdentifier | myId |
class DtIfDeleteVrfObjectById:
Instances of DtIfDeleteVrfObjectById are the message content for delete vrf object messages. These messages are sent to request that a given vrf object get deleted from the simulation.
default constructor
| virtual DtIfDeleteVrfObjectById::~DtIfDeleteVrfObjectById | ( | ) | [virtual] |
destructor
copy constructor
| DtIfDeleteVrfObjectById& DtIfDeleteVrfObjectById::operator= | ( | const DtIfDeleteVrfObjectById & | orig | ) |
assignment operator
| virtual DtSimInterfaceContent* DtIfDeleteVrfObjectById::clone | ( | ) | const [virtual] |
Returns a newly created instance of a DtIfDeleteVrfObjectById.
Implements DtSimInterfaceContent.
| virtual int DtIfDeleteVrfObjectById::type | ( | ) | const [virtual] |
Returns the string type of message, DtDeleteVrfObjectMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
| virtual void DtIfDeleteVrfObjectById::setEntityId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set/get the entity id of the vrf object to delete.
| virtual const DtEntityIdentifier& DtIfDeleteVrfObjectById::entityId | ( | ) | const [virtual] |
| virtual int DtIfDeleteVrfObjectById::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDeleteVrfObjectById::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfDeleteVrfObjectById::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfDeleteVrfObjectById::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfDeleteVrfObjectById::creator | ( | ) | [static] |
DtEntityIdentifier DtIfDeleteVrfObjectById::myId [protected] |