mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T180, stop requesting data when aircraft is removed
This commit is contained in:
@@ -69,6 +69,9 @@ namespace BlackSimPlugin
|
||||
//! Set current lights when received from simulator
|
||||
void setCurrentLightsInSimulator(const BlackMisc::Aviation::CAircraftLights &lights) { m_currentLightsInSim = lights; }
|
||||
|
||||
//! Pretend to have received lights from simulator
|
||||
void fakeCurrentLightsInSimulator() { m_currentLightsInSim.setNull(false); }
|
||||
|
||||
//! Parts as sent to simulator
|
||||
const DataDefinitionRemoteAircraftPartsWithoutLights &getPartsAsSent() const { return m_partsAsSent; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user