]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/YASim.hxx
It can't be turned off, so force the running flag to true to avoid an
[flightgear.git] / src / FDM / YASim / YASim.hxx
index 1498d5126e133d406bc682bc0848b90c59ec5f5e..00771fd04f6a0f520691fd61bc0debab5165cb8d 100644 (file)
@@ -17,14 +17,20 @@ public:
     virtual void update(double dt);
 
  private:
+
     void report();
     void copyFromYASim();
     void copyToYASim(bool copyState);
 
-    void printDEBUG();
-
     yasim::FGFDM* _fdm;
     float _dt;
+    enum {
+        NED,
+        UVW,
+        KNOTS,
+        MACH
+    } _speed_set;
+
 };
 
 #endif // _YASIM_HXX