]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/JSBSim.hxx
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / JSBSim / JSBSim.hxx
index e727624ad265a2aaa556bbdcf3be1d613968a4a2..dbb294bdae1cfc3ecbaea2fdb08bf0512686996e 100644 (file)
@@ -199,9 +199,6 @@ public:
         @param wnorth velocity north in fps
         @param weast velocity east in fps
         @param wdown velocity down in fps*/
-    void set_Velocities_Local_Airmass (double wnorth,
-                                      double weast,
-                                      double wdown );
     /// @name Position Parameter Update
     //@{
 
@@ -259,6 +256,14 @@ private:
     
     SGPropertyNode *gear_pos_pct;
     
+    SGPropertyNode *temperature;
+    SGPropertyNode *pressure;
+    SGPropertyNode *density;
+    
+    SGPropertyNode *wind_from_north;
+    SGPropertyNode *wind_from_east;
+    SGPropertyNode *wind_from_down;
+    
     void init_gear(void);
     void update_gear(void);