add performance data for the prediction in euroscope

This commit is contained in:
Sven Czarnian
2021-11-14 09:35:32 +01:00
parent c1f6c0f64b
commit f258a5f1b1
2 changed files with 9 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ message AircraftSchedule {
bool fixed = 2; // indicates if the sequence is fixed
string arrivalRoute = 3; // planned arrival route
string arrivalRunway = 4; // planned arrival runway
repeated Waypoint waypoints = 5; // contains the planned waypoints with the PTA
PerformanceData performance = 5; // used performance data
repeated Waypoint waypoints = 6; // contains the planned waypoints with the PTA
}