![]() |
VR-Forces 4.10 Class Documentation
|
class DtIfRequestPlanStatement: More...

Public Member Functions | |
| DtIfRequestPlanStatement () | |
| default constructor More... | |
| virtual | ~DtIfRequestPlanStatement () |
| destructor More... | |
| DtIfRequestPlanStatement (const DtIfRequestPlanStatement &orig) | |
| copy constructor More... | |
| DtIfRequestPlanStatement & | operator= (const DtIfRequestPlanStatement &orig) |
| assignment operator More... | |
| virtual int | type () const |
| Returns the type of Interface Content. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtUUID & | planName () const |
| Set/get the UUID of of plan. More... | |
| virtual void | setPlanName (const DtUUID &) |
| Was: setName. More... | |
| virtual int | statementId () const |
| Set/get the ID of the statement requested. More... | |
| virtual void | setStatementId (int id) |
| virtual int | netRepSize () 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 void | printContentType (DtString &str) |
| 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 () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtUUID | myPlanName |
| int | myStatementId |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
class DtIfRequestPlanStatement:
Instances of DtIfRequestPlanStatement are interface messages used to request a particular plan statement in a plan. The plan is specified by an echelon ID, and the particular plan statement is specified by a statement ID. The message also contains a return address to whom the plan-statement message should be addressed.
Content-Type: DtRequestPlanStatementMessageType
Parameters: name - The name DtUUID of the plan.
statementId - The integer statement ID of the requested statement.
| DtIfRequestPlanStatement::DtIfRequestPlanStatement | ( | ) |
default constructor
|
virtual |
destructor
| DtIfRequestPlanStatement::DtIfRequestPlanStatement | ( | const DtIfRequestPlanStatement & | orig | ) |
copy constructor
| DtIfRequestPlanStatement& DtIfRequestPlanStatement::operator= | ( | const DtIfRequestPlanStatement & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the UUID of of plan.
Was: name
|
virtual |
Was: setName.
|
virtual |
Set/get the ID of the statement requested.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |