56 virtual void processStateMessage(
const DtStateMsg& msg );
73 virtual void addPostUpdateCallback(
75 virtual void removePostUpdateCallback(
79 virtual inline const DtBaseHashKey& hashKey()
const {
return myHashKey; }
82 virtual inline DtString idString()
const {
return myIdString; }
89 static void setStateRepCreator( DtStateRepCreator creator );
90 static DtStateRepCreator stateRepCreator();
102 static DtStateRepCreator theStateRepCreator;
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
DtHlaStateDecoder * myDecoder
Definition: reflectedObjectHLA.h:178
class DtReflectedLinearObject:
Definition: reflectedLinearObjectHLA.h:31
Contains the DtLinearObjectRepository class declaration.
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
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
void(* DtLinearObjectCallbackFunction)(DtReflectedLinearObject *obj, void *userData)
Definition: reflectedLinearObjectHLA.h:23
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
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
Contains the DIS DtLinearObjectDecoder class declaration.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
class DtStateMsg:
Definition: stateMsgHLA.h:32