mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
Improved way to get situation with altitude offset
This commit is contained in:
@@ -392,6 +392,9 @@ namespace BlackMisc
|
||||
//! Add offset to altitude
|
||||
CAltitude addAltitudeOffset(const PhysicalQuantities::CLength &offset);
|
||||
|
||||
//! Situation with altitude offset
|
||||
CAircraftSituation withAltitudeOffset(const PhysicalQuantities::CLength &offset) const;
|
||||
|
||||
//! Get pressure altitude
|
||||
const CAltitude &getPressureAltitude() const { return m_pressureAltitude; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user