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