From 5fb5e95db17e52a04f1090b009943e24dbb80332 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 9 Oct 2021 17:34:10 +0200 Subject: [PATCH] update the interface and use the distance to the IAF --- AircraftReport.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AircraftReport.proto b/AircraftReport.proto index 19c1259..defff30 100644 --- a/AircraftReport.proto +++ b/AircraftReport.proto @@ -10,5 +10,5 @@ message AircraftReport { Coordinate position = 3; // current WGS84 position Dynamics dynamics = 4; // current aircraft dynamics string destination = 5; // the destination airport - string timeAtIAF = 6; // UTC time when aircraft is at IAF + string distanceToIAF = 6; // distance to IAF in NM }