![]() |
VR-Forces 4.1 Class Documentation
|
Interface content for requesting a the list of global plans from the simulation engine. More...

Public Member Functions | |
| DtIfRequestGlobalPlanList () | |
| default constructor | |
| DtIfRequestGlobalPlanList (const DtIfRequestGlobalPlanList &orig) | |
| copy constructor | |
| const DtIfRequestGlobalPlanList & | operator= (const DtIfRequestGlobalPlanList &orig) |
| assignment operator | |
| virtual | ~DtIfRequestGlobalPlanList () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () 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 int | netRepSize () const |
| 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 () |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
Interface content for requesting a the list of global plans from the simulation engine.
A DtIfGlobalPlanList interface message is typically sent in response to this request.
| DtIfRequestGlobalPlanList::DtIfRequestGlobalPlanList | ( | ) |
default constructor
| DtIfRequestGlobalPlanList::DtIfRequestGlobalPlanList | ( | const DtIfRequestGlobalPlanList & | orig | ) |
copy constructor
|
virtual |
| const DtIfRequestGlobalPlanList& DtIfRequestGlobalPlanList::operator= | ( | const DtIfRequestGlobalPlanList & | orig | ) |
assignment operator
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |