8 #ifndef DtReflectedEnvironmentProcessList_H_
9 #define DtReflectedEnvironmentProcessList_H_
39 virtual void addEnvironmentProcessAdditionCallback(
41 virtual void removeEnvironmentProcessAdditionCallback(
45 virtual void addEnvironmentProcessRemovalCallback(
47 virtual void removeEnvironmentProcessRemovalCallback(
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
virtual void print() const
Print the SRs of all objects.
Instances of DtReflectedObjectList are lists of instances of classes derived from DtReflectedObject...
Definition: reflectedObjectListDIS.h:38
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
virtual const DtBaseHashKey & hashKeyFromStateMessage(const DtStateMsg *msg)=0
Get a hash key from a state message.
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
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
DtEntityIdentifierHashKey myHashKey
Definition: reflectedEnvironmentProcessListDIS.h:103
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
Manages all discovered remote Environmental Process Objects.
Definition: reflectedEnvironmentProcessListDIS.h:21
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
void(* DtEnvironmentProcessCallbackFunction)(DtReflectedEnvironmentProcess *obj, void *userData)
Callback function that takes a DtReflectedEnvironmentProcess and usr data.
Definition: reflectedEnvironmentProcessDIS.h:26
virtual DtReflectedObject * newReflectedObj(const DtStateMsg &msg)=0
Create a new object from a state message.
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
virtual DtReflectedObject * processStateMessage(const DtStateMsg &msg)
Process an incoming state message.
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26