]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/autobrake.hxx
- introduce some typedefs for SGSharedPtr<>
[flightgear.git] / src / Autopilot / autobrake.hxx
index 0eb7497e708fed5420377e85352c327b9df8b3ad..4dbf7555dff2cc2287975e305e2b2c10c7ea3890 100644 (file)
@@ -54,7 +54,12 @@ private:
    * Helper to determine if all throttles are at idle
    * (or have reverse thrust engaged)
    */
-  bool throttlesAtIdle();
+  bool throttlesAtIdle() const;
+  
+  /**
+   * Helper to determine if we're airbone, i.e weight off all wheels
+   */
+  bool airborne() const;
   
 // accessors, mostly for SGRawValueMethods use
   void setArmed(bool aArmed);
@@ -94,6 +99,7 @@ private:
   
   int _configNumSteps;
   int _configRTOStep;
+  int _configDisengageStep;
   double _configMaxDecel; ///< deceleration (in ft-sec^2) corresponding to step=numSteps
   double _configRTODecel; ///< deceleration (in ft-sec^2) to use in RTO mode
   double _configRTOSpeed; ///< speed (in kts) for RTO mode to arm