![]() |
VR-Vantage 3.1 API Documentation
|

Public Member Functions | |
| DtReflectedExtAerodrome (DtHlaObject *obj, DtExerciseConn *conn) | |
| CTOR. | |
| virtual | ~DtReflectedExtAerodrome () |
| Virtual DTOR. | |
| virtual DtExtAerodromeStateRepository * | extAerodromeStateRep () const |
| Returns ptr to environmentProcessStateRepository – through which you can inspect current state info. | |
| virtual DtExtAerodromeStateRepository * | aesr () const |
| Synonym for extEntityStateRep(). | |
| virtual DtStateRepository * | stateRep () const |
| Implementation for abstract base class. Calls cosr(). | |
| virtual DtReflectedExtAerodrome * | nextAE () const |
| Get the next and previous elements in the reflected entity list. | |
| virtual DtReflectedExtAerodrome * | prevAE () const |
| virtual DtReflectedExtAerodrome * | wrapNextAE () const |
| Get the next and previous elements, wrap at the ends of the list. | |
| virtual DtReflectedExtAerodrome * | wrapPrevAE () const |
| virtual void | addPostUpdateCallback (DtExtAerodromeCallbackFunction cb, void *userData) |
| Environment Process callback registration/deregistration. | |
| virtual void | removePostUpdateCallback (DtExtAerodromeCallbackFunction cb, void *userData) |
| virtual void | processPostUpdate () |
| virtual void | updateExtensions () |
| virtual void | processPostUpdateCallbacks () |
Static Public Member Functions | |
| static void | postUpdateCallback (DtReflectedExtAerodrome *ent, void *userData) |
Private Member Functions | |
| DtReflectedExtAerodrome (const DtReflectedExtAerodrome &orig) | |
| Private Copy CTOR (Not implemented - Non-copyable). | |
| DtReflectedExtAerodrome & | operator= (const DtReflectedExtAerodrome &orig) |
| Private Assignment operator (Not implemented - Non-copyable). | |
| DtReflectedExtAerodrome::DtReflectedExtAerodrome | ( | DtHlaObject * | obj, |
| DtExerciseConn * | conn | ||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
private |
Private Copy CTOR (Not implemented - Non-copyable).
|
virtual |
Returns ptr to environmentProcessStateRepository – through which you can inspect current state info.
|
virtual |
Synonym for extEntityStateRep().
|
virtual |
Implementation for abstract base class. Calls cosr().
|
virtual |
Get the next and previous elements in the reflected entity list.
|
virtual |
|
virtual |
Get the next and previous elements, wrap at the ends of the list.
|
virtual |
|
virtual |
Environment Process callback registration/deregistration.
|
virtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
private |
Private Assignment operator (Not implemented - Non-copyable).