Ref T423, aligned "emulated driver"

* renamed to "updateRemoteAircraft"
* use new force update functions
This commit is contained in:
Klaus Basan
2018-11-06 01:40:44 +01:00
parent 64b0ec87b1
commit a7a1578775
2 changed files with 9 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ namespace BlackSimPlugin
//! Fetch data from interpolator
//! \remarks basically does the same as a real driver, obtains data from the interpolator
void fetchFromInterpolator();
void updateRemoteAircraft();
bool m_log = false; //!< from settings
bool m_paused = false;