Ref T111, allow to alter plugin info (needed for dummy driver)

This commit is contained in:
Klaus Basan
2017-07-26 15:13:40 +02:00
committed by Mathew Sutcliffe
parent 119351800c
commit ba31171a10
2 changed files with 10 additions and 0 deletions

View File

@@ -156,6 +156,10 @@ namespace BlackCore
virtual bool logicallyRemoveRemoteAircraft(const BlackMisc::Aviation::CCallsign &callsign) override;
//! @}
//! New plugin info
//! \remark normally only used by
void setNewPluginInfo(const BlackMisc::Simulation::CSimulatorPluginInfo &info, const BlackMisc::Simulation::CAircraftModel &defaultModel);
//! Max.airports in range
int maxAirportsInRange() const;