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