![]() |
VR-Forces 4.0.4 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) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
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.
default constructor
copy constructor
| virtual DtIfRequestGlobalPlanList::~DtIfRequestGlobalPlanList | ( | ) | [virtual] |
| const DtIfRequestGlobalPlanList& DtIfRequestGlobalPlanList::operator= | ( | const DtIfRequestGlobalPlanList & | orig | ) |
assignment operator
| virtual int DtIfRequestGlobalPlanList::type | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfRequestGlobalPlanList::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual bool DtIfRequestGlobalPlanList::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfRequestGlobalPlanList::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfRequestGlobalPlanList::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfRequestGlobalPlanList::creator | ( | ) | [static] |