From 64236c55d805a596223e0031dc5f73fb686256d6 Mon Sep 17 00:00:00 2001 From: henry1952 <49370322+henry1952@users.noreply.github.com> Date: Sun, 5 May 2019 19:32:40 +0200 Subject: [PATCH 1/2] Update README-json.md added nav_altitude_mcp, nav_altitude_fms --- README-json.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README-json.md b/README-json.md index d5c7a91..60d5301 100644 --- a/README-json.md +++ b/README-json.md @@ -65,8 +65,9 @@ This file contains dump1090's list of recently seen aircraft. The keys are: * emergency: ADS-B emergency/priority status, a superset of the 7x00 squawks (2.2.3.2.7.8.1.1) * category: emitter category to identify particular aircraft or vehicle classes (values A0 - D7) (2.2.3.2.5.2) * nav_qnh: altimeter setting (QFE or QNH/QNE), hPa - * nav_altitude: selected altitude - * nav_heading: selected heading + * nav_altitude_mcp: selected altitude from the Mode Control Panel / Flight Control Unit (MCP/FCU) or equivalent equipment + * nav_altitude_fms: selected altitude from the Flight Manaagement System (FMS) (2.2.3.2.7.1.3.3) + * nav_heading: selected heading (True or Magnetic is not defined in DO-260B, mostly Magnetic as that is the de facto standart) (2.2.3.2.7.1.3.7) * nav_modes: set of engaged automation modes: 'autopilot', 'vnav', 'althold', 'approach', 'lnav', 'tcas' * lat, lon: the aircraft position in decimal degrees * nic: Navigation Integrity Category (2.2.3.2.7.2.6) From fa65517adaddba717a2aa95c21199abf5cf8e198 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 6 May 2019 10:23:28 +0800 Subject: [PATCH 2/2] standart -> standard --- README-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-json.md b/README-json.md index 60d5301..9e6ecff 100644 --- a/README-json.md +++ b/README-json.md @@ -67,7 +67,7 @@ This file contains dump1090's list of recently seen aircraft. The keys are: * nav_qnh: altimeter setting (QFE or QNH/QNE), hPa * nav_altitude_mcp: selected altitude from the Mode Control Panel / Flight Control Unit (MCP/FCU) or equivalent equipment * nav_altitude_fms: selected altitude from the Flight Manaagement System (FMS) (2.2.3.2.7.1.3.3) - * nav_heading: selected heading (True or Magnetic is not defined in DO-260B, mostly Magnetic as that is the de facto standart) (2.2.3.2.7.1.3.7) + * nav_heading: selected heading (True or Magnetic is not defined in DO-260B, mostly Magnetic as that is the de facto standard) (2.2.3.2.7.1.3.7) * nav_modes: set of engaged automation modes: 'autopilot', 'vnav', 'althold', 'approach', 'lnav', 'tcas' * lat, lon: the aircraft position in decimal degrees * nic: Navigation Integrity Category (2.2.3.2.7.2.6)