mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
test
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include"pch.h"
|
||||
#include "ThreadIS1Controller.h"
|
||||
#include "ThreadiSIFController.h"
|
||||
|
||||
using namespace ZZ_MISCDEF::ZZ_RUNPARAMS;
|
||||
class ZZ_DataGrabberThread :public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -27,11 +27,18 @@ private:
|
||||
int *m_piFlagCaptureThreadStatus;
|
||||
const int m_iTotalThreads = 2;
|
||||
|
||||
QTimer *m_GrabTimer;
|
||||
AcqTimeSettings m_struAcqTime;
|
||||
public:
|
||||
void SetGrabTimer(AcqTimeSettings struAcqTime);
|
||||
|
||||
int SetupSignals();
|
||||
int StartGrabberThread();
|
||||
int StartGrab();
|
||||
|
||||
private:
|
||||
int OnTimeCounter();
|
||||
int InitThreadStatus();
|
||||
int StartGrabberThread();
|
||||
public slots:
|
||||
int TestGrab();
|
||||
int TestGrabOnce();
|
||||
|
Reference in New Issue
Block a user