code formatting
This commit is contained in:
@@ -14,14 +14,14 @@ message AircraftReport {
|
|||||||
CENTER = 5; // Center or FSS reported
|
CENTER = 5; // Center or FSS reported
|
||||||
}
|
}
|
||||||
|
|
||||||
string reportTime = 1; // UTC time of the report
|
string reportTime = 1; // UTC time of the report
|
||||||
Reporter reportedBy = 2; // Indicates who reported this aircraft
|
Reporter reportedBy = 2; // Indicates who reported this aircraft
|
||||||
Aircraft aircraft = 3; // aircraft information
|
Aircraft aircraft = 3; // aircraft information
|
||||||
string initialApproachFix = 4; // last waypoint of the route
|
string initialApproachFix = 4; // last waypoint of the route
|
||||||
Coordinate position = 5; // current WGS84 position
|
Coordinate position = 5; // current WGS84 position
|
||||||
Dynamics dynamics = 6; // current aircraft dynamics
|
Dynamics dynamics = 6; // current aircraft dynamics
|
||||||
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
|
string requestedRunway = 10; // the requested runway of the pilot
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user