14 #include <vl/globalObjectDesignator.h>
20 class DtAggregateEchelonManager;
22 class DtBaseConnection;
27 class DtVrlinkEntityElement;
28 class DtVrlinkRectangularPyramidStateListener;
29 class DtVrlinkSensorFieldOfViewStateListener;
30 class DtVrlinkEmitterSystemStateListener;
65 virtual void destroyElement(
DtElementID elementID)
override;
74 static void slot_postDrainInput(
void* usr );
76 virtual void postDrainInput();
DtSignalConnectionManager myConnections
Definition: DtVrlinkEntityElementManager.h:82
std::unordered_map< std::string, DtVrlinkEntityElement * > GlobalIdToEntityElementMap
Definition: DtVrlinkEntityElementManager.h:55
The DtEntityElementManager is used to create DtEntityElements. It maintains a map of all those elemen...
Definition: DtEntityElementManager.h:46
GlobalIdToEntityElementMap myGlobalIdToElementMap
Definition: DtVrlinkEntityElementManager.h:81
The abstract Entity Element Manager creator for the manager class.
Definition: DtEntityElementManager.h:173
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
#define DT_PROTOCOL_NAMESPACE
Contains defines and includes header files for protocols.
Definition: vrfProtocol.h:13
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: DtVrlinkEntityElementManager.h:86
A single entity element. An entity element may be visualized using multiple visualizer sets one per m...
Definition: DtEntityElement.h:33
Vrlink derived entity element manager. Stores Vrlink IDs to DtVrlinkEntityElement for easy access and...
Definition: DtVrlinkEntityElementManager.h:36
Contains makVrv::DtEntityElementManager class.
Emitter state listener.
Definition: DtVrlinkEmitterSystemStateListener.h:37
A single VR-Link entity element. An entity element may be visualized using multiple visualizer sets o...
Definition: DtVrlinkEntityElement.h:28
Contains DLL export macros.
std::unordered_set< DtVrlinkEmitterSystemStateListener * > myEmitterSystemsWaitingForEntitySet
Definition: DtVrlinkEntityElementManager.h:79