12 #ifndef DT_PROTOCOL_NAMESPACE
13 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
20 class DtVrlinkBaseConnection;
21 class DtVrlinkConnection;
40 virtual void install(
DtDriver* driver);
43 virtual void uninstall(
DtDriver* baseConn);
48 virtual bool isCompatible(
DtDriver* driver);
The base class for VR-Link based drivers.
Definition: DtVrlinkDriver.h:41
Contains makVrv::DtBaseAccessory class.
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DT_PROTOCOL_NAMESPACE
Contains DLL export macros.
Definition: vrfDis.h:17
The base class for protocol specific VRLink Simulations.
Definition: DtVrlinkBaseConnection.h:43
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
An accessory is like a plugin into a driver. The DtBaseAccessory is the base class for all accessorie...
Definition: DtBaseAccessory.h:26
This class defines an accessory that will install itself into DtVrlinkDriver objects and register cre...
Definition: DtDistributedEnvironmentAccessory.h:30
DtVrlinkDriver * myDriver
Definition: DtDistributedEnvironmentAccessory.h:65