Просмотр исходного кода

add the stand information to the report

Sven Czarnian 3 лет назад
Родитель
Сommit
5c00b8c4fc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      AircraftReport.proto

+ 1 - 0
AircraftReport.proto

@@ -22,4 +22,5 @@ message AircraftReport {
     Dynamics   dynamics           = 6; // current aircraft dynamics
     string     destination        = 7; // the destination airport
     int32      distanceToIAF      = 8; // distance to IAF in NM
+    string     plannedGate        = 9; // the planned gate for the inbound
 }