![]() |
VR-Forces 4.1 Class Documentation
|
class DtIfSubordinateListRequest: request information subordinateList of an aggregated entity More...

Public Member Functions | |
| DtIfSubordinateListRequest () | |
| default constructor | |
| virtual | ~DtIfSubordinateListRequest () |
| destructor | |
| DtIfSubordinateListRequest (const DtIfSubordinateListRequest &orig) | |
| copy constructor | |
| DtIfSubordinateListRequest & | operator= (const DtIfSubordinateListRequest &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfSubordinateListRequest. | |
| virtual int | type () const |
| Returns the string type of message, DtSubordinateListRequestMessageType (defined in msgTypes.h). | |
| virtual unsigned long | requestId () const |
| Set/get the request Id for the message. | |
| virtual void | setRequestId (unsigned long requestId) |
| virtual void | setEntityId (const DtEntityIdentifier &id) |
| Set/get the entity id of the vrf object to query. | |
| virtual const DtEntityIdentifier & | entityId () 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 | 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 () |
Protected Attributes | |
| DtU32 | myRequestId |
| DtEntityIdentifier | myEntId |
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 |
class DtIfSubordinateListRequest: request information subordinateList of an aggregated entity
Content-Type: DtSubordinateListRequestMessageType
| DtIfSubordinateListRequest::DtIfSubordinateListRequest | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSubordinateListRequest::DtIfSubordinateListRequest | ( | const DtIfSubordinateListRequest & | orig | ) |
copy constructor
| DtIfSubordinateListRequest& DtIfSubordinateListRequest::operator= | ( | const DtIfSubordinateListRequest & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfSubordinateListRequest.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtSubordinateListRequestMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
Set/get the request Id for the message.
Request Id is used to associate this message with the response message.
|
virtual |
|
virtual |
Set/get the entity id of the vrf object to query.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |