VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DistributedSimulationDriver1.h
Go to the documentation of this file.
1 // /******************************************************************************
2 // ** Copyright (c) 2011 MAK Technologies, Inc.
3 // ** All rights reserved.
4 // ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/DtDriver.h>
12 
13 using namespace makVrv;
14 
15 namespace makVrv
16 {
17 namespace tutorialDistributedSimulation1
18 {
19 
21 {
22 public:
23 
25  DistributedSimulationDriver(DtAgentManager& agentManager, const std::string& instanceName);
26 
28  virtual ~DistributedSimulationDriver();
29 
31  virtual const std::string& className() const;
32 
33 protected:
34 
37  virtual bool onStart();
38 
40  virtual bool onStop();
41 
43  virtual bool onTick();
44 };
45 
46 }
47 }
The DtDriver is an abstract class.
Definition: DtDriver.h:34
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
Definition: DistributedSimulationDriver1.h:20

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)