]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_ctrls.hxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Network / net_ctrls.hxx
index 54baaf0b0899ae325a6db7e360fca57c0cae4507..c536de60cc3b2a433b77bb2afadb5aca225d2f18 100644 (file)
@@ -30,7 +30,7 @@
 # error This library requires C++
 #endif                                   
 
-const int FG_NET_CTRLS_VERSION = 16;
+const int FG_NET_CTRLS_VERSION = 18;
 
 
 // Define a structure containing the control parameters
@@ -43,8 +43,8 @@ public:
 
     enum {
         FG_MAX_ENGINES = 4,
-        FG_MAX_WHEELS = 3,
-        FG_MAX_TANKS = 4
+        FG_MAX_WHEELS = 16,
+        FG_MAX_TANKS = 6
     };
 
     // Aero controls
@@ -96,6 +96,10 @@ public:
     double wind_dir_deg;
     double turbulence_norm;
 
+    // temp and pressure
+    double temp_c;
+    double press_inhg;
+
     // other information about environment
     double hground;                     // ground elevation (meters)
     double magvar;                      // local magnetic variation in degs.