]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/pitot.hxx
Added a <solve-weight> subtag of the approach/cruise parameters that can
[flightgear.git] / src / Systems / pitot.hxx
index 65a3896aa6cc281d6a5f49eef30ba99366761d1f..80be710f09f3ca4be89623f3dae99e334bee01d6 100644 (file)
@@ -11,8 +11,8 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
-#include <Main/fgfs.hxx>
+#include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 
 /**
  * /systems/pitot[0]/serviceable
  * /environment/pressure-slugft3
  * /environment/density-slugft3
- * /velocities/uBody-fps
+ * /velocities/airspeed-kt
  *
  * Output properties:
  *
  * /systems/pitot[0]/total-pressure-inhg
  */
-class PitotSystem : public FGSubsystem
+class PitotSystem : public SGSubsystem
 {
 
 public: