]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/airspeed_indicator.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Instrumentation / airspeed_indicator.hxx
index 1047608cb9863388ed0dcbe681cfec6446e67e53..8f0cfd45d699e3b35824b63b7166a9ef680b0727 100644 (file)
@@ -11,7 +11,8 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
+
 #include <Main/fgfs.hxx>
 
 
@@ -23,6 +24,7 @@
  * /instrumentation/airspeed-indicator/serviceable
  * /systems/pitot[0]/total-pressure-inhg
  * /systems/static[0]/pressure-inhg
+ * /environment/density-slugft3
  *
  * Output properties:
  *
@@ -44,6 +46,7 @@ private:
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _total_pressure_node;
     SGPropertyNode_ptr _static_pressure_node;
+    SGPropertyNode_ptr _density_node;
     SGPropertyNode_ptr _speed_node;
     
 };