![]() |
VR-Forces 4.0.4 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.
default constructor
| virtual DtIfAbandonPlan::~DtIfAbandonPlan | ( | ) | [virtual] |
destructor
| DtIfAbandonPlan::DtIfAbandonPlan | ( | const DtIfAbandonPlan & | orig | ) |
copy constructor
| DtIfAbandonPlan& DtIfAbandonPlan::operator= | ( | const DtIfAbandonPlan & | orig | ) |
assignment operator
| virtual int DtIfAbandonPlan::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfAbandonPlan::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const DtString& DtIfAbandonPlan::name | ( | ) | const [virtual] |
Set/get the name string of plan.
| virtual void DtIfAbandonPlan::setName | ( | const DtString & | name | ) | [virtual] |
| virtual int DtIfAbandonPlan::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfAbandonPlan::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfAbandonPlan::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfAbandonPlan::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfAbandonPlan::creator | ( | ) | [static] |
DtString DtIfAbandonPlan::myName [protected] |