添加IS11

This commit is contained in:
2023-03-22 10:08:55 +08:00
parent adfbefce77
commit 16d745ed5f
13 changed files with 742 additions and 12 deletions

View File

@ -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;
}