添加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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user