mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refactor: Add interface for PBH interpolators
This commit is contained in:
@@ -60,7 +60,7 @@ namespace BlackMisc
|
||||
//! End situation
|
||||
const Aviation::CAircraftSituation &getEndSituation() const { return m_endSituation; }
|
||||
|
||||
CInterpolatorLinearPbh pbh() const { return m_pbh; }
|
||||
const IInterpolatorPbh &pbh() const { return m_pbh; }
|
||||
|
||||
private:
|
||||
Aviation::CAircraftSituation m_startSituation;
|
||||
|
||||
Reference in New Issue
Block a user