![]() |
VR-Forces 4.6.1 Class Documentation
|
class DtIfRequestPlan: 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 DtUUID & | planName () const |
| Set/get the UUID of plan. | |
| virtual void | setPlanName (const DtUUID &) |
| Was: setName. | |
| 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) |
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 |
| bool | myAddPlanStatementCallback |
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 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.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the UUID of plan.
Was: name
|
virtual |
Was: setName.
|
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 |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |