update the inbound schedule
This commit is contained in:
@@ -5,8 +5,9 @@ import "Aircraft.proto";
|
|||||||
import "BaseTypes.proto";
|
import "BaseTypes.proto";
|
||||||
|
|
||||||
message AircraftSchedule {
|
message AircraftSchedule {
|
||||||
Aircraft aircraft = 1; // aircraft information
|
string callsign = 1; // aircraft's callsign
|
||||||
string arrivalRoute = 2; // planned arrival route
|
bool fixed = 2; // indicates if the sequence is fixed
|
||||||
string arrivalRunway = 3; // planned arrival runway
|
string arrivalRoute = 3; // planned arrival route
|
||||||
repeated Waypoint waypoints = 4; // contains the planned waypoints with the PTA
|
string arrivalRunway = 4; // planned arrival runway
|
||||||
|
repeated Waypoint waypoints = 5; // contains the planned waypoints with the PTA
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user