mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T554, signal if auto publish data are written
This commit is contained in:
committed by
Mat Sutcliffe
parent
49d1bcbd39
commit
7b03ed5aec
@@ -375,6 +375,9 @@ namespace BlackCore
|
||||
//! A requested elevation has been received
|
||||
void receivedRequestedElevation(const BlackMisc::Geo::CElevationPlane &plane, const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
//! Auto publish data written for simulator
|
||||
void autoPublishDataWritten(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
protected:
|
||||
//! Constructor with all the providers
|
||||
ISimulator(const BlackMisc::Simulation::CSimulatorPluginInfo &pluginInfo,
|
||||
|
||||
Reference in New Issue
Block a user