mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T298, improved/fixed re-matching (match all aircraft again)
- reset to network model (otherwise we match "matched model" -> "matched model") - renamed/added functions doMtachingAgain/doMatchinsAgain in contexts
This commit is contained in:
@@ -242,8 +242,11 @@ namespace BlackCore
|
||||
//! Request weather grid. Argument identifier is past in the signal to identify the requestor
|
||||
virtual void requestWeatherGrid(const BlackMisc::Weather::CWeatherGrid &weatherGrid, const BlackMisc::CIdentifier &identifier) = 0;
|
||||
|
||||
//! Repeat all mappings
|
||||
virtual int doMatchingsAgain() = 0;
|
||||
|
||||
//! Repeat the mapping
|
||||
virtual bool doMappingAgain(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
virtual bool doMatchingAgain(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
//! Current matching statistics
|
||||
virtual BlackMisc::Simulation::CMatchingStatistics getCurrentMatchingStatistics(bool missingOnly) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user