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

Public Member Functions | |
| DtIfRemoveFromOrganization () | |
| default constructor | |
| virtual | ~DtIfRemoveFromOrganization () |
| destructor | |
| DtIfRemoveFromOrganization (const DtIfRemoveFromOrganization &orig) | |
| copy constructor | |
| DtIfRemoveFromOrganization & | operator= (const DtIfRemoveFromOrganization &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfRemoveFromOrganization. | |
| virtual int | type () const |
| Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h). | |
| virtual void | setObjectIdentifier (const DtEntityIdentifier &objectIdentifier) |
| Set/get the object identifier (site:app:object id) of the vrf object. | |
| virtual const DtEntityIdentifier & | objectIdentifier () 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 | myObjectIdentifier |
class DtIfRemoveFromOrganization:
Instances of DtIfRemoveFromOrganization are the message content for modify organization messages sent from one VR-Forces process to another. The purpose of the message is to request that the VR-Forces process responsible for locally simulating a given vrf object remove it from the organization (that is, detach from its superior).
Content-Type: DtRemoveFromOrganizationType
default constructor
| virtual DtIfRemoveFromOrganization::~DtIfRemoveFromOrganization | ( | ) | [virtual] |
destructor
copy constructor
| DtIfRemoveFromOrganization& DtIfRemoveFromOrganization::operator= | ( | const DtIfRemoveFromOrganization & | orig | ) |
assignment operator
| virtual DtSimInterfaceContent* DtIfRemoveFromOrganization::clone | ( | ) | const [virtual] |
Returns a newly created instance of a DtIfRemoveFromOrganization.
Implements DtSimInterfaceContent.
| virtual int DtIfRemoveFromOrganization::type | ( | ) | const [virtual] |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
| virtual void DtIfRemoveFromOrganization::setObjectIdentifier | ( | const DtEntityIdentifier & | objectIdentifier | ) | [virtual] |
Set/get the object identifier (site:app:object id) of the vrf object.
Corresponds to entity identifier for individual entities, aggregate Id for aggregates, and object identifier for environmental process objects.
| virtual const DtEntityIdentifier& DtIfRemoveFromOrganization::objectIdentifier | ( | ) | const [virtual] |
| virtual int DtIfRemoveFromOrganization::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfRemoveFromOrganization::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfRemoveFromOrganization::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfRemoveFromOrganization::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfRemoveFromOrganization::creator | ( | ) | [static] |
DtEntityIdentifier DtIfRemoveFromOrganization::myObjectIdentifier [protected] |