VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtUnknownDriver Class Reference

The DtUnknownDriver is used for drivers which can't be created but can be noticed. More...

Inheritance diagram for makVrv::DtUnknownDriver:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

The DtUnknownDriver is used for drivers which can't be created but can be noticed.


Constructor & Destructor Documentation

makVrv::DtUnknownDriver::DtUnknownDriver ( DtAgentManager sm,
const std::string &  name 
)

CTOR.

DTOR.


Member Function Documentation

virtual const std::string& makVrv::DtUnknownDriver::className ( ) const [virtual]

Get this Driver's class name.

Implements makVrv::DtDriver.

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.


Member Data Documentation

std::string makVrv::DtUnknownDriver::myClassName [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)