mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Ref T362, Ref T348 improved matcher saves removed models (if any) when destructed and improved UI
This commit is contained in:
@@ -185,6 +185,9 @@ namespace BlackCore
|
||||
void setupChanged();
|
||||
|
||||
private:
|
||||
//! Save the removed models if any
|
||||
bool saveRemovedModels();
|
||||
|
||||
//! The search based implementation
|
||||
static BlackMisc::Simulation::CAircraftModelList getClosestMatchStepwiseReduceImplementation(const BlackMisc::Simulation::CAircraftModelList &modelSet, const BlackMisc::Simulation::CAircraftMatcherSetup &setup, const BlackMisc::Simulation::CSimulatedAircraft &remoteAircraft, BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user