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;
This class signals changes to the state repository for a Rectangular Pyramid, a type of Sensor Field ...
Definition: DtVrlinkRectangularPyramidStateListener.h:36
DtSignalConnectionManager myConnections
Definition: DtVrlinkEntityElementManager.h:74
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:73
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 DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17
This class signals changes to a Sensor Field of View's SR This class signals changes to Sensor Field ...
Definition: DtVrlinkSensorFieldOfViewStateListener.h:44
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: DtVrlinkEntityElementManager.h:78
A single entity element. An entity element may be visualized using multiple visualizer sets one per m...
Definition: DtEntityElement.h:31
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.