X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=README.md;fp=README.md;h=480989a660dc6b8b2354eaed48c0ff1d69ea7c11;hp=5009252338d016dc83d32d9adc0e86a84cd76af2;hb=3217de216cb791434fc377236b7e690bcb699215;hpb=859f8f9a6d11cb3206efdecb29ee923fe3db797c diff --git a/README.md b/README.md index 5009252..480989a 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,21 @@ a filter), so you'll have to access their raw version, if needed. , hding_mag = HdingMag } } = lists:keyfind(pitch_roll_heading, 1, GroupsNamed), + +... + +-include_lib("x_plane_data/include/x_plane_data_group_lat_lon_alt.hrl"). +{lat_lon_alt, #x_plane_data_group_lat_lon_alt + { lat_deg = LatDeg + , lon_deg = LonDeg + , alt_ftmsl = AltFtmsl + , alt_ftagl = AltFtagl + , on_runwy = OnRunwy + , alt_ind = AltInd + , lat_south = LatSouth + , lon_west = LonWest + } +} = lists:keyfind(lat_lon_alt, 1, GroupsNamed), ``` Packet structure