mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00: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
|
||||
if( (currentFrameNumber[ithread]%(maxFramesPerFile/10)) == 0){
|
||||
printf("\nThread:%d"
|
||||
if( (tempframenumber%(maxFramesPerFile/10)) == 0){
|
||||
printf("\nTThread:%d"
|
||||
"\t\tPackets Lost:%d"
|
||||
"\tPacketsFromLastCheck:%lld"
|
||||
"\tCurrentFrameNumber:%lld"
|
||||
|
Loading…
x
Reference in New Issue
Block a user