qpidctrl
0.7.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qpidctrl-code
qlakeshoredevicethread.cpp
Go to the documentation of this file.
1
#include "
qlakeshoredevicethread.h
"
2
#include "
qlakeshoredevice.h
"
3
#include "
qlakeshoredevice-ptr.h
"
4
5
QLakeshoreDeviceThread::QLakeshoreDeviceThread
(
QPidControllerWPtr
ctl, QString deviceName) :
6
QPidDeviceThread
(ctl, deviceName)
7
{
8
}
9
10
void
QLakeshoreDeviceThread::run
()
11
{
12
{
13
QPidControllerPtr
ctrl(
m_Controller
);
14
QcepSettingsSaverWPtr saver = ctrl->saver();
15
16
QLakeshoreDevicePtr
dev(
new
QLakeshoreDevice
(
m_Controller
, saver,
m_DeviceName
));
17
18
m_Device
= dev;
19
}
20
21
emit
deviceReady
();
22
23
exec();
24
}
QPidDeviceThread
Definition:
qpiddevicethread.h:10
QPidDeviceThread::m_Controller
QPidControllerWPtr m_Controller
Definition:
qpiddevicethread.h:36
QPidControllerWPtr
QWeakPointer< QPidController > QPidControllerWPtr
Definition:
qpidcontroller-ptr.h:9
QPidControllerPtr
QSharedPointer< QPidController > QPidControllerPtr
Definition:
qpidcontroller-ptr.h:6
qlakeshoredevicethread.h
qlakeshoredevice.h
QLakeshoreDeviceThread::QLakeshoreDeviceThread
QLakeshoreDeviceThread(QPidControllerWPtr ctl, QString deviceName)
Definition:
qlakeshoredevicethread.cpp:5
QLakeshoreDevice
Definition:
qlakeshoredevice.h:10
QPidDeviceThread::m_DeviceName
QString m_DeviceName
Definition:
qpiddevicethread.h:34
QPidDeviceThread::deviceReady
void deviceReady()
QLakeshoreDeviceThread::run
void run()
Definition:
qlakeshoredevicethread.cpp:10
qlakeshoredevice-ptr.h
QPidDeviceThread::m_Device
QPidDevicePtr m_Device
Definition:
qpiddevicethread.h:35
QLakeshoreDevicePtr
QSharedPointer< QLakeshoreDevice > QLakeshoreDevicePtr
Definition:
qlakeshoredevice-ptr.h:6
Generated by
1.8.6