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