16 #include <boost/unordered_map.hpp>
22 class DtVrlinkConnection;
30 class DtIffExistenceListener;
31 class DtVrlinkIffStateListener;
70 typedef boost::unordered_map<makVrv::DtElementID, DtVrlinkIffStateListener*>
IffListenerMap;
Virtual base class.
Definition: DtVirtualBaseClass.h:22
makVrv::DtSignalConnectionManager myConnections
Definition: iffElementProcessor.h:68
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection & myConnection
Definition: iffElementProcessor.h:67
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
IffListenerMap myListeners
Definition: iffElementProcessor.h:72
Contains makVrv::DtVirtualBaseClass class.
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.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.
IFF state listener.
Definition: vrlinkIffStateListener.h:33
boost::unordered_map< makVrv::DtElementID, DtVrlinkIffStateListener * > IffListenerMap
Definition: iffElementProcessor.h:70
Contains makVrv::DtUniqueID type.
The DtIffElementProcessor will connect to the DtIffExistenceListener and handle the creation of DtIff...
Definition: iffElementProcessor.h:38