10 #ifndef DtReflectedEmitterSystem_H_
11 #define DtReflectedEmitterSystem_H_
21 class DT_DLL_VL DtEmitterSystemStateDecoder;
63 virtual void processStateMessage(
const DtStateMsg& msg);
80 virtual void addPostUpdateCallback(
83 virtual void removePostUpdateCallback(
99 static void setStateRepCreator(DtStateRepCreator creator);
100 static DtStateRepCreator stateRepCreator(
void);
119 static DtStateRepCreator theStateRepCreator;
DtHlaStateDecoder * myDecoder
Definition: reflectedObjectHLA.h:181
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Definition: reflectedObjectHLA.h:198
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
void(* DtEmitterSystemCallbackFunction)(DtReflectedEmitterSystem *obj, void *usr)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedEmitterSystemHLA.h:21
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEmitterSystemRepository are used to store state data for emitter systems in both HLA a...
Definition: emitterSystemRepository.h:29
Instances of DtString are used to represent strings.
Definition: vlString.h:29
class DtStateMsg:
Definition: stateMsgHLA.h:32
Instances of DtReflectedEmitterSystem represent EmitterSystem objects simulated by remote application...
Definition: reflectedEmitterSystemHLA.h:28