#ifndef TESTBENCHSETTINGS_H #define TESTBENCHSETTINGS_H #include class CTestBenchSettings { public: CTestBenchSettings(); int LoadSettingFromFile(); int SaveSettingsToFile(); int mPinHoldTime; bool mIgnoreVisualInspection; QString mIOModuleIPAddress; bool mIncludeLogInReport; }; #endif // TESTBENCHSETTINGS_H