![]() |
VR-Forces 4.0.4 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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtU32 | myRequestId |
| DtEntityIdentifier | myEntId |
| DtSubordinateObjectsList | mySubordinateObjects |
class DtIfSubordinateList:
DtIfSubordinateList holds the Subordinate entries information of an aggregated entity
Content-Type: DtSubordinateListMessageType
default constructor
| virtual DtIfSubordinateList::~DtIfSubordinateList | ( | ) | [virtual] |
destructor
| DtIfSubordinateList::DtIfSubordinateList | ( | const DtIfSubordinateList & | orig | ) |
copy constructor
| DtIfSubordinateList& DtIfSubordinateList::operator= | ( | const DtIfSubordinateList & | orig | ) |
assignment operator
| virtual DtSimInterfaceContent* DtIfSubordinateList::clone | ( | ) | const [virtual] |
Returns a newly created instance of a DtIfSubordinateList.
Implements DtSimInterfaceContent.
| virtual int DtIfSubordinateList::type | ( | ) | const [virtual] |
Returns the string type of message, DtSubordinateListMessageType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
| virtual unsigned long DtIfSubordinateList::requestId | ( | ) | const [virtual] |
Set/get the request Id for the message.
Request Id is used to associate this message with the response message.
| virtual void DtIfSubordinateList::setRequestId | ( | unsigned long | requestId | ) | [virtual] |
| virtual void DtIfSubordinateList::setEntityId | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Set/get the entity id of the vrf object to query.
| virtual const DtEntityIdentifier& DtIfSubordinateList::entityId | ( | ) | const [virtual] |
| virtual void DtIfSubordinateList::setSubordinateObjects | ( | const DtSubordinateObjectsList & | subordinateObjects | ) | [virtual] |
Set/get the subordinate objects list.
| virtual const DtSubordinateObjectsList& DtIfSubordinateList::subordinateObjects | ( | ) | const [virtual] |
| virtual int DtIfSubordinateList::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSubordinateList::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfSubordinateList::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfSubordinateList::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfSubordinateList::creator | ( | ) | [static] |
DtU32 DtIfSubordinateList::myRequestId [protected] |
DtEntityIdentifier DtIfSubordinateList::myEntId [protected] |