introduce a new message

This commit is contained in:
Sven Czarnian
2021-12-17 16:15:34 +01:00
parent df872efa17
commit f5cda2fd03

View File

@@ -23,4 +23,5 @@ message AircraftReport {
string destination = 7; // the destination airport string destination = 7; // the destination airport
int32 distanceToIAF = 8; // distance to IAF in NM int32 distanceToIAF = 8; // distance to IAF in NM
string plannedGate = 9; // the planned gate for the inbound string plannedGate = 9; // the planned gate for the inbound
string requestedRunway = 10; // the requested runway of the pilot
} }