]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/opengc_data.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / opengc_data.hxx
index 76befecb03cd2e40f64bd5538d1cf9f2e6132491..c7dc80e5b25d5c520db6413e8edc71b7ee1a8348 100644 (file)
@@ -24,7 +24,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
 #ifndef _OPENGC_DATA_HXX
@@ -97,8 +97,10 @@ public:
     double     gear_left;
     double     gear_right;
     double  gear_left_rear;
-    double  gear_right_rear;  
-
+    double  gear_right_rear;
+    double     parking_brake;
+    bool               wow_main;  // logical and of main gear
+               bool            wow_nose;       
     // engine data
 
     double     rpm[4];  // this is for pistons, jets see below
@@ -117,8 +119,8 @@ public:
     double     prop_advance[4];
     
     // fuel system
-    double main_tank;
-    double tank[4];
+    int num_tanks;
+    double fuel_tank[9];
    
     // Pressures and temperatures
 
@@ -131,6 +133,7 @@ public:
     // more environmental data
                double wind;
                double wind_dir;
+               double sea_level_pressure;
 };
 
 #endif // _OPENGC_HXX