10 #ifndef DtReflectedGriddedData_H_
11 #define DtReflectedGriddedData_H_
94 virtual void addPostUpdateCallback(
96 virtual void removePostUpdateCallback(
112 static void setStateRepCreator(DtStateRepCreator creator);
113 static DtStateRepCreator stateRepCreator(
void);
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
void(* DtGriddedDataCallbackFunction)(DtReflectedGriddedData *obj, void *userData)
Definition: reflectedGriddedDataDIS.h:29
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
virtual const DtBaseHashKey & hashKey() const =0
Get a hash key for this object.
DtGriddedDataRepository * myStateRep
Definition: reflectedGriddedDataDIS.h:130
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
DtEntityIdentifier myId
Definition: reflectedGriddedDataDIS.h:129
DtGriddedDataDecoder * myDecoder
Definition: reflectedGriddedDataDIS.h:131
This file contains typedefs used to represent objects in a protocol neutral way.
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Contains the DtGriddedDataPdu class declaration.
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
static DtStateRepCreator theStateRepCreator
Definition: reflectedGriddedDataDIS.h:117
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
Instances of DtGriddedDataPdu are used to communicate environmental data defined on a grid...
Definition: griddedDataPdu.h:43
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
DtEntityIdentifierHashKey myHashKey
Definition: reflectedGriddedDataDIS.h:132
virtual DtString idString() const =0
Get a string identification of this object.
Instances of DtReflectedGriddedData represent Gridded Data objects simulated by remote applications...
Definition: reflectedGriddedDataDIS.h:35
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtGriddedDataDecoder decode Gridded Data PDU's into DtGriddedDataRepository objects...
Definition: griddedDataDecoderDIS.h:21
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual DtStateRepository * stateRep() const =0
Returns a pointer to the StateRepository - through which you can inspect current state information...
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23