![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtUnknownDriver is used for drivers which can't be created but can be noticed. More...

Public Member Functions | |
| DtUnknownDriver (DtAgentManager &sm, const std::string &name) | |
| CTOR. | |
| virtual | ~DtUnknownDriver () |
| DTOR. | |
| virtual const std::string & | className () const |
| Get this Driver's class name. | |
| virtual bool | isUserControllable () const |
| Get if the sim driver is user controllable. | |
Protected Member Functions | |
| virtual bool | onStart () |
| Start the host output. | |
| virtual bool | onStop () |
| Stop the host output. | |
| virtual bool | onTick () |
| Tick. | |
Protected Attributes | |
| std::string | myClassName |
The DtUnknownDriver is used for drivers which can't be created but can be noticed.
| makVrv::DtUnknownDriver::DtUnknownDriver | ( | DtAgentManager & | sm, |
| const std::string & | name | ||
| ) |
CTOR.
| virtual makVrv::DtUnknownDriver::~DtUnknownDriver | ( | ) | [virtual] |
DTOR.
| virtual const std::string& makVrv::DtUnknownDriver::className | ( | ) | const [virtual] |
Get this Driver's class name.
Implements makVrv::DtDriver.
| virtual bool makVrv::DtUnknownDriver::isUserControllable | ( | ) | const [virtual] |
Get if the sim driver is user controllable.
Reimplemented from makVrv::DtDriver.
| virtual bool makVrv::DtUnknownDriver::onStart | ( | ) | [protected, virtual] |
Start the host output.
Create all object for an existing host connection.
Implements makVrv::DtDriver.
| virtual bool makVrv::DtUnknownDriver::onStop | ( | ) | [protected, virtual] |
Stop the host output.
All scene object created by the host should be destroyed.
Implements makVrv::DtDriver.
| virtual bool makVrv::DtUnknownDriver::onTick | ( | ) | [protected, virtual] |
Tick.
Implements makVrv::DtDriver.
std::string makVrv::DtUnknownDriver::myClassName [protected] |