extend the schedule time

This commit is contained in:
Sven Czarnian
2021-10-10 08:35:09 +02:00
parent ff7dea200c
commit 0c0039e2f3

View File

@@ -8,4 +8,5 @@ message AircraftSchedule {
string arrivalRoute = 2; // planned arrival route string arrivalRoute = 2; // planned arrival route
string arrivalRunway = 3; // planned arrival runway string arrivalRunway = 3; // planned arrival runway
string reachIafAtTime = 4; // UTC time when the aircraft needs to pass IAF string reachIafAtTime = 4; // UTC time when the aircraft needs to pass IAF
string reachRunwayAtTime = 5; // UTC time when the aircraft needs to touch down
} }