mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T259, Ref T243 added functions to use guessed parts in
* sim object * XPlane aircraft * forward aircraft model to interpolator for guessing
This commit is contained in:
committed by
Roland Winklmeier
parent
e3d17859a0
commit
f1faeef84a
@@ -28,6 +28,7 @@ namespace BlackSimPlugin
|
||||
m_interpolator(QSharedPointer<CInterpolatorMulti>::create(aircraft.getCallsign(), simulator, simulator, simulator->getRemoteAircraftProvider(), logger))
|
||||
{
|
||||
m_interpolator->attachLogger(logger);
|
||||
m_interpolator->initCorrespondingModel(aircraft.getModel());
|
||||
}
|
||||
|
||||
bool CXPlaneMPAircraft::isSameAsSent(const CAircraftSituation &position) const
|
||||
|
||||
Reference in New Issue
Block a user