10 #ifndef DT_PROTOCOL_NAMESPACE
11 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
23 #include <boost/unordered_map.hpp>
29 class DtVrlinkEnvironmentalStateListenerInterface;
30 class DtCloudLayerStateListener;
31 class DtCloudLayerElement;
32 class DtVrlinkConnection;
48 typedef boost::unordered_map<DtUniqueID, DtCloudLayerElement* >
CloudLayerMap;
Abstract interface for environmental state listener classes to inherit.
Definition: DtVrlinkEnvironmentalStateListener.h:30
A DtCloudLayerProcessor listens for the creation of new cloud layer-type reflected objects (and their...
Definition: DtCloudLayerProcessor.h:38
Virtual base class.
Definition: DtVirtualBaseClass.h:19
CloudLayerMap myCloudLayerMap
Definition: DtCloudLayerProcessor.h:83
DtSignalConnectionManager mySignals
Definition: DtCloudLayerProcessor.h:85
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.h:42
DtVrlinkConnection & myConnection
Definition: DtCloudLayerProcessor.h:81
The CloudLayer state listener is a factory-created DtVrlinkTacticalGraphicStateListener.
Definition: DtCloudLayerStateListener.h:42
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
Base class to provide boost signal/slot management.
Contains makVrv::DtUniqueID type.
The CloudLayer element is an object that manages the interface between the Cloud Layer State Listener...
Definition: DtCloudLayerElement.h:31
boost::unordered_map< DtUniqueID, DtCloudLayerElement * > CloudLayerMap
Definition: DtCloudLayerProcessor.h:48
Contains DLL export macros.