mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
startframeindex corrected
This commit is contained in:
@ -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*)(wbuffer+8)));
|
||||
cout<<"handling: frame number:"<<tempframenumber<<endl;
|
||||
tempframenumber -= startFrameIndex;
|
||||
cout<<"handling: new frame number:"<<tempframenumber<<endl;
|
||||
|
Reference in New Issue
Block a user