![]() |
VR-Forces 4.1 Class Documentation
|
class DtIfSubordinateList: More...

Public Member Functions | |
| DtIfSubordinateList () | |
| default constructor | |
| virtual | ~DtIfSubordinateList () |
| destructor | |
| DtIfSubordinateList (const DtIfSubordinateList &orig) | |
| copy constructor | |
| DtIfSubordinateList & | operator= (const DtIfSubordinateList &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfSubordinateList. | |
| virtual int | type () const |
| Returns the string type of message, DtSubordinateListMessageType (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 void | setSubordinateObjects (const DtSubordinateObjectsList &subordinateObjects) |
| Set/get the subordinate objects list. | |
| virtual const DtSubordinateObjectsList & | subordinateObjects () 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 |
| DtSubordinateObjectsList | mySubordinateObjects |
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 DtIfSubordinateList:
DtIfSubordinateList holds the Subordinate entries information of an aggregated entity
Content-Type: DtSubordinateListMessageType
| DtIfSubordinateList::DtIfSubordinateList | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSubordinateList::DtIfSubordinateList | ( | const DtIfSubordinateList & | orig | ) |
copy constructor
| DtIfSubordinateList& DtIfSubordinateList::operator= | ( | const DtIfSubordinateList & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfSubordinateList.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtSubordinateListMessageType (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 |
Set/get the subordinate objects list.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |