소스 검색

introduce a new message

Sven Czarnian 3 년 전
부모
커밋
f5cda2fd03
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      AircraftReport.proto

+ 1 - 0
AircraftReport.proto

@@ -23,4 +23,5 @@ message AircraftReport {
     string     destination        = 7; // the destination airport
     int32      distanceToIAF      = 8; // distance to IAF in NM
     string     plannedGate        = 9; // the planned gate for the inbound
+    string     requestedRunway    = 10; // the requested runway of the pilot
 }