mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
trying
This commit is contained in:
parent
8b5612f4aa
commit
ad304094ba
@ -2744,7 +2744,7 @@ 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<<"numberOfFrames:"<<(long long int)numberOfFrames<<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