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