![]() |
VR-Forces Developer's Guide
|
class DtIfModifyOrganization:
Instances of DtIfModifyOrganization are the message content moving an organized VRF-Object from one superior to another.
Content-Type: DtModifyOrganizationType

Public Member Functions | |
| DtIfModifyOrganization () | |
| virtual | ~DtIfModifyOrganization () |
| DtIfModifyOrganization (const DtIfModifyOrganization &orig) | |
| DtIfModifyOrganization & | operator= (const DtIfModifyOrganization &orig) |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | type () const |
| virtual void | setObjectIdentifier (const DtEntityIdentifier &objectIdentifier) |
| virtual const DtEntityIdentifier & | objectIdentifier () const |
| virtual void | setOldSuperiorId (const DtEntityIdentifier &objectIdentifier) |
| virtual const DtEntityIdentifier & | oldSuperiorId () const |
| virtual void | setNewSuperiorId (const DtEntityIdentifier &objectIdentifier) |
| virtual const DtEntityIdentifier & | newSuperiorId () const |
| 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 | |
| DtEntityIdentifier | myObjectIdentifier |
| DtEntityIdentifier | myOldSuperiorId |
| DtEntityIdentifier | myNewSuperiorId |
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 |
| DtIfModifyOrganization::DtIfModifyOrganization | ( | ) |
default constructor
|
virtual |
destructor
| DtIfModifyOrganization::DtIfModifyOrganization | ( | const DtIfModifyOrganization & | orig | ) |
copy constructor
| DtIfModifyOrganization& DtIfModifyOrganization::operator= | ( | const DtIfModifyOrganization & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfModifyOrganization.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
Set/get the object identifier of the object that will be moved in the organization.
|
virtual |
|
virtual |
Set/get the object identifier of the object that is currently the superior of the target object.
|
virtual |
|
virtual |
Set/get the object identifier of the object that will be the new superior of the target object.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |