添加IS11
This commit is contained in:
@ -80,6 +80,17 @@ int CAbsFSController::Initialize()
|
||||
return 3;
|
||||
}
|
||||
break;
|
||||
|
||||
case DeviceModel::IS11:
|
||||
m_pFSCtrl = new IS11_Ctrl_Qt;
|
||||
//m_pFSCtrl->Initialize(false, m_struFSParam.strInterface, NULL);
|
||||
if (m_pFSCtrl->Initialize(false, m_struFSParam.strInterface, m_struFSParam.strSN) != 0)
|
||||
{
|
||||
qDebug() << "IS11 Not Opened";
|
||||
return 3;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -4,6 +4,8 @@
|
||||
#include "OControl_USB.h"
|
||||
#include <atomic>
|
||||
#include <vector>
|
||||
#include "IS11_Ctrl_Qt.h"
|
||||
|
||||
using namespace ZZ_MISCDEF::ZZ_RUNPARAMS;
|
||||
using namespace ZZ_MISCDEF::MISC_DETECTOR;
|
||||
using namespace ZZ_MISCDEF::IRIS;
|
||||
|
Reference in New Issue
Block a user