![]() |
VR-Forces 4.2 Class Documentation
|
Total: 16 bytes. More...

Public Member Functions | |
| DtIfOrganizationModified () | |
| default constructor | |
| virtual | ~DtIfOrganizationModified () |
| destructor | |
| DtIfOrganizationModified (const DtIfOrganizationModified &orig) | |
| copy constructor | |
| DtIfOrganizationModified & | operator= (const DtIfOrganizationModified &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfOrganizationModified. | |
| 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 should handle this message (should be the top-level pseudo-aggregate whose organization has just been modified). | |
| virtual const DtEntityIdentifier & | objectIdentifier () const |
| virtual void | setSequenceNumber (int sequenceNumber) |
| Set/get the sequence number. | |
| virtual int | sequenceNumber () 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 |
| int | mySequenceNumber |
Total: 16 bytes.
class DtIfOrganizationModified:
Instances of DtIfOrganizationModified are the message content for organization modified messages sent from one VR-Forces process to another. This message is sent in response to a DtIfModifyOrganization message. When a VR-Forces process receives a DtIfModifyOrganization message, it modifies the organization of the entities specified in the message. When complete, it sends a DtIfOrganizationModified in response. The sequence number given in this message should be the same as the one given in the DtIfModifyOrganization message.
Content-Type: DtOrganizationModifiedType
| DtIfOrganizationModified::DtIfOrganizationModified | ( | ) |
default constructor
|
virtual |
destructor
| DtIfOrganizationModified::DtIfOrganizationModified | ( | const DtIfOrganizationModified & | orig | ) |
copy constructor
| DtIfOrganizationModified& DtIfOrganizationModified::operator= | ( | const DtIfOrganizationModified & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfOrganizationModified.
|
virtual |
Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h).
|
virtual |
Set/get the object identifier of the object that should handle this message (should be the top-level pseudo-aggregate whose organization has just been modified).
|
virtual |
|
virtual |
Set/get the sequence number.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |