VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExampleCommLinesDriver.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtDriver.h>
14 
15 #include <boost/unordered_map.hpp>
16 
17 #include <matrix/vlTaitBryan.h>
18 #include <matrix/vlVector.h>
19 
20 namespace makVrv
21 {
22  class DtEntityFacade;
23 }
24 
28 {
29 public:
30 
33 
35  virtual ~DtExampleCommLinesDriver();
36 
39 
42  virtual const std::string& className() const;
43 
46  virtual bool onStart();
47 
50  virtual bool onStop();
51 
54  virtual bool onTick();
55 
58  virtual void slot_displayEngineAdded( const makVrv::DtDeRecord& igRecord );
59 
61 
62 protected:
63 
67  const makVrv::DtModelSetRealizationManager::ModelSetRealizations& modelSets, bool distribute );
68 
70  virtual void updatePosition();
71 
73  virtual void updateCommLines( int modelSet );
74 
76  virtual void repositionAircraft( DtVector position, DtTaitBryan ori );
77 
78 protected:
79 
80  typedef boost::unordered_map<int,makVrv::DtUniqueID> SceneObjectIdsByModelSet;
82 
84 
87 
90  double myClockAngle;
91  double myRadius;
92  double myRoll;
93 
94 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)