73 virtual void addPostUpdateCallback(
75 virtual void removePostUpdateCallback(
89 static void setStateRepCreator( DtStateRepCreator creator );
90 static DtStateRepCreator stateRepCreator();
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
Instances of DtReflectedLinearObject represent Linear Object simulated by remote applications.
Definition: reflectedLinearObjectDIS.h:28
Contains the DtLinearObjectRepository class declaration.
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:61
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository through which you can inspect current state information...
Definition: reflectedLinearObjectDIS.h:52
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
DtLinearObjectDecoder * myDecoder
Definition: reflectedLinearObjectDIS.h:107
DtEntityIdentifierHashKey myHashKey
Definition: reflectedLinearObjectDIS.h:104
DtLinearObjectRepository * myStateRepository
Definition: reflectedLinearObjectDIS.h:106
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual const DtBaseHashKey & hashKey() const
Get a hash key for this object.
Definition: reflectedLinearObjectDIS.h:79
Provides decoding logic for the DtLinearObjectStatePdu class.
Definition: linearObjectDecoderDIS.h:20
virtual DtLinearObjectRepository * losr() const
Synonym for linearObjectStateRep().
Definition: reflectedLinearObjectDIS.h:48
void(* DtLinearObjectCallbackFunction)(DtReflectedLinearObject *, void *)
Callback function that takes a DtReflectedLinearObject and user data.
Definition: reflectedLinearObjectDIS.h:23
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
virtual const DtGlobalObjectDesignator & globalId() const =0
Get the Global ID for this object.
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
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
static DtStateRepCreator theStateRepCreator
Definition: reflectedLinearObjectDIS.h:102
virtual DtLinearObjectRepository * linearObjectStateRep() const
Get the linear object's state repository.
Definition: reflectedLinearObjectDIS.h:45
Contains the DIS DtLinearObjectDecoder class declaration.
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
virtual DtString idString() const
Get a string identification of this object.
Definition: reflectedLinearObjectDIS.h:82
void * wrapPrev() const
Definition: vlList.h:288
DtString myIdString
Definition: reflectedLinearObjectDIS.h:105
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
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21