LAPTOP-SNT8I5JK\Boounion
2025-07-21 66d8ca4b75006f9875731ef819dafd3d20ca01a2
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);