change the interface

Este cometimento está contido em:
Sven Czarnian
2021-10-09 17:41:39 +02:00
ascendente 5fb5e95db1
cometimento 0742083144

Ver ficheiro

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