Parcourir la source

extend the protocol to find the sequence on the server

Sven Czarnian il y a 3 ans
Parent
commit
df872efa17
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 {