VR-Forces 4.1.1 Class Documentation
DistributedSimulationDriver3C.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 class DtExerciseConn;
14 class DtReflectedEntity;
16 
17 namespace makVrv
18 {
19 namespace tutorialDistributedSimulation3C
20 {
21 
23 {
24 public:
25 
28 
31 
33  virtual const std::string& className() const;
34 
35 protected:
36 
39  virtual bool onStart();
40 
42  virtual bool onStop();
43 
45  virtual bool onTick();
46 
47  static void processReflectedEntityAdditionCb(DtReflectedEntity *reflectedObj, void *usr);
48  static void processReflectedEntityRemovalCb(DtReflectedEntity *reflectedObj, void *usr);
49 
50  virtual void processReflectedEntityAdd(DtReflectedEntity *reflectedObj) const;
51  virtual void processReflectedEntityRemove(DtReflectedEntity *reflectedObj) const;
52 
53 protected:
54 
55  DtExerciseConn* myConnection;
58 };
59 
60 }
61 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)