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

Public Member Functions | |
| DtIfSetSubordinateOrder () | |
| default constructor More... | |
| virtual | ~DtIfSetSubordinateOrder () |
| destructor More... | |
| DtIfSetSubordinateOrder (const DtIfSetSubordinateOrder &orig) | |
| copy constructor More... | |
| DtIfSetSubordinateOrder & | operator= (const DtIfSetSubordinateOrder &orig) |
| assignment operator More... | |
| virtual DtSimInterfaceContent * | clone () const |
| Returns a newly created instance of a DtIfSetSubordinateOrder. More... | |
| virtual int | type () const |
| Returns the string type of message, DtSetSubordinateOrderType (defined in msgTypes.h). More... | |
| virtual void | setSuperior (const DtUUID &) |
| UUID of the superior whose list of subordinates are to be set in the specified order. More... | |
| virtual const DtUUID & | superior () const |
| Was: superiorId. More... | |
| 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) |
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 | |
| DtUUID | mySuperior |
| std::vector< DtEntityIdentifier > | mySubordinateOrderedList |
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 |
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.
Implements DtSimInterfaceContent.
|
virtual |
Returns the string type of message, DtSetSubordinateOrderType (defined in msgTypes.h).
Implements DtSimInterfaceContent.
|
virtual |
UUID of the superior whose list of subordinates are to be set in the specified order.
Was: setSuperiorId
|
virtual |
Was: superiorId.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |