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