mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
trying
This commit is contained in:
parent
81b162c465
commit
8b5612f4aa
@ -2744,6 +2744,8 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){
|
||||
for(int i=0;i<numberofListeningThreads;i++){
|
||||
cout<<"i:"<<i<<endl;
|
||||
cout<<"totalWritingPacketCount:"<<totalWritingPacketCount[i]<<endl;
|
||||
cout<<"numberOfFrames:"<<(long long int)packetsPerFrame<<endl;
|
||||
cout<<"packetsPerFrame:"<<packetsPerFrame<<endl;
|
||||
cout<<"numberOfFrames*packetsPerFrame:"<<(long long int)numberOfFrames*packetsPerFrame<<endl;
|
||||
cout<<"(long long int)numberOfFrames*packetsPerFrame-totalWritingPacketCount[i]:"<<(long long int)numberOfFrames*packetsPerFrame-totalWritingPacketCount[i]<<endl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user