qpidctrl  0.7.1
qeurothermdevicethread.cpp
Go to the documentation of this file.
2 #include "qeurothermdevice-ptr.h"
3 #include "qeurothermdevice.h"
4 
6  QPidDeviceThread(ctl, deviceName)
7 {
8 }
9 
11 {
12  {
14  QcepSettingsSaverWPtr saver = ctrl->saver();
15 
17 
18  m_Device = dev;
19  }
20 
21  emit deviceReady();
22 
23  exec();
24 }
QPidControllerWPtr m_Controller
QWeakPointer< QPidController > QPidControllerWPtr
QSharedPointer< QPidController > QPidControllerPtr
QSharedPointer< QEurothermDevice > QEurothermDevicePtr
QEurothermDeviceThread(QPidControllerWPtr ctl, QString deviceName)
QPidDevicePtr m_Device