]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/attitude_indicator.hxx
Make hardcoded error values configurable.
[flightgear.git] / src / Instrumentation / attitude_indicator.hxx
index 2e8bdf128c6bb68cbd38cd03bf7ed33cf3e998f6..fe278ddc0d859b1f176e412b811390f1d8eafbeb 100644 (file)
@@ -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