![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtIfParentChanged: More...

Public Member Functions | |
| DtIfParentChanged () | |
| default constructor | |
| virtual | ~DtIfParentChanged () |
| destructor | |
| DtIfParentChanged (const DtIfParentChanged &orig) | |
| copy constructor | |
| DtIfParentChanged & | operator= (const DtIfParentChanged &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtString & | echelonId () const |
| Set/get the echelon ID string of unit whose parent has changed. | |
| virtual void | setEchelonId (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 | myEchelonId |
class DtIfParentChanged:
Instances of DtIfParentChanged are the notification that a unit's parent has changed. They are created and delivered when a parent is attachted to or detached from another unit. Attaching or detaching occurs because of user commands which generate load/unload/embark/disembark tasks or when an .oob file with attached units is read in.
default constructor
| virtual DtIfParentChanged::~DtIfParentChanged | ( | ) | [virtual] |
destructor
| DtIfParentChanged::DtIfParentChanged | ( | const DtIfParentChanged & | orig | ) |
copy constructor
| DtIfParentChanged& DtIfParentChanged::operator= | ( | const DtIfParentChanged & | orig | ) |
assignment operator
| virtual int DtIfParentChanged::type | ( | ) | const [virtual] |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
| virtual DtSimInterfaceContent* DtIfParentChanged::clone | ( | ) | const [virtual] |
Implements DtSimInterfaceContent.
| virtual const DtString& DtIfParentChanged::echelonId | ( | ) | const [virtual] |
Set/get the echelon ID string of unit whose parent has changed.
| virtual void DtIfParentChanged::setEchelonId | ( | const DtString & | name | ) | [virtual] |
| virtual int DtIfParentChanged::netRepSize | ( | ) | const [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfParentChanged::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual bool DtIfParentChanged::setToNet | ( | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| virtual void DtIfParentChanged::printDataToString | ( | DtString & | str | ) | [virtual] |
Reimplemented from DtSimInterfaceContent.
| static DtSimInterfaceContent* DtIfParentChanged::creator | ( | ) | [static] |
DtString DtIfParentChanged::myEchelonId [protected] |