mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
添加了位置定标程序 及位置移动相关程序源码
This commit is contained in:
14
othersoft/shuttercali/source_rlx/sensor/SensorBase.cpp
Normal file
14
othersoft/shuttercali/source_rlx/sensor/SensorBase.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
#include "SensorBase.h"
|
||||
|
||||
|
||||
|
||||
SensorBase::SensorBase()
|
||||
|
||||
{
|
||||
SensorInfo.isSensorInit = false;
|
||||
}
|
||||
|
||||
SensorBase::~SensorBase()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user