添加了积分球探测器数值

This commit is contained in:
2022-02-15 13:26:24 +08:00
parent 5b0ecc5d02
commit dd2fe42256
8 changed files with 189 additions and 132 deletions

View File

@ -73,17 +73,17 @@ int ZZ_ATPControl_Serial_Qt::Initialize(bool bIsUSBMode, std::string ucPortNumbe
GetDeviceInfo(m_diDeviceInfo);
GetExposureTime_Init();
std::string::size_type szPostion = m_diDeviceInfo.strSN.find(strDeviceName);
if (szPostion == std::string::npos)
{
qDebug() << "Err:FS serial number not match.Exit Code:3";
return 3;
}
else
{
return 0;
}
//
// std::string::size_type szPostion = m_diDeviceInfo.strSN.find(strDeviceName);
// if (szPostion == std::string::npos)
// {
// qDebug() << "Err:FS serial number not match.Exit Code:3";
// return 3;
// }
// else
// {
// return 0;
// }
return 0;
}