qpidctrl  0.7.1
qlakeshoredevicethread.cpp
Go to the documentation of this file.
2 #include "qlakeshoredevice.h"
3 #include "qlakeshoredevice-ptr.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
QLakeshoreDeviceThread(QPidControllerWPtr ctl, QString deviceName)
QPidDevicePtr m_Device
QSharedPointer< QLakeshoreDevice > QLakeshoreDevicePtr