X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fopengc_data.hxx;h=c7dc80e5b25d5c520db6413e8edc71b7ee1a8348;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=76befecb03cd2e40f64bd5538d1cf9f2e6132491;hpb=af66e80358cf4a5978a1dc81cf5fce4ce756e403;p=flightgear.git diff --git a/src/Network/opengc_data.hxx b/src/Network/opengc_data.hxx index 76befecb0..c7dc80e5b 100644 --- a/src/Network/opengc_data.hxx +++ b/src/Network/opengc_data.hxx @@ -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