9 #ifndef DtDisObjectManager_H_
10 #define DtDisObjectManager_H_
33 virtual const DtList* localObjects()
const;
36 virtual const DtList* remoteObjects()
const ;
Instances of this class provide a protocol independent interface to a reflected entity in a DIS envir...
Definition: reflectedEntityDIS.h:39
DtObjectIdHashlist myLocalObjectList
The objects in this list are created and deleted somewhere else.
Definition: disObjectManager.h:79
This file declares DtEntityPublisher for DIS.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtBaseEntityStateRepository are used to maintain basic state information needed by all k...
Definition: baseEntityStateRepository.h:36
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
Instances of DtEntityPublisher are used for local or source simulations of entities, (i.e.
Definition: entityPublisherDIS.h:33
DtObjectIdHashlist myRemoteObjectList
List of all known remote objects (by id).
Definition: disObjectManager.h:82
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
Contains the DtBaseEntityStateRepository class declaration.
Instances of DtObjectIdHashlist are hash lists, where you can store associations between DtObjectIds ...
Definition: objectIdHashlist.h:19
Instances of DtDisObjectManager are used to manage the set of DIS objects known to the federate...
Definition: disObjectManager.h:21