update the interface and use the distance to the IAF

Šī revīzija ir iekļauta:
Sven Czarnian
2021-10-09 17:34:10 +02:00
vecāks 3c74c96cfd
revīzija 5fb5e95db1

Parādīt failu

@@ -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
}