mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
random read, the current fnum shoud be sent, not the padded frame
This commit is contained in:
@ -1810,6 +1810,9 @@ void UDPStandardImplementation::startDataCallback(){
|
|||||||
if(offset >= size)
|
if(offset >= size)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
if(!frameToGuiFrequency)
|
||||||
|
currentfnum = fnum;
|
||||||
|
|
||||||
|
|
||||||
//last packet of same frame
|
//last packet of same frame
|
||||||
if(fnum == currentfnum && pnum == (packetsPerFrame-1)){
|
if(fnum == currentfnum && pnum == (packetsPerFrame-1)){
|
||||||
|
Reference in New Issue
Block a user