14 #include <vl/reflectedObjectHLA.h>
18 namespace makVrfMetoc {
20 class DtReflectedSubsurfaceLayer;
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
Contains the DtSubsurfaceLayerStateRepository class declaration.
Instances of DtReflectedSubsurfaceLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.SubsurfaceLayer object reflected across a network.
Definition: reflectedSubsurfaceLayerHLA.h:32
virtual DtSubsurfaceLayerStateRepository * ssr() const
Shorter version of lifeformRep.
Definition: reflectedSubsurfaceLayerHLA.h:99
void(* DtSubsurfaceLayerCallbackFunction)(DtReflectedSubsurfaceLayer *obj, void *userData)
Signature of the callback function that takes a DtReflectedSubsurfaceLayer and user data...
Definition: reflectedSubsurfaceLayerHLA.h:25
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedSubsurfaceLayerHLA.h:91
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
virtual DtSubsurfaceLayerStateRepository * subsurfaceLayerStateRep() const
Returns the SubsurfaceLayer's state repository.
Definition: reflectedSubsurfaceLayerHLA.h:94