]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.hxx
Decrease the error (slightly) from a power glide.
[flightgear.git] / src / Instrumentation / heading_indicator.hxx
index 6e414c9c4a2af4120b0a6fb5b2a9849e5be76fe7..7941010fa8b3007133fd8554da2ef5e60c13d7f8 100644 (file)
@@ -23,6 +23,7 @@
  * Input properties:
  *
  * /instrumentation/heading-indicator/serviceable
+ * /instrumentation/heading-indicator/spin
  * /instrumentation/heading-indicator/offset-deg
  * /orientation/heading-deg
  * /systems/vacuum[0]/suction-inhg
@@ -46,10 +47,10 @@ public:
 
 private:
 
-    double _spin;
     double _last_heading_deg;
 
     SGPropertyNode_ptr _serviceable_node;
+    SGPropertyNode_ptr _spin_node;
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _heading_in_node;
     SGPropertyNode_ptr _suction_node;