|
FlightGear next
|
#include <cstring>#include <cstdio>#include <simgear/io/iochannel.hxx>#include <simgear/io/sg_socket.hxx>#include <simgear/constants.h>#include <Aircraft/controls.hxx>#include <Scenery/scenery.hxx>#include <Main/globals.hxx>#include <Main/fg_props.hxx>#include "ADA.hxx"Go to the source code of this file.
Variables | ||
| struct { | ||
| double number_of_bytes | ||
| double lat_geoc | ||
| double lon_geoc | ||
| double altitude | ||
| double psirad | ||
| double thetrad | ||
| double phirad | ||
| double earth_posn_angle | ||
| double radius_to_vehicle | ||
| double sea_level_radius | ||
| double latitude | ||
| double longitude | ||
| double Vnorth | ||
| double Veast | ||
| double Vdown | ||
| double Vcas_kts | ||
| double prad | ||
| double qrad | ||
| double rrad | ||
| double alpharad | ||
| double betarad | ||
| double latitude_dot | ||
| double longitude_dot | ||
| double radius_dot | ||
| double Gamma_vert_rad | ||
| double Runway_altitude | ||
| double throttle | ||
| double pstick | ||
| double rstick | ||
| double rpedal | ||
| double U_local | ||
| double V_local | ||
| double W_local | ||
| double U_dot_local | ||
| double V_dot_local | ||
| double W_dot_local | ||
| double Machno | ||
| double anxg | ||
| double anyg | ||
| double anzg | ||
| double aux1 | ||
| double aux2 | ||
| double aux3 | ||
| double aux4 | ||
| double aux5 | ||
| double aux6 | ||
| double aux7 | ||
| double aux8 | ||
| int iaux1 | ||
| int iaux2 | ||
| int iaux3 | ||
| int iaux4 | ||
| int iaux5 | ||
| int iaux6 | ||
| int iaux7 | ||
| int iaux8 | ||
| int iaux9 | ||
| int iaux10 | ||
| int iaux11 | ||
| int iaux12 | ||
| float aux9 | ||
| float aux10 | ||
| float aux11 | ||
| float aux12 | ||
| float aux13 | ||
| float aux14 | ||
| float aux15 | ||
| float aux16 | ||
| float aux17 | ||
| float aux18 | ||
| } | sixdof_to_visuals | |
| double | view_offset | |
| struct { | ||
| double ground_elevation | ||
| } | visuals_to_sixdof | |
| #define Alpha sixdof_to_visuals.alpharad |
| #define Altitude sixdof_to_visuals.altitude |
| #define Beta sixdof_to_visuals.betarad |
| #define Earth_position_angle sixdof_to_visuals.earth_posn_angle |
| #define Lat_geocentric sixdof_to_visuals.lat_geoc |
| #define Latitude sixdof_to_visuals.latitude |
| #define Latitude_dot sixdof_to_visuals.latitude_dot |
| #define Lon_geocentric sixdof_to_visuals.lon_geoc |
| #define Longitude sixdof_to_visuals.longitude |
| #define Longitude_dot sixdof_to_visuals.longitude_dot |
| #define P_body sixdof_to_visuals.prad |
| #define Phi sixdof_to_visuals.phirad |
| #define Psi sixdof_to_visuals.psirad |
| #define Q_body sixdof_to_visuals.qrad |
| #define R_body sixdof_to_visuals.rrad |
| #define Radius_dot sixdof_to_visuals.radius_dot |
| #define Radius_to_vehicle sixdof_to_visuals.radius_to_vehicle |
| #define Sea_level_radius sixdof_to_visuals.sea_level_radius |
| #define Theta sixdof_to_visuals.thetrad |
| #define V_calibrated_kts sixdof_to_visuals.Vcas_kts |
| #define V_down sixdof_to_visuals.Vdown |
| #define V_east sixdof_to_visuals.Veast |
| #define V_north sixdof_to_visuals.Vnorth |
| struct { ... } sixdof_to_visuals |
| struct { ... } visuals_to_sixdof |