![]() |
VR-Forces Development_Version Class Documentation
|
class DtIfVrfObjectCreated: More...

Public Member Functions | |
| DtIfVrfObjectCreated () | |
| default constructor | |
| virtual | ~DtIfVrfObjectCreated () |
| destructor | |
| DtIfVrfObjectCreated (const DtIfVrfObjectCreated &orig) | |
| copy constructor | |
| DtIfVrfObjectCreated & | operator= (const DtIfVrfObjectCreated &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfVrfObjectCreated. | |
| virtual int | type () const |
| Returns the string type of message, DtVrfObjectResponseMessageType (defined in msgTypes.h). | |
| virtual void | setObjectIdentifier (const DtEntityIdentifier &objectIdentifier) |
| Set/get the object identifier (site:app:object id) of the vrf object. | |
| virtual const DtEntityIdentifier & | objectIdentifier () const |
| virtual unsigned long | requestId () const |
| Set/get the request Id for the message. | |
| virtual void | setRequestId (unsigned long requestId) |
| virtual void | setMarkingText (const DtString &) |
| Set/get the marking text of the vrf object. | |
| virtual const DtString & | markingText () const |
| virtual void | setUUID (const DtUUID &) |
| Set/get the object UUID of the vrf object. | |
| virtual const DtUUID & | uuid () const |
| virtual void | setRequestedCreate (bool) |
| Whether or not this is the object that was requested to be created. | |
| virtual bool | requestedCreate () const |
| virtual void | setObjectType (const DtObjectType &) |
| The object type of the object created. | |
| virtual const DtObjectType & | objectType () 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 |
| DtU32 | myRequestId |
| DtString | myMarkingText |
| DtUUID | myUUID |
| DtObjectType | myObjectType |
| bool | myRequestedCreate |
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 |
class DtIfVrfObjectCreated:
Instances of DtIfVrfObjectCreated are the message content for vrf object response messages. The purpose of this message is to let developers know when a VRF object is creaed
Content-Type: DtVrfObjectCreatedV2MessageType
Parameters: object type: The DtObjectType of the object created.
object identifier: The object’s DtEntityIdentifer (site id: app id: object num).
object name: The object’s unique DtString name.
| DtIfVrfObjectCreated::DtIfVrfObjectCreated | ( | ) |
default constructor
|
virtual |
destructor
| DtIfVrfObjectCreated::DtIfVrfObjectCreated | ( | const DtIfVrfObjectCreated & | orig | ) |
copy constructor
| DtIfVrfObjectCreated& DtIfVrfObjectCreated::operator= | ( | const DtIfVrfObjectCreated & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfVrfObjectCreated.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtVrfObjectResponseMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
Set/get the object identifier (site:app:object id) of the vrf object.
Corresponds to entity identifier for individual entities, aggregate Id for aggregates, and object identifier for environmental process objects.
|
virtual |
|
virtual |
Set/get the request Id for the message.
Request Id is used to associate this message with the DtIfCreateVrfObject message.
|
virtual |
|
virtual |
Set/get the marking text of the vrf object.
|
virtual |
|
virtual |
Set/get the object UUID of the vrf object.
|
virtual |
|
virtual |
Whether or not this is the object that was requested to be created.
This will be false if the object being created is the subordinate of a requested aggregate to be created
|
virtual |
|
virtual |
The object type of the object created.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |