SourceCode/Bond/Servo/Configuration.cpp
@@ -175,6 +175,12 @@ return GetPrivateProfileInt(_T("Master"), _T("JobMode"), 0, m_strFilepath); } int CConfiguration::getSchedulingMode() { // 0: Production, 1: Tuning (default to Production) return GetPrivateProfileInt(_T("Master"), _T("SchedulingMode"), 0, m_strFilepath); } void CConfiguration::setContinuousTransferCount(int round) { WritePrivateProfileString(_T("Master"), _T("CTRound"),