VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DistributedSimulationDriver4A.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 #include <osg/PositionAttitudeTransform>
13 
14 class DtExerciseConn;
15 
16 namespace makVrv
17 {
18 namespace tutorialDistributedSimulation4A
19 {
20 
22 {
23 public:
24 
27 
30 
32  virtual const std::string& className() const;
33 
34 protected:
35 
38  virtual bool onStart();
39 
41  virtual bool onStop();
42 
44  virtual bool onTick();
45 
46 protected:
47 
48  osg::ref_ptr<osg::PositionAttitudeTransform> myPat;
49  DtExerciseConn* myConnection;
52 };
53 
54 }
55 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)