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