mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T118, database writer new simplified slot
This commit is contained in:
@@ -135,6 +135,10 @@ namespace BlackCore
|
||||
bool directWrite;
|
||||
const bool sendingSuccessful = CDatastoreUtility::parseSwiftPublishResponse(dataFileData, modelsPublished, modelsSkipped, msgs, directWrite);
|
||||
emit this->publishedModels(modelsPublished, modelsSkipped, msgs, sendingSuccessful, directWrite);
|
||||
if (!modelsPublished.isEmpty())
|
||||
{
|
||||
emit this->publishedModelsSimplified(modelsPublished);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -62,6 +62,9 @@ namespace BlackCore
|
||||
const BlackMisc::CStatusMessageList &messages,
|
||||
bool sendingSuccessful, bool directWrite);
|
||||
|
||||
//! Published models, simplified version of publishedModels
|
||||
void publishedModelsSimplified(const BlackMisc::Simulation::CAircraftModelList &modelsPublished);
|
||||
|
||||
private:
|
||||
BlackMisc::Network::CUrlLogList m_writeLog;
|
||||
BlackMisc::Network::CUrl m_modelPublishUrl;
|
||||
|
||||
Reference in New Issue
Block a user