57 virtual void processStateMessage(
const DtStateMsg& msg );
74 virtual void addPostUpdateCallback(
76 virtual void removePostUpdateCallback(
80 virtual inline const DtBaseHashKey& hashKey()
const {
return myHashKey; }
83 virtual inline DtString idString()
const {
return myIdString; }
90 static void setStateRepCreator( DtStateRepCreator creator );
91 static DtStateRepCreator stateRepCreator();
103 static DtStateRepCreator theStateRepCreator;
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
DtHlaStateDecoder * myDecoder
Definition: reflectedObjectHLA.h:178
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
Contains the DtPointObjectRepository class declaration.
void(* DtPointObjectCallbackFunction)(DtReflectedPointObject *obj, void *userData)
Definition: reflectedPointObjectHLA.h:23
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
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:195
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
Contains the DIS DtPointObjectDecoder class declaration.
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
Instances of DtPointObjectDecoder are used to decode point object state messages for a state reposito...
Definition: pointObjectDecoderHLA.h:26
Instances of DtString are used to represent strings.
Definition: vlString.h:29
class DtStateMsg:
Definition: stateMsgHLA.h:32
class DtReflectedPointObject:
Definition: reflectedPointObjectHLA.h:31