mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
print missing packets in signed
This commit is contained in:
parent
cefddff848
commit
a5d70c1214
@ -585,7 +585,7 @@ void Implementation::stopReceiver() {
|
|||||||
// udp port number could be the second if selected interface is
|
// udp port number could be the second if selected interface is
|
||||||
// 2 for jungfrau
|
// 2 for jungfrau
|
||||||
"Summary of Port " << udpPortNum[i]
|
"Summary of Port " << udpPortNum[i]
|
||||||
<< "\n\tMissing Packets\t\t: " << mp[i]
|
<< "\n\tMissing Packets\t\t: " << (int64_t)mp[i]
|
||||||
<< "\n\tComplete Frames\t\t: " << nf
|
<< "\n\tComplete Frames\t\t: " << nf
|
||||||
<< "\n\tLast Frame Caught\t: "
|
<< "\n\tLast Frame Caught\t: "
|
||||||
<< listener[i]->GetLastFrameIndexCaught();
|
<< listener[i]->GetLastFrameIndexCaught();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user