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

Public Member Functions | |
| DtIfRestartPlan () | |
| default constructor | |
| virtual | ~DtIfRestartPlan () |
| destructor | |
| DtIfRestartPlan (const DtIfRestartPlan &orig) | |
| copy constructor | |
| DtIfRestartPlan & | operator= (const DtIfRestartPlan &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 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 | 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 () |
Protected Attributes | |
| DtString | myName |
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 |
Total: 2 bytes.
class DtIfRestartPlan:
Instances of DtIfRestartPlan are the content portion of requests to restart the Plan associated with a given object name.
Content-Type: DtRestartPlanMessageType
Parameters: object name - the object name DtString that identifies the entity whose plan should be restarted.
| DtIfRestartPlan::DtIfRestartPlan | ( | ) |
default constructor
|
virtual |
destructor
| DtIfRestartPlan::DtIfRestartPlan | ( | const DtIfRestartPlan & | orig | ) |
copy constructor
| DtIfRestartPlan& DtIfRestartPlan::operator= | ( | const DtIfRestartPlan & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the name string of plan.
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |