70 virtual void addPostUpdateCallback(
75 virtual void removePostUpdateCallback(
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
virtual DtWeatherStateRepository * weatherStateRep() const
Returns the Weather's state repository.
Definition: reflectedWeatherHLA.h:94
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Contains the DtWeatherStateRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
void(* DtWeatherCallbackFunction)(DtReflectedWeather *obj, void *userData)
Signature of the callback function that takes a DtReflectedWeather and user data. ...
Definition: reflectedWeatherHLA.h:25
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedWeatherHLA.h:91
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
virtual DtWeatherStateRepository * wsr() const
Shorter version of lifeformRep.
Definition: reflectedWeatherHLA.h:99
Instances of DtReflectedWeather are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather object reflected across a network.
Definition: reflectedWeatherHLA.h:32
This file contains typedefs for machine dependant types.
This file provides a declaration of the class DtReflectedObject.