]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/pitot.hxx
TACAN: fix distance calculations and some other problems.
[flightgear.git] / src / Systems / pitot.hxx
index 7f1e487875b268827385b6d4a31471df10e56f94..f694439d906eb70425df762d4e941d1ce6ac90d1 100644 (file)
@@ -1,7 +1,7 @@
 // pitot.hxx - the pitot air system.
 // Written by David Megginson, started 2002.
 //
-// Last modified by Eric van den Berg, 24 Nov 2012
+// Last modified by Eric van den Berg, 01 Nov 2013
 // This file is in the Public Domain and comes with no warranty.
 
 
@@ -55,11 +55,14 @@ private:
 
     std::string _name;
     int _num;
+    double _stall_factor;
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _pressure_node;
     SGPropertyNode_ptr _mach_node;
     SGPropertyNode_ptr _total_pressure_node;
     SGPropertyNode_ptr _measured_total_pressure_node;
+    SGPropertyNode_ptr _alpha_deg_node;
+    SGPropertyNode_ptr _beta_deg_node;
 };
 
 #endif // __SYSTEMS_PITOT_HXX