14 #include <vl/reflectedObjectHLA.h>
18 namespace makVrfMetoc {
20 class DtReflectedWeather;
70 virtual void addPostUpdateCallback(
75 virtual void removePostUpdateCallback(
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
void(* DtWeatherCallbackFunction)(DtReflectedWeather *obj, void *userData)
Signature of the callback function that takes a DtReflectedWeather and user data. ...
Definition: reflectedWeatherHLA.h:25
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
virtual DtWeatherStateRepository * wsr() const
Shorter version of lifeformRep.
Definition: reflectedWeatherHLA.h:99
virtual DtWeatherStateRepository * weatherStateRep() const
Returns the Weather's state repository.
Definition: reflectedWeatherHLA.h:94
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedWeatherHLA.h:91
Instances of DtReflectedWeather are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather object reflected across a network.
Definition: reflectedWeatherHLA.h:32