13 #ifndef DtUnknownDriver_H_
14 #define DtUnknownDriver_H_
36 virtual const std::string& className()
const;
39 virtual bool isUserControllable()
const;
45 virtual bool onStart();
49 virtual bool onStop();
52 virtual bool onTick();
The DtUnknownDriver is used for drivers which can't be created but can be noticed.
Definition: DtUnknownDriver.h:25
std::string myClassName
Definition: DtUnknownDriver.h:55
The DtDriver is an abstract class.
Definition: DtDriver.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
Contains DLL export macros.