|
@@ -20,6 +20,13 @@ message Waypoint {
|
|
|
int32 groundSpeed = 5; // The target ground speed
|
|
|
}
|
|
|
|
|
|
+message PerformanceData {
|
|
|
+ int32 iasAboveFL240 = 1; // The speed above FL240
|
|
|
+ int32 iasAboveFL100 = 2; // The speed above FL100
|
|
|
+ int32 iasBelowFL100 = 3; // The speed below FL100
|
|
|
+ int32 iasApproach = 4; // The minimum approach speed
|
|
|
+}
|
|
|
+
|
|
|
message Dynamics {
|
|
|
int32 groundSpeed = 1; // given in knots
|
|
|
int32 heading = 2; // reported heading
|