Ref T298, prepared function to "redo" a mapping

This commit is contained in:
Klaus Basan
2018-08-09 01:31:31 +02:00
parent 34e67f9485
commit 5b44f55435
5 changed files with 29 additions and 0 deletions

View File

@@ -242,6 +242,9 @@ 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 the mapping
virtual bool doMappingAgain(const BlackMisc::Aviation::CCallsign &callsign) = 0;
//! Current matching statistics
virtual BlackMisc::Simulation::CMatchingStatistics getCurrentMatchingStatistics(bool missingOnly) const = 0;