![]() |
VR-Forces Developer's Guide
|
class DtIfSubordinateList:
DtIfSubordinateList holds the Subordinate entries information of an aggregated entity
Content-Type: DtSubordinateListMessageType

Public Member Functions | |
| DtIfSubordinateList () | |
| virtual | ~DtIfSubordinateList () override |
| DtIfSubordinateList (const DtIfSubordinateList &orig) | |
| DtIfSubordinateList & | operator= (const DtIfSubordinateList &orig) |
| virtual DtSimInterfaceContent * | clone () const override |
| virtual int | type () const override |
| virtual unsigned long | requestId () const |
| virtual void | setRequestId (unsigned long requestId) |
| virtual void | setEntityId (const DtUUID &id) |
| virtual const DtUUID & | entityId () const |
| virtual void | setSubordinateObjects (const DtSubordinateObjectsList &subordinateObjects) |
| virtual const DtSubordinateObjectsList & | subordinateObjects () const |
| virtual int | netRepSize () const override |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) override |
| virtual bool | setToNet () override |
| virtual void | printDataToString (DtString &str) override |
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 | |
| DtU32 | myRequestId |
| DtUUID | 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 |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfSubordinateList::DtIfSubordinateList | ( | ) |
default constructor
|
overridevirtual |
destructor
| DtIfSubordinateList::DtIfSubordinateList | ( | const DtIfSubordinateList & | orig | ) |
copy constructor
| DtIfSubordinateList& DtIfSubordinateList::operator= | ( | const DtIfSubordinateList & | orig | ) |
assignment operator
|
overridevirtual |
Returns a newly created instance of a DtIfSubordinateList.
Implements DtSimInterfaceContent.
|
overridevirtual |
Returns the string type of message, DtSubordinateListMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
Set/get the request Id for the message. Request Id is used to associate this message with the response message.
|
virtual |
Set/get the entity id of the vrf object to query.
|
virtual |
|
virtual |
Set/get the subordinate objects list.
|
virtual |
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
overridevirtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |