![]() |
VR-Forces 4.3 Class Documentation
|
class DtIfPlanStatement: More...

Public Member Functions | |
| DtIfPlanStatement () | |
| default constructor | |
| virtual | ~DtIfPlanStatement () |
| destructor | |
| DtIfPlanStatement (const DtIfPlanStatement &orig) | |
| copy constructor | |
| DtIfPlanStatement & | operator= (const DtIfPlanStatement &orig) |
| assignment operator | |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtString & | name () const |
| Set/get the name of the plan. | |
| virtual void | setName (const DtString &name) |
| virtual int | statementId () const |
| Set/get the ID of the statement requested. | |
| virtual void | setStatementId (int id) |
| virtual DtSimStatement * | statement () const |
| Set/get the plan statement associated with the above name and statement ID. | |
| virtual void | setStatement (DtSimStatement *statement) |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual bool | isGlobal () const |
| Indicates whether the referenced plan is a global plan or an entity/aggregate plan. | |
| virtual void | setIsGlobal (bool yesNo) |
| Indicates whether the referenced plan is a global plan or an entity/aggregate plan. | |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| DtString | myName |
| bool | myIsGlobal |
| int | myStatementId |
| DtSimStatement * | myStatement |
class DtIfPlanStatement:
Instances of DtIfPlanStatement are interface messages used to convey the contents of a particular plan statement, for a given plan (specified by name), and a given statement ID. The addressed recipient of this message takes over the DtSimStatement pointer and is responsible for deleting it.
Content-Type: DtPlanStatementMessageType
Parameters: name - The name of the selected plan.
statementId - The integer ID of the statement requested.
statement - The plan statement (a DtSimStatement) associated with the requested name and statement ID.
| DtIfPlanStatement::DtIfPlanStatement | ( | ) |
default constructor
|
virtual |
destructor
| DtIfPlanStatement::DtIfPlanStatement | ( | const DtIfPlanStatement & | orig | ) |
copy constructor
| DtIfPlanStatement& DtIfPlanStatement::operator= | ( | const DtIfPlanStatement & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
Set/get the name of the plan.
|
virtual |
|
virtual |
Set/get the ID of the statement requested.
|
virtual |
|
virtual |
Set/get the plan statement associated with the above name and statement ID.
|
virtual |
|
virtual |
Indicates whether the referenced plan is a global plan or an entity/aggregate plan.
|
virtual |
Indicates whether the referenced plan is a global plan or an entity/aggregate plan.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |