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

Public Member Functions | |
| DtIfParentChanged () | |
| default constructor More... | |
| virtual | ~DtIfParentChanged () |
| destructor More... | |
| DtIfParentChanged (const DtIfParentChanged &orig) | |
| copy constructor More... | |
| DtIfParentChanged & | operator= (const DtIfParentChanged &orig) |
| assignment operator More... | |
| virtual int | type () const |
| Returns the type of Interface Content. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtUUID & | uuid () const |
| Set/get the unit whose parent has changed Was: echelonId. More... | |
| virtual void | setUUID (const DtUUID &) |
| Was: setEchelonId. More... | |
| 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 | myUUID |
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 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.
| DtIfParentChanged::DtIfParentChanged | ( | ) |
default constructor
|
virtual |
destructor
| DtIfParentChanged::DtIfParentChanged | ( | const DtIfParentChanged & | orig | ) |
copy constructor
| DtIfParentChanged& DtIfParentChanged::operator= | ( | const DtIfParentChanged & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the unit whose parent has changed Was: echelonId.
|
virtual |
Was: setEchelonId.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |