first commnit
This commit is contained in:
17
source/LinearShutter/VSMD12XMovementTest.h
Normal file
17
source/LinearShutter/VSMD12XMovementTest.h
Normal file
@ -0,0 +1,17 @@
|
||||
#include "pch.h"
|
||||
#include "VSMD12XControl.h"
|
||||
#include "ATPControl_Serial_QT.h"
|
||||
using namespace ZZ_MISCDEF::ZZ_RUNPARAMS;
|
||||
|
||||
class MovementTest
|
||||
{
|
||||
public:
|
||||
MovementTest();
|
||||
~MovementTest();
|
||||
private:
|
||||
CVSMD12XControl m_ctrlLS;
|
||||
RunTimeGrabberParams m_struRuntimeParams;
|
||||
public:
|
||||
void SetTestParam(RunTimeGrabberParams struRuntimeParams);
|
||||
void TestAsLinearShutter();
|
||||
};
|
Reference in New Issue
Block a user