mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
removed comment entering missing zone
This commit is contained in:
parent
1ef91414d6
commit
683ea31963
@ -1876,7 +1876,7 @@ uint32_t UDPStandardImplementation::processListeningBuffer(int ithread, int cSiz
|
|||||||
#endif
|
#endif
|
||||||
//jungfrau last packet value is 0, so find the last packet and store the others in a temp storage
|
//jungfrau last packet value is 0, so find the last packet and store the others in a temp storage
|
||||||
if((*( (uint8_t*) header->packetNumber))){
|
if((*( (uint8_t*) header->packetNumber))){
|
||||||
cprintf(RED,"entering missing packet zone\n");
|
//cprintf(RED,"entering missing packet zone\n");
|
||||||
lastFrameHeader64 = (*( (uint32_t*) header->frameNumber))&0xffffff;
|
lastFrameHeader64 = (*( (uint32_t*) header->frameNumber))&0xffffff;
|
||||||
cSize += onePacketSize;
|
cSize += onePacketSize;
|
||||||
lastPacketOffset -= onePacketSize;
|
lastPacketOffset -= onePacketSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user