qpidctrl  0.7.1
qwatlowdevicethread.h
Go to the documentation of this file.
1 #ifndef QWATLOWDEVICETHREAD_H
2 #define QWATLOWDEVICETHREAD_H
3 
4 #include "qpiddevicethread.h"
5 #include "qpidcontroller-ptr.h"
6 
8 {
9  Q_OBJECT
10 public:
11  explicit QWatlowDeviceThread(QPidControllerWPtr ctl, QString deviceName);
12 
13  void run();
14 
15 signals:
16 
17 public slots:
18 
19 };
20 
21 #endif // QWATLOWDEVICETHREAD_H
QWeakPointer< QPidController > QPidControllerWPtr
QWatlowDeviceThread(QPidControllerWPtr ctl, QString deviceName)