Methods Inherited from makVrv::DtDriver |
| virtual const std::string & | className () const |
| | Returns the driver's class name.
|
| virtual bool | onStart () |
| | Performs startup logic for the driver.
|
| virtual bool | onStop () |
| | Performs shutdown logic for the driver.
|
| virtual bool | onTick () |
| | Performs update logic for the driver.
|
| virtual void | attachObserverToEntity (const std::string &entityName) |
| | Tells the current observer to attach to the named entity.
|
| virtual void | slot_displayEngineAdded (const makVrv::DtDeRecord &igRecord) |
| | Ensures the driver is properly restarted when a de is connected (such as a remote display engine).
|
Constructor & Destructor Documentation
| DtExampleDriver::DtExampleDriver |
( |
makVrv::DtAgentManager & |
am | ) |
|
| virtual DtExampleDriver::~DtExampleDriver |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual const std::string& DtExampleDriver::className |
( |
| ) |
const |
|
virtual |
Returns the driver's class name.
- See Also
- makVrv::DtDriver::className() const
| virtual bool DtExampleDriver::onStart |
( |
| ) |
|
|
protectedvirtual |
Performs startup logic for the driver.
- See Also
- makVrv::DtDriver::start()
| virtual bool DtExampleDriver::onStop |
( |
| ) |
|
|
protectedvirtual |
Performs shutdown logic for the driver.
- See Also
- makVrv::DtDriver::stop()
| virtual bool DtExampleDriver::onTick |
( |
| ) |
|
|
protectedvirtual |
Performs update logic for the driver.
- See Also
- makVrv::DtDriver::tick()
| virtual void DtExampleDriver::attachObserverToEntity |
( |
const std::string & |
entityName | ) |
|
|
protectedvirtual |
Tells the current observer to attach to the named entity.
This method uses an observer state record, and calls DtObserver::setFromRecord. When setFromRecord is used, the observer will listen for the existence of the named entity and actually do the attachment when the entity is created
| virtual void DtExampleDriver::slot_displayEngineAdded |
( |
const makVrv::DtDeRecord & |
igRecord | ) |
|
|
protectedvirtual |
Ensures the driver is properly restarted when a de is connected (such as a remote display engine).
- See Also
- makVrv::DtDriver::slot_displayEngineAdded( const makVrv::DtDeRecord& )
Member Data Documentation
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.tot/examples/exampleDriver/DtExampleDriver.h