![]() |
VR-Forces 4.3.1 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.
| DtIfRequestPlan::DtIfRequestPlan | ( | ) |
default constructor
|
virtual |
destructor
| DtIfRequestPlan::DtIfRequestPlan | ( | const DtIfRequestPlan & | orig | ) |
copy constructor
| DtIfRequestPlan& DtIfRequestPlan::operator= | ( | const DtIfRequestPlan & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
|
virtual |
|
virtual |
Set/get the name string of plan.
|
virtual |
|
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 |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |