chenluhua1980
13 小时以前 e5fb1e316cd9e1a85abd9c8e9a81f66990a82c6b
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"),