9 #ifndef DtHlaObjectFactory_H_
10 #define DtHlaObjectFactory_H_
27 RTI::ObjectInstanceHandle id,
55 RTI::ObjectClassHandle handle,
57 RTI::ObjectInstanceHandle
id,
68 virtual DtHlaObjectCreator addCreator(RTI::ObjectClassHandle handle,
69 DtHlaObjectCreator creator);
72 virtual DtHlaObjectCreator creator(RTI::ObjectClassHandle handle);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtHlaObject.
std::map< RTI::ObjectClassHandle, DtHlaObjectCreator > ObjClassHandleToCreatorMap
A list that maps class handles (DtIntHashKeys) to DtHlaObjectCreators.
Definition: hlaObjectFactory.h:77
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
ObjectInstanceHandle ObjectHandle
Definition: rtiCompatibility.h:192
ObjClassHandleToCreatorMap myCreators
Definition: hlaObjectFactory.h:78
DtExerciseConn * myConn
Definition: hlaObjectFactory.h:80
Instances of DtHlaObjectFactory are used to create HLA objects.
Definition: hlaObjectFactory.h:20