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