11 #ifndef reflectedEnvironmentProcessListHLA_H_
12 #define reflectedEnvironmentProcessListHLA_H_
48 RTI::ObjectInstanceHandle
id);
62 virtual void addEnvironmentProcessAdditionCallback(
64 virtual void removeEnvironmentProcessAdditionCallback(
68 virtual void addEnvironmentProcessRemovalCallback(
70 virtual void removeEnvironmentProcessRemovalCallback(
97 virtual const DtList* dfltHandleList();
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
Contains the HLA DtReflectedObjectList class declaration.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
virtual DtReflectedObject * newReflectedObject(DtHlaObject *obj) const =0
Create a remote object object for the HLA object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtReflectedEnvironmentProcess.
Instances of DtReflectedEnvironmentProcess are used to represent an Instance of an EnvironmentProcess...
Definition: reflectedEnvironmentProcessHLA.h:31
Instances of DtReflectedEnvironmentProcessList manage the list of remote environmental processes in t...
Definition: reflectedEnvironmentProcessListHLA.h:26
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
ObjectInstanceHandle ObjectHandle
Definition: rtiCompatibility.h:192
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region1516.h:32
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
void(* DtEnvironmentProcessCallbackFunction)(DtReflectedEnvironmentProcess *obj, void *userData)
Definition: reflectedEnvironmentProcessHLA.h:21
Instances of DtString are used to represent strings.
Definition: vlString.h:29