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

Public Member Functions | |
| DtIfOrganizationModified () | |
| default constructor More... | |
| virtual | ~DtIfOrganizationModified () |
| destructor More... | |
| DtIfOrganizationModified (const DtIfOrganizationModified &orig) | |
| copy constructor More... | |
| DtIfOrganizationModified & | operator= (const DtIfOrganizationModified &orig) |
| assignment operator More... | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfOrganizationModified. More... | |
| virtual int | type () const |
| Returns the string type of message, DtCreateVrfObjectMessageType (defined in msgTypes.h). More... | |
| 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). More... | |
| virtual const DtEntityIdentifier & | objectIdentifier () const |
| virtual void | setSequenceNumber (int sequenceNumber) |
| Set/get the sequence number. More... | |
| virtual int | sequenceNumber () 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 |
| 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 |
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.
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 |