mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Stop timer based model validation after some runs
This commit is contained in:
@@ -87,6 +87,7 @@ namespace BlackMisc
|
||||
CSimulatorInfo m_lastResultSimulator;
|
||||
CStatusMessageList m_lastResultMsgs;
|
||||
bool m_lastResultWasStopped = false;
|
||||
std::atomic_int m_timerBasedRuns{0};
|
||||
|
||||
QMap<CSimulatorInfo, CStatusMessageList> m_checkedSimulatorMsgs; //!< all simulators ever checked
|
||||
CSetting<Settings::TModelMatching> m_matchingSettings { this }; //!< settings
|
||||
|
||||
Reference in New Issue
Block a user