Implement named data groups.
[erlang-x-plane-data.git] / include / x_plane_data_group_speeds.hrl
CommitLineData
84fa8ccb
SK
1-record(x_plane_data_group_speeds,
2 { vind_kias :: float() % 1
3 , vind_keas :: float() % 2
4 , vtrue_ktas :: float() % 3
5 , vtrue_ktgs :: float() % 4
6 % 5
7 , vind_mph :: float() % 6
8 , vtrue_mphas :: float() % 7
9 , vtrue_mphgs :: float() % 8
10 }).
This page took 0.027136 seconds and 4 git commands to generate.