]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/attitude_indicator.hxx
add to project files
[flightgear.git] / src / Instrumentation / attitude_indicator.hxx
index 2e8bdf128c6bb68cbd38cd03bf7ed33cf3e998f6..4bdc48b90c51a9452f895e3dabad25bd2945a65c 100644 (file)
@@ -51,9 +51,9 @@ public:
 
 private:
 
-    string _name;
+    std::string _name;
     int _num;
-    string _suction;
+    std::string _suction;
 
     Gyro _gyro;
 
@@ -68,6 +68,9 @@ private:
     SGPropertyNode_ptr _pitch_out_node;
     SGPropertyNode_ptr _roll_out_node;
     
+    double spin_thresh;
+    double max_roll_error;
+    double max_pitch_error;
 };
 
 #endif // __INSTRUMENTS_ATTITUDE_INDICATOR_HXX