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