Переглянути джерело

update the interface and use the distance to the IAF

Sven Czarnian 3 роки тому
батько
коміт
5fb5e95db1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      AircraftReport.proto

+ 1 - 1
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
 }