mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Ref T260, interpolator improvements
* use last interpolated situation when recalculating interpolant * flag if interpolation factor is to be calculated, or guessed
This commit is contained in:
committed by
Roland Winklmeier
parent
d0addd547a
commit
5243682124
@@ -47,7 +47,7 @@ namespace BlackMisc
|
||||
//! @}
|
||||
|
||||
//! Perform the interpolation
|
||||
Aviation::CAircraftSituation interpolatePositionAndAltitude(const Aviation::CAircraftSituation &situation) const;
|
||||
Aviation::CAircraftSituation interpolatePositionAndAltitude(const Aviation::CAircraftSituation &situation, bool interpolateGndFactor) const;
|
||||
|
||||
//! Interpolator for pitch, bank, heading, groundspeed
|
||||
const CInterpolatorPbh &pbh() const { return m_pbh; }
|
||||
|
||||
Reference in New Issue
Block a user