LAPTOP-SNT8I5JK\Boounion
2025-08-20 5652c0bf59490f923e87b63251ad3f88b541636f
SourceCode/Bond/Servo/Configuration.cpp
@@ -160,3 +160,14 @@
   return GetPrivateProfileInt(_T("Master"), _T("CompareMapsBeforeProceeding"), 0, m_strFilepath);
}
void CConfiguration::setContinuousTransferCount(int round)
{
   WritePrivateProfileString(_T("Master"), _T("CTRound"),
      std::to_string(round).c_str(), m_strFilepath);
}
int CConfiguration::getContinuousTransferCount()
{
   return GetPrivateProfileInt(_T("Master"), _T("CTRound"), 0, m_strFilepath);
}