mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
added the print temp losses
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user