![]() |
VR-Forces 4.0.4 Class Documentation
|
Total: 3 bytes. More...

Public Member Functions | |
| DtIfRequestPlan () | |
| default constructor | |
| virtual | ~DtIfRequestPlan () |
| destructor | |
| DtIfRequestPlan (const DtIfRequestPlan &orig) | |
| copy constructor | |
| DtIfRequestPlan & | operator= (const DtIfRequestPlan &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtString & | name () const |
| Set/get the name string of plan. | |
| virtual void | setName (const DtString &name) |
| virtual void | setAddPlanStatementCallback (bool) |
| If false, will not tell the back end to send current plan statement or start sending messages when statements change (by default this is true) | |
| virtual bool | addPlanStatementCallback () 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 | |
| DtString | myName |
| bool | myAddPlanStatementCallback |
Total: 3 bytes.
class DtIfRequestPlan:
Instances of DtIfRequestPlan are the content portions of request-plan messages. They contain an echelon ID string and a return address to whom the set-plan message should be addressed.
Content-Type: DtRequestPlanMessageType
Parameters: echelonId - The echelon ID DtString of the plan.
address - An arbitrary, unique return address DtString that is needed to ensure that only one receiver of the reply message will attempt to own the DtPlan pointer.
default constructor
| virtual DtIfRequestPlan::~DtIfRequestPlan | ( | ) | [virtual] |
destructor
| DtIfRequestPlan::DtIfRequestPlan | ( | const DtIfRequestPlan & | orig | ) |
copy constructor
| DtIfRequestPlan& DtIfRequestPlan::operator= | ( | const DtIfRequestPlan & | orig | ) |
assignment operator
| virtual int DtIfRequestPlan::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfRequestPlan::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const DtString& DtIfRequestPlan::name | ( | ) | const [virtual] |
Set/get the name string of plan.
| virtual void DtIfRequestPlan::setName | ( | const DtString & | name | ) | [virtual] |
| virtual void DtIfRequestPlan::setAddPlanStatementCallback | ( | bool | ) | [virtual] |
If false, will not tell the back end to send current plan statement or start sending messages when statements change (by default this is true)
| virtual bool DtIfRequestPlan::addPlanStatementCallback | ( | ) | const [virtual] |
| virtual int DtIfRequestPlan::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfRequestPlan::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfRequestPlan::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfRequestPlan::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfRequestPlan::creator | ( | ) | [static] |
DtString DtIfRequestPlan::myName [protected] |
bool DtIfRequestPlan::myAddPlanStatementCallback [protected] |