chenluhua1980
5 天以前 22f2984276ff75433ebeab877c96b48905826e6c
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"),