mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
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);