![]() |
VR-Forces 4.3 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
| DtIfRemoveFromOrganization::DtIfRemoveFromOrganization | ( | ) |
default constructor
|
virtual |
destructor
| DtIfRemoveFromOrganization::DtIfRemoveFromOrganization | ( | const DtIfRemoveFromOrganization & | orig | ) |
copy constructor
| DtIfRemoveFromOrganization& DtIfRemoveFromOrganization::operator= | ( | const DtIfRemoveFromOrganization & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfRemoveFromOrganization.
|
virtual |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
|
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 |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |