10 #ifndef DtUnknownDriver_H_
11 #define DtUnknownDriver_H_
33 virtual const std::string& className()
const;
36 virtual bool isUserControllable()
const;
42 virtual bool onStart();
46 virtual bool onStop();
49 virtual bool onTick();
The DtUnknownDriver is used for drivers which can't be created but can be noticed.
Definition: DtUnknownDriver.h:22
std::string myClassName
Definition: DtUnknownDriver.h:52
The DtDriver is an abstract class.
Definition: DtDriver.h:31
#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.