]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm.hxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Network / net_fdm.hxx
index f40e7ddf44821444b27d69e96a1fc013c814efba..0294d08fbce6ba0fee804d01b32e596f954e0e5f 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <time.h> // time_t
 
-const int FG_NET_FDM_VERSION = 15;
+const int FG_NET_FDM_VERSION = 16;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -62,6 +62,8 @@ public:
     float phi;                 // roll (radians)
     float theta;               // pitch (radians)
     float psi;                 // yaw or true heading (radians)
+    float alpha;                // angle of attack
+    float beta;                 // side slip angle
 
     // Velocities
     float phidot;              // roll rate (radians/sec)