X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=include%2Fx_plane_data.hrl;fp=include%2Fx_plane_data.hrl;h=0000000000000000000000000000000000000000;hp=d93611dd2ae8b8a3437a633615837d78110370e6;hb=07ba60a5e3ff3cf3b8e96ff49bb27ac3c6b46ba6;hpb=c9410825c5416a62558ac6bd108a1dbe6ffbc3c6 diff --git a/include/x_plane_data.hrl b/include/x_plane_data.hrl deleted file mode 100644 index d93611d..0000000 --- a/include/x_plane_data.hrl +++ /dev/null @@ -1,32 +0,0 @@ --record(x_plane_datum_speeds, - { vind_kias :: float() % 1 - , vind_keas :: float() % 2 - , vtrue_ktas :: float() % 3 - , vtrue_ktgs :: float() % 4 - % 5 - , vind_mph :: float() % 6 - , vtrue_mphas :: float() % 7 - , vtrue_mphgs :: float() % 8 - }). - --record(x_plane_datum_pitch_roll_heading, - { pitch_deg :: float() % 1 - , roll_deg :: float() % 2 - , hding_true :: float() % 3 - , hding_mag :: float() % 4 - % 5 - % 6 - % 7 - % 8 - }). - --record(x_plane_datum_lat_lon_alt, - { lat_deg :: float() % 1 - , lon_deg :: float() % 2 - , alt_ftmsl :: float() % 3 - , alt_ftagl :: float() % 4 - , on_runwy :: float() % 5 - , alt_ind :: float() % 6 - , lat_south :: float() % 7 - , lon_west :: float() % 8 - }).