7 #ifndef reflectedEntityHLA_H_
8 #define reflectedEntityHLA_H_
48 DtBaseStateRepCreator esrToUse);
75 virtual void addPostUpdateCallback(
77 virtual void removePostUpdateCallback(
80 virtual void diGuyObjectUpdated();
88 virtual void acquireObject();
93 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
102 virtual RTI::ObjectInstanceHandle entityObjectId()
const;
104 virtual RTI::ObjectHandle entityObjectId()
const;
Instances of DtReflectedEntity are used to represent a simulation entity reflected across a network (...
Definition: reflectedEntityHLA.h:29
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
void(* DtEntityCallbackFunction)(DtReflectedEntity *obj, void *userData)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedEntityHLA.h:23
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:36
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual DtEntityStateRepository * entityStateRep() const
Returns a pointer to the EntityStateRepository - through which you can inspect current state informat...
Definition: reflectedEntityHLA.h:124
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:177
Contains the DtEntityStateRepository class declaration.
static DtStateRepCreator theStateRepCreator
Definition: reflectedEntityHLA.h:121
virtual DtEntityStateRepository * esr() const
Synonym for entityStateRep().
Definition: reflectedEntityHLA.h:129
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerHLA.h:27
This file provides a declaration of the class DtReflectedObject.
DtStateRepCreator DtEsrCreator
Definition: reflectedEntityHLA.h:98