Explorar el Código

change the interface

Sven Czarnian hace 3 años
padre
commit
0742083144
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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     distanceToIAF      = 6; // distance to IAF in NM
+    int32      distanceToIAF      = 6; // distance to IAF in NM
 }