10 #ifndef DT_PROTOCOL_NAMESPACE
11 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
29 class DtVrvCommandProcessor;
44 virtual void install(
DtDriver* driver);
47 virtual void uninstall(
DtDriver* baseConn);
50 virtual bool isCompatible(
DtDriver* driver);
52 virtual void slot_onSimCreated(
DtConnection* connection);
53 virtual void slot_onSimConnected(
DtConnection* connection);
54 virtual void slot_onSimAboutToBeDisconnected(
DtConnection* connection);
The base class for protocol specific VRLink Simulations.
Definition: DtConnection.h:41
The base class for VR-Link based drivers.
Definition: DtVrlinkDriver.h:40
DtVrlinkDriver * myDriver
Definition: DtVrvCommandAccessory.h:57
Contains makVrv::DtBaseAccessory class.
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
The DtDriver is an abstract class.
Definition: DtDriver.h:34
An accessory is like a plugin into a driver.
Definition: DtBaseAccessory.h:29
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
Accessory for installing vrvCommand support into a conection driver.
Definition: DtVrvCommandAccessory.h:34
Contains DLL export macros.