![]() |
VR-Forces 5.0.1 Developer's Guide
|
The DtUnknownDriver is used for drivers which can't be created but can be noticed.

Protected Member Functions | |
| virtual bool | onStart () |
| virtual bool | onStop () |
| virtual bool | onTick () |
Protected Member Functions inherited from makVrv::DtDriver | |
| void | applyChangesAndDelete (DtElementChanges *changes) |
| void | reportElementCreated (DtElementID id, DtElementID parentId, DtElementEntry::ElementType type) |
| void | reportElementAttribute (DtElementID id, DtElementAttribute *attribute) |
| void | reportElementDestroyed (DtElementID id) |
| void | start () |
| void | stop () |
| bool | tick () |
| virtual void | slot_displayEngineAdded (const DtDeRecord &igRecord) |
| virtual void | setInstanceName (const std::string &name) |
| virtual void | installAccessories () |
| virtual void | uninstallAccessories () |
Protected Attributes | |
| std::string | myClassName |
Protected Attributes inherited from makVrv::DtDriver | |
| DtAgentManager & | myAgentManager |
| bool | myStartedFlag |
| std::string | myName |
| DtConfiguration | myConfiguration |
| bool | myPersistentFlag |
| bool | myUserControllableFlag |
| bool | myRequestStateDiffPendingFlag |
| DtElementChanges | myChanges |
| makVrv::DtUnknownDriver::DtUnknownDriver | ( | DtAgentManager & | sm, |
| const std::string & | name | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get this Driver's class name.
Implements makVrv::DtDriver.
|
virtual |
Get if the sim driver is user controllable.
Reimplemented from makVrv::DtDriver.
|
protectedvirtual |
Start the host output. Create all object for an existing host connection.
Implements makVrv::DtDriver.
|
protectedvirtual |
Stop the host output. All scene object created by the host should be destroyed.
Implements makVrv::DtDriver.
|
protectedvirtual |
Tick.
Implements makVrv::DtDriver.
|
protected |