13 using namespace makVrv;
17 namespace tutorialDistributedSimulation1
31 virtual const std::string& className()
const;
37 virtual bool onStart();
40 virtual bool onStop();
43 virtual bool onTick();
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.
Definition: DistributedSimulationDriver1.h:20