source: trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/laseradjustthreadcontroller.h@ 3401

Last change on this file since 3401 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 540 bytes
Line 
1// laseradjustthreadcontroller.h: Schnittstelle für die Klasse LaserThreadController.
2//
3//////////////////////////////////////////////////////////////////////
4
5#ifndef LASERADJUSTTHREADCONTROLLER_H
6#define LASERADJUSTTHREADCONTROLLER_H
7
8#include "threadcontroller.h"
9
10class LaserAdjustThreadController : public ThreadController
11{
12public:
13 LaserAdjustThreadController( QList<AMCMirrorPanel>& p_qlPanels, QObject* p_pReceiver );
14 virtual ~LaserAdjustThreadController();
15
16protected:
17 virtual void run();
18
19private:
20 uchar* m_pData;
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.