mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 11:29:43 +08:00
18 lines
328 B
C++
18 lines
328 B
C++
|
|
int CMainDataGrabber::SetGrabberParams(RunTimeGrabberParams struGrabberRTParams)
|
|
{
|
|
m_struAcqTime = struGrabberRTParams.atsParams;
|
|
m_struDeviceContext = struGrabberRTParams.dcParams;
|
|
return 0;
|
|
}
|
|
|
|
int CMainDataGrabber::InitializeWorkers()
|
|
{
|
|
for (ZZ_U8 i = 0; i < m_struDeviceContext.ucDeviceNumber; i++)
|
|
{
|
|
|
|
}
|
|
return 0;
|
|
}
|
|
|