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

Public Member Functions | |
| DtIfModifyOrganization () | |
| default constructor | |
| virtual | ~DtIfModifyOrganization () |
| destructor | |
| DtIfModifyOrganization (const DtIfModifyOrganization &orig) | |
| copy constructor | |
| DtIfModifyOrganization & | operator= (const DtIfModifyOrganization &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfModifyOrganization. | |
| 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 of the object that will be moved in the organization. | |
| virtual const DtEntityIdentifier & | objectIdentifier () const |
| virtual void | setOldSuperiorId (const DtEntityIdentifier &objectIdentifier) |
| Set/get the object identifier of the object that is currently the superior of the target object. | |
| virtual const DtEntityIdentifier & | oldSuperiorId () const |
| virtual void | setNewSuperiorId (const DtEntityIdentifier &objectIdentifier) |
| Set/get the object identifier of the object that will be the new superior of the target object. | |
| 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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtEntityIdentifier | myObjectIdentifier |
| DtEntityIdentifier | myOldSuperiorId |
| DtEntityIdentifier | myNewSuperiorId |
class DtIfModifyOrganization:
Instances of DtIfModifyOrganization are the message content moving an organized VRF-Object from one superior to another.
Content-Type: DtModifyOrganizationType
default constructor
| virtual DtIfModifyOrganization::~DtIfModifyOrganization | ( | ) | [virtual] |
destructor
| DtIfModifyOrganization::DtIfModifyOrganization | ( | const DtIfModifyOrganization & | orig | ) |
copy constructor
| DtIfModifyOrganization& DtIfModifyOrganization::operator= | ( | const DtIfModifyOrganization & | orig | ) |
assignment operator
| virtual DtSimInterfaceContent* DtIfModifyOrganization::clone | ( | ) | const [virtual] |
Returns a newly created instance of a DtIfModifyOrganization.
Implements DtSimInterfaceContent.
| virtual int DtIfModifyOrganization::type | ( | ) | const [virtual] |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
| virtual void DtIfModifyOrganization::setObjectIdentifier | ( | const DtEntityIdentifier & | objectIdentifier | ) | [virtual] |
Set/get the object identifier of the object that will be moved in the organization.
| virtual const DtEntityIdentifier& DtIfModifyOrganization::objectIdentifier | ( | ) | const [virtual] |
| virtual void DtIfModifyOrganization::setOldSuperiorId | ( | const DtEntityIdentifier & | objectIdentifier | ) | [virtual] |
Set/get the object identifier of the object that is currently the superior of the target object.
| virtual const DtEntityIdentifier& DtIfModifyOrganization::oldSuperiorId | ( | ) | const [virtual] |
| virtual void DtIfModifyOrganization::setNewSuperiorId | ( | const DtEntityIdentifier & | objectIdentifier | ) | [virtual] |
Set/get the object identifier of the object that will be the new superior of the target object.
| virtual const DtEntityIdentifier& DtIfModifyOrganization::newSuperiorId | ( | ) | const [virtual] |
| virtual int DtIfModifyOrganization::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfModifyOrganization::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfModifyOrganization::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfModifyOrganization::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfModifyOrganization::creator | ( | ) | [static] |
DtEntityIdentifier DtIfModifyOrganization::myObjectIdentifier [protected] |
DtEntityIdentifier DtIfModifyOrganization::myOldSuperiorId [protected] |
DtEntityIdentifier DtIfModifyOrganization::myNewSuperiorId [protected] |