From 074208314469c14642892714cd5f9721106b73c3 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 9 Oct 2021 17:41:39 +0200 Subject: [PATCH] change the interface --- AircraftReport.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AircraftReport.proto b/AircraftReport.proto index defff30..e6f6119 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 distanceToIAF = 6; // distance to IAF in NM + int32 distanceToIAF = 6; // distance to IAF in NM }