LAPTOP-SNT8I5JK\Boounion
2025-07-01 e731e05bb712765bf85a359ff4d505e39ca09c02
SourceCode/Bond/Servo/Configuration.cpp
@@ -92,6 +92,17 @@
   return (int)texts.size();   
}
void CConfiguration::setFilterMode(int mode)
{
   WritePrivateProfileString(_T("Logcat"), _T("FilterMode"),
      std::to_string(mode).c_str(), m_strFilepath);
}
int CConfiguration::getFilterMode()
{
   return GetPrivateProfileInt(_T("Logcat"), _T("FilterMode"), 0, m_strFilepath);
}
int CConfiguration::getP2RemoteEqReconnectInterval()
{
   return GetPrivateProfileInt(_T("P2"), _T("RemoteEqReconnectInterval"), 20, m_strFilepath);