您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

20 行
287 B

  1. #ifndef TESTBENCHSETTINGS_H
  2. #define TESTBENCHSETTINGS_H
  3. #include <QString>
  4. class CTestBenchSettings
  5. {
  6. public:
  7. CTestBenchSettings();
  8. int LoadSettings();
  9. int mPinHoldTime;
  10. bool mIgnoreVisualInspection;
  11. QString mIOModuleIPAddress;
  12. };
  13. #endif // TESTBENCHSETTINGS_H