![]() |
VR-Forces 5.0.2 Developer's Guide
|
Instances of DtReflectedTroposphereLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.TroposphereLayer object reflected across a network.

Public Types | |
| typedef DtTroposphereLayerStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedTroposphereLayer (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedTroposphereLayer () |
| virtual DtTroposphereLayerStateRepository * | troposphereLayerStateRep () const |
| virtual DtTroposphereLayerStateRepository * | tsr () const |
| virtual DtReflectedTroposphereLayer * | next () const |
| virtual DtReflectedTroposphereLayer * | prev () const |
| virtual DtReflectedTroposphereLayer * | wrapNext () const |
| virtual DtReflectedTroposphereLayer * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtTroposphereLayerCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedTroposphereLayer (const DtReflectedTroposphereLayer &orig) | |
| DtReflectedTroposphereLayer & | operator= (const DtReflectedTroposphereLayer &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| typedef DtTroposphereLayerStateRepository*(* makVrfMetoc::DtReflectedTroposphereLayer::DtStateRepCreator)() |
Function prototype for functions that create a DtTroposphereLayerStateRepository.
| makVrfMetoc::DtReflectedTroposphereLayer::DtReflectedTroposphereLayer | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the TroposphereLayer's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected TroposphereLayer in the DtReflectedTroposphereLayerList.
|
virtual |
Returns the previous reflected TroposphereLayer in the DtReflectedTroposphereLayerList.
|
virtual |
Returns the next reflected TroposphereLayer. Will cycle back to the first remote TroposphereLayer in the DtReflectedTroposphereLayerList.
|
virtual |
Returns the previous reflected TroposphereLayer. Will cycle back to the first remote TroposphereLayer in the DtReflectedTroposphereLayerList.
|
virtual |
Add a callback that is called when the DtReflectedTroposphereLayer is updated.
|
virtual |
Remove the callback that is called when the DtReflectedTroposphereLayer is updated.
|
static |
Set the function to be called for creating state repositories.
|
protected |
Assignment operator not implemented.
|
staticprotected |
The function called to create state repositories.