Listen for X-Plane to start

This commit is contained in:
Michał Garapich
2015-03-31 20:10:17 +02:00
committed by Roland Winklmeier
parent adc623f0e7
commit 45f48f7594
6 changed files with 91 additions and 5 deletions

View File

@@ -170,6 +170,12 @@ namespace BlackCore
//! Load specific simulator plugin as set in settings
virtual bool loadSimulatorPluginFromSettings() = 0;
//! Listen for the specific simulator to start, load plugin automatically
virtual void listenForSimulator(const BlackSim::CSimulatorInfo &simulatorInfo) = 0;
//! Listen for simulator as set in settings
virtual void listenForSimulatorFromSettings() = 0;
//! Unload simulator plugin
virtual void unloadSimulatorPlugin() = 0;