VR-Forces 4.2 Class Documentation
List of all members | Public Member Functions | Protected Attributes
DtExampleDriver Class Reference
Inheritance diagram for DtExampleDriver:
Inheritance graph
[legend]

Public Member Functions

 DtExampleDriver (makVrv::DtAgentManager &am)
 CTOR.
virtual ~DtExampleDriver ()
 Virtual DTOR.

Protected Attributes

DtExampleSimEnginemyExampleSimEngine

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)

CTOR.

virtual DtExampleDriver::~DtExampleDriver ( )
virtual

Virtual DTOR.

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

DtExampleSimEngine* DtExampleDriver::myExampleSimEngine
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)