LAPTOP-SNT8I5JK\Boounion
2025-09-22 9e9e63ef44ff672989d7b78bf37afb2054267671
SourceCode/Bond/Servo/Configuration.h
@@ -20,8 +20,19 @@
   void setLogcatIncludeRegex(BOOL bRegex);
   BOOL isLogcatIncludeRegex();
   int getCustomLogcatIncludeTexts(std::vector<std::string>& texts);
   void setFilterMode(int mode);
   int getFilterMode();
   BOOL getPortParms(unsigned int index, BOOL& bEnable, int& type, int& mode,
      int& cassetteType, int& transferMode, BOOL& bAutoChangeEnable);
   BOOL setPortType(unsigned int index, int type);
   BOOL setPortCassetteType(unsigned int index, int cassetteType);
   BOOL setPortEnable(unsigned int index, BOOL bEnable);
   BOOL isCompareMapsBeforeProceeding();
   BOOL isJobMode();
   void setContinuousTransferCount(int round);
   int getContinuousTransferCount();
   int getPortCassetteSnSeed(int port);
   void setPortCassetteSnSeed(int port, int seed);
public:
   void setP2RemoteEqReconnectInterval(int second);