8 #ifndef DtReflectedEnvironmentProcess_H_
9 #define DtReflectedEnvironmentProcess_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
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.
DtEntityIdentifier myId
Definition: reflectedEnvironmentProcessDIS.h:125
Instances of DtEnvironmentalProcessPdu are used to send information about environmental effects and p...
Definition: environmentalProcessPdu.h:30
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtEnvironmentProcessRepository * myStateRep
Definition: reflectedEnvironmentProcessDIS.h:126
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
The DtReflectedObject instance for an Environmental Process Object.
Definition: reflectedEnvironmentProcessDIS.h:34
static DtStateRepCreator theStateRepCreator
Definition: reflectedEnvironmentProcessDIS.h:132
This file contains typedefs used to represent objects in a protocol neutral way.
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
DtEntityIdentifierHashKey myHashKey
Definition: reflectedEnvironmentProcessDIS.h:128
DtEnvironmentProcessDecoder * myDecoder
Definition: reflectedEnvironmentProcessDIS.h:127
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
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
void(* DtEnvironmentProcessCallbackFunction)(DtReflectedEnvironmentProcess *obj, void *userData)
Callback function that takes a DtReflectedEnvironmentProcess and usr data.
Definition: reflectedEnvironmentProcessDIS.h:26
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
virtual DtString idString() const =0
Get a string identification of this object.
void * wrapPrev() const
Definition: vlList.h:288
Contains the DtEnvironmentalProcessPdu class declaration.
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 DtEnvironmentProcessDecoder process Environment Process PDU's into DtEnvironmentProcessR...
Definition: environmentProcessDecoderDIS.h:24