![]() |
VR-Forces 4.5 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 | setUUID (const DtUUID &) |
| Set/get the UUID of the vrf object. | |
| virtual const DtUUID & | uuid () const |
| Was: objectIdentifier. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myUUID |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
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.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
Set/get the UUID of the vrf object.
Was: setObjectIdentifier
|
virtual |
Was: objectIdentifier.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |