mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Ref T259, Ref T243 unit function for elevation plane
This commit is contained in:
@@ -49,6 +49,9 @@ namespace BlackMisc
|
||||
//! Altitude (synonym for geodetic height)
|
||||
const Aviation::CAltitude &getAltitude() const { return this->geodeticHeight(); }
|
||||
|
||||
//! Altitude (synonym for geodetic height)
|
||||
Aviation::CAltitude getAltitudeInUnit(const PhysicalQuantities::CLengthUnit &unit) const;
|
||||
|
||||
//! Existing value?
|
||||
virtual bool isNull() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user