]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.hxx
Quiet some log output.
[flightgear.git] / src / Instrumentation / heading_indicator.hxx
index 4ba772d22a93ddb11ba110e54046329f00f7aa26..f340c05ddadc0aaa33b25f7e311c663ebffb9bf8 100644 (file)
@@ -42,6 +42,7 @@ public:
     virtual ~HeadingIndicator ();
 
     virtual void init ();
+    virtual void reinit ();
     virtual void bind ();
     virtual void unbind ();
     virtual void update (double dt);
@@ -51,15 +52,17 @@ private:
     Gyro _gyro;
     double _last_heading_deg;
 
-    string name;
-    int num;
-    string vacuum_system;
+    std::string _name;
+    int _num;
+    std::string _suction;
 
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _heading_in_node;
     SGPropertyNode_ptr _suction_node;
     SGPropertyNode_ptr _heading_out_node;
-    
+    SGPropertyNode_ptr _heading_bug_error_node;
+    SGPropertyNode_ptr _heading_bug_node;
+
 };
 
 #endif // __INSTRUMENTS_HEADING_INDICATOR_HXX