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