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:
Klaus Basan
2018-04-06 00:34:14 +02:00
committed by Roland Winklmeier
parent e3d17859a0
commit f1faeef84a
6 changed files with 36 additions and 29 deletions

View File

@@ -67,6 +67,9 @@ namespace BlackSimPlugin
//! VTOL?
bool isVtol() const { return m_aircraft.isVtol(); }
//! Engine count
int getEngineCount() const { return m_aircraft.getEnginesCount(); }
//! \copydoc BlackMisc::Simulation::CInterpolatorMulti::toggleMode
void toggleInterpolatorMode();