mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 09:30:02 +02:00
added the print temp losses
This commit is contained in:
parent
5f4a38416a
commit
33d0563133
@ -2909,8 +2909,8 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
|||||||
|
|
||||||
|
|
||||||
//Print packet loss and filenames
|
//Print packet loss and filenames
|
||||||
if( (currentFrameNumber[ithread]%(maxFramesPerFile/10)) == 0){
|
if( (tempframenumber%(maxFramesPerFile/10)) == 0){
|
||||||
printf("\nThread:%d"
|
printf("\nTThread:%d"
|
||||||
"\t\tPackets Lost:%d"
|
"\t\tPackets Lost:%d"
|
||||||
"\tPacketsFromLastCheck:%lld"
|
"\tPacketsFromLastCheck:%lld"
|
||||||
"\tCurrentFrameNumber:%lld"
|
"\tCurrentFrameNumber:%lld"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user