瀏覽代碼

extend the report message

Sven Czarnian 3 年之前
父節點
當前提交
3c6b91b584
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      AircraftReport.proto

+ 2 - 1
AircraftReport.proto

@@ -9,5 +9,6 @@ message AircraftReport {
     string     initialApproachFix = 2; // last waypoint of the route
     Coordinate position           = 3; // current WGS84 position
     Dynamics   dynamics           = 4; // current aircraft dynamics
-    Time       timeAtIAF          = 5; // UTC time when aircraft is at IAF
+    string     destination;       = 5; // the destination airport
+    Time       timeAtIAF          = 6; // UTC time when aircraft is at IAF
 }