mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Ref T259, Ref T243 functions for ground factor/underflow interpolation
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user