![]() |
VR-Forces 4.2 Class Documentation
|
Total: 16 bytes. 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 | setObjectName (const DtString &objectName) |
| Set/get the object name of the vrf object. | |
| virtual const DtString & | objectName () 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 |
| DtU32 | myRequestId |
| DtString | myObjectName |
Total: 16 bytes.
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.
|
virtual |
Returns the string type of message, DtVrfObjectResponseMessageType (defined in msgTypes.h).
|
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 object name of the vrf object.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |
|
protected |