![]() |
VR-Forces 4.3.1 Class Documentation
|
class DtIfSetSubordinateOrder: More...

Public Member Functions | |
| DtIfSetSubordinateOrder () | |
| default constructor | |
| virtual | ~DtIfSetSubordinateOrder () |
| destructor | |
| DtIfSetSubordinateOrder (const DtIfSetSubordinateOrder &orig) | |
| copy constructor | |
| DtIfSetSubordinateOrder & | operator= (const DtIfSetSubordinateOrder &orig) |
| assignment operator | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfSetSubordinateOrder. | |
| virtual int | type () const |
| Returns the string type of message, DtSetSubordinateOrderType (defined in msgTypes.h). | |
| virtual void | setSuperiorId (const DtEntityIdentifier &objectIdentifier) |
| Object identifier (site:app:object id) of the superior whose list of subordinates are to be set in the specified order. | |
| virtual const DtEntityIdentifier & | superiorId () const |
| virtual void | setSubordinateOrderedList (const std::vector< DtEntityIdentifier > &orderedList) |
| virtual const std::vector < DtEntityIdentifier > & | subordinateOrderedList () 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 | mySuperiorId |
| std::vector< DtEntityIdentifier > | mySubordinateOrderedList |
class DtIfSetSubordinateOrder:
Instances of DtIfSetSubordinateOrder are the message content for set subordinate order messages sent from one VR-Forces process to another. The purpose of the message is to request that the VR-Forces process responsible for locally simulating a given vrf object set the order of the given aggregate's subordinate to order specified in the message.
Content-Type: DtSetSubordinateOrderType
| DtIfSetSubordinateOrder::DtIfSetSubordinateOrder | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSetSubordinateOrder::DtIfSetSubordinateOrder | ( | const DtIfSetSubordinateOrder & | orig | ) |
copy constructor
| DtIfSetSubordinateOrder& DtIfSetSubordinateOrder::operator= | ( | const DtIfSetSubordinateOrder & | orig | ) |
assignment operator
|
virtual |
Returns a newly created instance of a DtIfSetSubordinateOrder.
|
virtual |
Returns the string type of message, DtSetSubordinateOrderType (defined in msgTypes.h).
|
virtual |
Object identifier (site:app:object id) of the superior whose list of subordinates are to be set in the specified order.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |