浏览代码

change the interface

Sven Czarnian 3 年之前
父节点
当前提交
0742083144
共有 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     distanceToIAF      = 6; // distance to IAF in NM
+    int32      distanceToIAF      = 6; // distance to IAF in NM
 }