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);
98 typedef DtStateRepCreator DtEsrCreator;
102 virtual RTI::ObjectInstanceHandle entityObjectId()
const;
104 virtual RTI::ObjectHandle entityObjectId()
const;
109 static DtEsrCreator setEsrCreator(DtEsrCreator creator);
121 static DtStateRepCreator theStateRepCreator;
Instances of this class provide a protocol independent interface to a reflected entity in a DIS envir...
Definition: reflectedEntityDIS.h:39
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
virtual DtEntityStateRepository * esr() const
Synonym for entityStateRep().
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtEntityStateRepository * entityStateRep() const
Returns a pointer to the EntityStateRepository - through which you can inspect current state informat...
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:42
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
void(* DtEntityCallbackFunction)(DtReflectedEntity *obj, void *userData)
Callback function that takes a DtReflectedEntity and user data.
Definition: reflectedEntityDIS.h:33
Contains the DtEntityStateRepository class declaration.
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerDIS.h:39
void * wrapPrev() const
Definition: vlList.h:288