refs #865, allow to override in setGroundElevationFromHint

This commit is contained in:
Klaus Basan
2017-01-29 00:06:06 +01:00
committed by Mathew Sutcliffe
parent 085f25fa86
commit bc3bd41c97
2 changed files with 4 additions and 4 deletions

View File

@@ -193,8 +193,8 @@ namespace BlackMisc
//! \threadsafe
static QString getHtmlPartsLog(const QList<PartsLog> &logs);
//! Set the ground elevation from hints, if possible and not already set
static void setGroundElevationFromHint(const CInterpolationHints &hints, BlackMisc::Aviation::CAircraftSituation &situation);
//! Set the ground elevation from hints
static void setGroundElevationFromHint(const CInterpolationHints &hints, BlackMisc::Aviation::CAircraftSituation &situation, bool override = true);
//! Set on ground flag
static void setGroundFlagFromInterpolator(const CInterpolationHints &hints, double groundFactor, BlackMisc::Aviation::CAircraftSituation &situation);