first commnit
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