CableTestBench/Sources/TestBenchSettings.h
2019-05-13 08:37:52 -04:00

20 lines
287 B
C++

#ifndef TESTBENCHSETTINGS_H
#define TESTBENCHSETTINGS_H
#include <QString>
class CTestBenchSettings
{
public:
CTestBenchSettings();
int LoadSettings();
int mPinHoldTime;
bool mIgnoreVisualInspection;
QString mIOModuleIPAddress;
};
#endif // TESTBENCHSETTINGS_H