![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtReflectedWeather are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather object reflected across a network. More...

Public Types | |
| typedef DtWeatherStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create a DtWeatherStateRepository. More... | |
Public Member Functions | |
| DtReflectedWeather (DtHlaObject *obj, DtExerciseConn *exConn) | |
| Constructor. More... | |
| virtual | ~DtReflectedWeather () |
| Destructor. More... | |
| virtual DtWeatherStateRepository * | weatherStateRep () const |
| Returns the Weather's state repository. More... | |
| virtual DtWeatherStateRepository * | wsr () const |
| Shorter version of lifeformRep. More... | |
| virtual DtReflectedWeather * | next () const |
| Returns the next reflected Weather in the DtReflectedWeatherList. More... | |
| virtual DtReflectedWeather * | prev () const |
| Returns the previous reflected Weather in the DtReflectedWeatherList. More... | |
| virtual DtReflectedWeather * | wrapNext () const |
| Returns the next reflected Weather. More... | |
| virtual DtReflectedWeather * | wrapPrev () const |
| Returns the previous reflected Weather. More... | |
| virtual void | addPostUpdateCallback (DtWeatherCallbackFunction cb, void *userData) |
| Add a callback that is called when the DtReflectedWeather is updated. More... | |
| virtual void | removePostUpdateCallback (DtWeatherCallbackFunction cb, void *userData) |
| Remove the callback that is called when the DtReflectedWeather is updated. More... | |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Set the function to be called for creating state repositories. More... | |
Protected Member Functions | |
| DtReflectedWeather (const DtReflectedWeather &orig) | |
| Copy Constructor not implemented. More... | |
| DtReflectedWeather & | operator= (const DtReflectedWeather &orig) |
| Assignment operator not implemented. More... | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. More... | |
Instances of DtReflectedWeather are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather object reflected across a network.
| 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.