mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-23 12:59:43 +08:00
11 lines
167 B
C
11 lines
167 B
C
|
#include "VSMD12XControl.h"
|
||
|
class MovementTest
|
||
|
{
|
||
|
public:
|
||
|
MovementTest();
|
||
|
~MovementTest();
|
||
|
private:
|
||
|
CVSMD12XControl m_ctrlLS;
|
||
|
public:
|
||
|
void TestAsLinearShutter();
|
||
|
};
|