LAPTOP-SNT8I5JK\Boounion
2025-06-30 e979a31c4e7c1d54703230ef3335d6e929442493
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);