mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T415, altitude function with return value
This commit is contained in:
@@ -133,10 +133,10 @@ namespace BlackMisc
|
||||
ReferenceDatum getReferenceDatum() const { return m_datum; }
|
||||
|
||||
//! MSL to flightlevel
|
||||
void toFlightLevel();
|
||||
bool toFlightLevel();
|
||||
|
||||
//! Flightlevel to MSL
|
||||
void toMeanSeaLevel();
|
||||
bool toMeanSeaLevel();
|
||||
|
||||
//! Current altitude type
|
||||
AltitudeType getAltitudeType() const { return m_altitudeType; }
|
||||
|
||||
Reference in New Issue
Block a user