mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
committed by
Mathew Sutcliffe
parent
660798e43c
commit
f2602a8915
@@ -36,7 +36,7 @@ namespace BlackCore
|
||||
//! Constructor
|
||||
CDatabaseWriter(const BlackMisc::Network::CUrl &baseUrl, QObject *parent);
|
||||
|
||||
//! Write models to DB
|
||||
//! Write model to DB
|
||||
BlackMisc::CStatusMessageList asyncPublishModel(const BlackMisc::Simulation::CAircraftModel &model);
|
||||
|
||||
//! Write models to DB
|
||||
@@ -45,6 +45,9 @@ namespace BlackCore
|
||||
//! Shutdown
|
||||
void gracefulShutdown();
|
||||
|
||||
//! Shutting down?
|
||||
bool isShuttingDown() const { return m_shutdown; }
|
||||
|
||||
signals:
|
||||
//! Published models, the response to \sa asyncPublishModels
|
||||
void publishedModels(const BlackMisc::Simulation::CAircraftModelList &modelsPublished,
|
||||
|
||||
Reference in New Issue
Block a user