|
@@ -52,5 +52,20 @@ namespace aman {
|
|
|
* @return The position
|
|
|
*/
|
|
|
const GeoCoordinate& position() const noexcept;
|
|
|
+ /**
|
|
|
+ * @brief Returns the planned altitude
|
|
|
+ * @return The planned altitude
|
|
|
+ */
|
|
|
+ const Length& altitude() const noexcept;
|
|
|
+ /**
|
|
|
+ * @brief Returns the indicated airspeed
|
|
|
+ * @return The indicated airspeed
|
|
|
+ */
|
|
|
+ const Velocity& indicatedAirspeed() const noexcept;
|
|
|
+ /**
|
|
|
+ * @brief Returns the planned arrival time
|
|
|
+ * @return The planned arrival time
|
|
|
+ */
|
|
|
+ const UtcTime::Point& plannedArrivalTime() const noexcept;
|
|
|
};
|
|
|
}
|