Ref T423, changed strategy to force position updates

* force update for "some time", and remove all sent information
* no longer update some cycles, but for some time
* updated FSX/P3D/XPlane drivers
This commit is contained in:
Klaus Basan
2018-11-06 01:38:41 +01:00
parent f8efd19a3e
commit 64b0ec87b1
4 changed files with 43 additions and 5 deletions

View File

@@ -795,7 +795,7 @@ namespace BlackSimPlugin
PlanesTransponders planesTransponders;
int aircraftNumber = 0;
const bool updateAllAircraft = m_updateAllRemoteAircraftCycles > 0;
const bool updateAllAircraft = this->isUpdateAllRemoteAircraft(currentTimestamp);
for (const CXPlaneMPAircraft &xplaneAircraft : xplaneAircraftList)
{
const CCallsign callsign(xplaneAircraft.getCallsign());