35 virtual const std::string&
className()
const;
DtExampleSimEngine * myExampleSimEngine
Definition: DtExampleDriver.h:63
A Record of an IG instance.
Definition: DtDeRecord.h:24
virtual ~DtExampleDriver()
Virtual DTOR.
virtual const std::string & className() const
Returns the driver's class name.
virtual bool onStart()
Performs startup logic for the driver.
DtExampleDriver(makVrv::DtAgentManager &am)
CTOR.
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
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)...
Definition: DtExampleDriver.h:19
virtual void attachObserverToEntity(const std::string &entityName)
Tells the current observer to attach to the named entity. This method uses an observer state record...
virtual bool onStop()
Performs shutdown logic for the driver.
virtual bool onTick()
Performs update logic for the driver.
Provide a basic sim engine to use in an example showing how to embed a sim engine into a driver that ...
Definition: DtExampleSimEngine.h:48