mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
startframeindex corrected
This commit is contained in:
parent
ece614eb7e
commit
e2d6bf31a3
@ -2858,7 +2858,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
||||
|
||||
//get current frame number
|
||||
uint64_t tempframenumber;
|
||||
tempframenumber = (*((uint32_t*)(buffer[ithread]+8)));
|
||||
tempframenumber = (*((uint32_t*)(buffer[ithread]+8))) - startFrameIndex;
|
||||
cout<<"handling: frame number:"<<tempframenumber<<endl;
|
||||
|
||||
if (cbAction < DO_EVERYTHING)
|
||||
|
Loading…
x
Reference in New Issue
Block a user