Ref T415, altitude function with return value

This commit is contained in:
Klaus Basan
2018-10-27 18:35:22 +02:00
parent 8a59aa5a3b
commit ebd1e78dd4
2 changed files with 9 additions and 7 deletions

View File

@@ -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; }