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

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