mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #768, wizard allowing to map models from pilot client
* step by step guiding thru mapping steps * single model write function in writer * adjusted stylesheet
This commit is contained in:
@@ -40,6 +40,11 @@ namespace BlackCore
|
||||
// void
|
||||
}
|
||||
|
||||
CStatusMessageList CDatabaseWriter::asyncPublishModel(const CAircraftModel &model)
|
||||
{
|
||||
return this->asyncPublishModels(CAircraftModelList({ model }));
|
||||
}
|
||||
|
||||
CStatusMessageList CDatabaseWriter::asyncPublishModels(const CAircraftModelList &models)
|
||||
{
|
||||
CStatusMessageList msgs;
|
||||
|
||||
Reference in New Issue
Block a user