Ref T259, Ref T243 functions for ground factor/underflow interpolation

This commit is contained in:
Klaus Basan
2018-03-28 03:55:06 +02:00
parent a7f1e15f39
commit dd9efc9bb1
4 changed files with 58 additions and 7 deletions

View File

@@ -188,6 +188,12 @@ namespace BlackMisc
//! On ground details
void setOnGroundDetails(CAircraftSituation::OnGroundDetails details) { m_onGroundDetails = static_cast<int>(details); }
//! Set on ground as interpolated from ground fatcor
bool setOnGroundFromGroundFactorFromInterpolation(double threshold = 0.5);
//! Set on ground by underflow detection, detects below ground scenarios
bool setOnGroundByUnderflowDetection(const PhysicalQuantities::CLength &cg);
//! On ground info as string
QString getOnGroundInfo() const;