update the interface and use the distance to the IAF
This commit is contained in:
@@ -10,5 +10,5 @@ message AircraftReport {
|
|||||||
Coordinate position = 3; // current WGS84 position
|
Coordinate position = 3; // current WGS84 position
|
||||||
Dynamics dynamics = 4; // current aircraft dynamics
|
Dynamics dynamics = 4; // current aircraft dynamics
|
||||||
string destination = 5; // the destination airport
|
string destination = 5; // the destination airport
|
||||||
string timeAtIAF = 6; // UTC time when aircraft is at IAF
|
string distanceToIAF = 6; // distance to IAF in NM
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user