Implement named data groups.
[erlang-x-plane-data.git] / include / x_plane_data_group_speeds.hrl
diff --git a/include/x_plane_data_group_speeds.hrl b/include/x_plane_data_group_speeds.hrl
new file mode 100644 (file)
index 0000000..2d58af3
--- /dev/null
@@ -0,0 +1,10 @@
+-record(x_plane_data_group_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
+    }).
This page took 0.016668 seconds and 4 git commands to generate.