mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
trying
This commit is contained in:
parent
59ade286c2
commit
e7bddd54fa
@ -2701,14 +2701,14 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){
|
||||
frameNumberInPreviousFile[ithread] = startFrameIndex-1;
|
||||
|
||||
printf("\nThread:%d File:%s\n"
|
||||
//"\ttotalpacketsinfile:%d\t"
|
||||
"\ttotalpacketsinfile:%d\t"
|
||||
"Packets Lost:%d"
|
||||
//"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld"
|
||||
"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld"
|
||||
"\n",
|
||||
ithread,completeFileName[ithread],
|
||||
//totalPacketsInFile[ithread],
|
||||
totalPacketsInFile[ithread],
|
||||
( ((int)(currentFrameNumber[ithread]-frameNumberInPreviousFile[ithread])*packetsPerFrame) - totalPacketsInFile[ithread])
|
||||
//,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread]
|
||||
,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread]
|
||||
);
|
||||
}
|
||||
closeFile(ithread);
|
||||
|
Loading…
x
Reference in New Issue
Block a user