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

Public Types | |
| typedef DtWeatherStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedWeather (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedWeather () |
| virtual DtWeatherStateRepository * | weatherStateRep () const |
| virtual DtWeatherStateRepository * | wsr () const |
| virtual DtReflectedWeather * | next () const |
| virtual DtReflectedWeather * | prev () const |
| virtual DtReflectedWeather * | wrapNext () const |
| virtual DtReflectedWeather * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtWeatherCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtWeatherCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedWeather (const DtReflectedWeather &orig) | |
| DtReflectedWeather & | operator= (const DtReflectedWeather &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| typedef DtWeatherStateRepository*(* makVrfMetoc::DtReflectedWeather::DtStateRepCreator)() |
Function prototype for functions that create a DtWeatherStateRepository.
| makVrfMetoc::DtReflectedWeather::DtReflectedWeather | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the Weather's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected Weather in the DtReflectedWeatherList.
|
virtual |
Returns the previous reflected Weather in the DtReflectedWeatherList.
|
virtual |
Returns the next reflected Weather. Will cycle back to the first remote Weather in the DtReflectedWeatherList.
|
virtual |
Returns the previous reflected Weather. Will cycle back to the first remote Weather in the DtReflectedWeatherList.
|
virtual |
Add a callback that is called when the DtReflectedWeather is updated.
|
virtual |
Remove the callback that is called when the DtReflectedWeather 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.