![]() |
VR-Forces Developer's Guide
|
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

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 |
| int | mySequenceNumber |
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 |
| 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.
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 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 |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |