fixed type specifyer keithley_thr on_current
This commit is contained in:
parent
2f9d3f2fdb
commit
b259416c36
@ -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);
|
||||||
|
@ -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.
Loading…
Reference in New Issue
Block a user