]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm_mini.hxx
Allow the external FDM to calculate slip/skid ball deflection and override
[flightgear.git] / src / Network / net_fdm_mini.hxx
index 1f3e1fb78731af431b30c81b3c5ee79c6b62853e..d0cabec043b51cd4b45dc08f5b3ad509604c0850 100644 (file)
@@ -37,7 +37,7 @@ const int FG_NET_FDM_MINI_VERSION = 1;
 // Define a structure containing the top level flight dynamics model
 // parameters
 
-class FGNetFDMmini {
+class FGNetMiniFDM {
 
 public:
 
@@ -62,6 +62,10 @@ public:
     double theta;              // pitch (radians)
     double psi;                        // yaw or true heading (radians)
 
+    // Velocities
+    double vcas;
+    double climb_rate;         // feet per second
+
     // Consumables
     int num_tanks;             // Max number of fuel tanks
     double fuel_quantity[FG_MAX_TANKS];