My software version is :ipnc 3.8
My demo is :multich_capturedisplay.c
In the process of data collection and processing can call a function VpsUtils_queGet () to collect data,
Below is the function body:
do{
if(handle->count>=minCount)
{
..........
}
}
I want to know where the count value is assigned,not found in the code.