12 #include <vl/reflectedEntityListDIS.h>
14 using namespace makVrv;
21 namespace tutorialDistributedSimulation3D
24 class DistributedSimulationConnection;
37 virtual const std::string& className()
const;
43 virtual bool onStart();
46 virtual bool onStop();
49 virtual bool onTick();
Definition: DistributedSimulationDriver3D.h:26
Definition: DistributedSimulationConnection3D.h:22
DistributedSimulationConnection * myConnection
Definition: DistributedSimulationDriver3D.h:57
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:30
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.