mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
15 lines
123 B
C++
15 lines
123 B
C++
|
|
#include "SensorBase.h"
|
|
|
|
|
|
|
|
SensorBase::SensorBase()
|
|
|
|
{
|
|
SensorInfo.isSensorInit = false;
|
|
}
|
|
|
|
SensorBase::~SensorBase()
|
|
{
|
|
}
|