X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fopengc_data.hxx;h=c7dc80e5b25d5c520db6413e8edc71b7ee1a8348;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=c0c23427e035f56cfe0c37b99fb157c8e111fa25;hpb=004359f0e89e8b24f89f36a9c630e21fe9006d17;p=flightgear.git diff --git a/src/Network/opengc_data.hxx b/src/Network/opengc_data.hxx index c0c23427e..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 @@ -46,11 +46,13 @@ public: int version_id; int msg_type; int msg_content; + int reserved; // position double latitude; double longitude; + double elevation; double magvar; // flight parameters @@ -95,21 +97,30 @@ 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 - double n1_turbine[4]; + double n1_turbine[4]; double epr[4]; double egt[4]; - double n2_turbine[4]; + double n2_turbine[4]; double fuel_flow[4]; double man_pressure[4]; double oil_pressure[4]; + double oil_temp[4]; + double oil_quantity[4]; + double hyd_pressure[4]; double throttle[4]; double mixture[4]; double prop_advance[4]; + + // fuel system + int num_tanks; + double fuel_tank[9]; // Pressures and temperatures @@ -122,6 +133,7 @@ public: // more environmental data double wind; double wind_dir; + double sea_level_pressure; }; #endif // _OPENGC_HXX