mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T658, matching script
This commit is contained in:
@@ -44,6 +44,16 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CAircraftMatcherSetup::doRunMsNetworkEntryScript() const
|
||||
{
|
||||
return m_msNetworkEnabled && !m_msNetworkEntryFile.isEmpty();
|
||||
}
|
||||
|
||||
bool CAircraftMatcherSetup::doRunMsMatchingStageScript() const
|
||||
{
|
||||
return m_msMatchingEnabled && !m_msMatchingStageFile.isEmpty();
|
||||
}
|
||||
|
||||
void CAircraftMatcherSetup::setVerificationAtStartup(bool verify)
|
||||
{
|
||||
MatchingMode m = this->getMatchingMode();
|
||||
@@ -115,7 +125,7 @@ namespace BlackMisc
|
||||
this->reset(MatchingStepwiseReducePlusScoreBased);
|
||||
m_msNetworkEntryFile.clear();
|
||||
m_msMatchingStageFile.clear();
|
||||
m_msNetworkEnabled = false;
|
||||
m_msNetworkEnabled = false;
|
||||
m_msMatchingEnabled = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user