refs #916, interpolator mode for FS9

This commit is contained in:
Klaus Basan
2017-03-17 19:05:26 +01:00
committed by Mathew Sutcliffe
parent 0fb96206c5
commit e2849f171e
2 changed files with 9 additions and 0 deletions

View File

@@ -286,6 +286,14 @@ namespace BlackSimPlugin
this->displayStatusMessage(message.asStatusMessage(true, true));
}
bool CSimulatorFs9::setInterpolatorMode(CInterpolatorMulti::Mode mode, const CCallsign &callsign)
{
//! \todo (added by KWB 3/17) interpolator mode for FS9 needs implementation
Q_UNUSED(mode);
Q_UNUSED(callsign);
return false;
}
bool CSimulatorFs9::isPhysicallyRenderedAircraft(const CCallsign &callsign) const
{
return m_hashFs9Clients.contains(callsign);