fixed type specifyer keithley_thr on_current

This commit is contained in:
Blake Leverington 2023-09-16 15:22:07 +02:00
parent 2f9d3f2fdb
commit b259416c36
3 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ keithley_thr::~keithley_thr()
//************************** slots for communication with worker thread ****************** //************************** slots for communication with worker thread ******************
//called on each current readout //called on each current readout
keithley_thr::on_currentReadout(const double value) void keithley_thr::on_currentReadout(const double value)
{ {
lastCurrentReadout = value; lastCurrentReadout = value;
emit esig_newCurrentReadout(lastCurrentReadout); emit esig_newCurrentReadout(lastCurrentReadout);

View File

@ -65,7 +65,7 @@ public:
int recognizeSpillState(double current); int recognizeSpillState(double current);
public slots: public slots:
on_currentReadout(const double value); void on_currentReadout(const double value);
int on_isOpen(const int state, const QString givenPortName); int on_isOpen(const int state, const QString givenPortName);
signals: signals:
void sig_connect(); void sig_connect();

Binary file not shown.