Преглед на файлове

extend the protocol to find the sequence on the server

Sven Czarnian преди 3 години
родител
ревизия
df872efa17
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Communication.proto

+ 2 - 1
Communication.proto

@@ -6,7 +6,8 @@ import "AircraftSchedule.proto";
 import "BaseTypes.proto";
 
 message AircraftUpdate {
-    repeated AircraftReport reports = 1; // Contains all updated aircrafts
+    string                  airport = 1; // Contains the updated airport
+    repeated AircraftReport reports = 2; // Contains all updated aircrafts
 }
 
 message AircraftSequence {