10 #ifndef DtBaseAccessory_H_
11 #define DtBaseAccessory_H_
38 virtual const std::string& name();
41 virtual void install(
DtDriver* baseConn) = 0;
44 virtual void uninstall(
DtDriver* baseConn) = 0;
47 virtual bool isCompatible(
DtDriver* simConn) = 0;
std::string myName
Definition: DtBaseAccessory.h:52
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:30
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
An accessory is like a plugin into a driver. The DtBaseAccessory is the base class for all accessorie...
Definition: DtBaseAccessory.h:28
Contains DLL export macros.