mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-08 22:00:03 +02:00
10g partial_frames should also work now
This commit is contained in:
parent
5a4dfd128d
commit
30b83861a4
@ -2172,8 +2172,7 @@ int UDPStandardImplementation::startWriting(){
|
|||||||
#ifdef EIGER_DEBUG3
|
#ifdef EIGER_DEBUG3
|
||||||
cprintf(RED, "Dummy packet: %d from fifo %d\n", numpackets[i],i);
|
cprintf(RED, "Dummy packet: %d from fifo %d\n", numpackets[i],i);
|
||||||
#endif
|
#endif
|
||||||
cout<<"packetsperframe:"<<packetsPerFrame<<endl;
|
//cout<<"tempoffset["<<i<<"]:"<<tempoffset[i]<<" checking against:"<<(((i+1)*packetsPerFrame/numListeningThreads))<<endl;
|
||||||
cout<<"tempoffset["<<i<<"]:"<<tempoffset[i]<<" checking against:"<<(((i+1)*packetsPerFrame/numListeningThreads))<<endl;
|
|
||||||
//cannot check for full frame as it will be false if its done with all packets OR waiting for packets
|
//cannot check for full frame as it will be false if its done with all packets OR waiting for packets
|
||||||
if(tempoffset[i]!= (((i+1)*packetsPerFrame/numListeningThreads))){
|
if(tempoffset[i]!= (((i+1)*packetsPerFrame/numListeningThreads))){
|
||||||
#ifdef VERYDEBUG
|
#ifdef VERYDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user