QXRD  0.11.16
qxrdfilesaverthread.h
Go to the documentation of this file.
1 #ifndef QXRDFILESAVERTHREAD_H
2 #define QXRDFILESAVERTHREAD_H
3 
4 #include "qcepmacros.h"
5 
6 #include "qxrdthread.h"
7 #include "qcepallocator-ptr.h"
8 #include "qxrdfilesaver-ptr.h"
9 
11 {
12  Q_OBJECT
13 
14 public:
17 
18  void shutdown();
20 
21 protected:
22  void run();
23 
24 private:
27 };
28 
29 #endif // QXRDFILESAVERTHREAD_H
QxrdFileSaverThread(QcepAllocatorWPtr acq)
QcepAllocatorWPtr m_Allocator
QWeakPointer< QcepAllocator > QcepAllocatorWPtr
QSharedPointer< QxrdFileSaver > QxrdFileSaverPtr
QxrdFileSaverPtr m_FileSaver
QxrdFileSaverPtr fileSaver() const