Changeset 3903 in Sophya for trunk/AddOn
- Timestamp:
- Oct 7, 2010, 11:39:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/racqueth.cc
r3902 r3903 547 547 bool EthernetReader::ReadNextAllFibers() 548 548 { 549 if (sfc_maxresync_>0) return ReadNextAllFibersWithSync();549 // if (sfc_maxresync_>0) return ReadNextAllFibersWithSync(); 550 550 551 551 for(size_t fib=0; fib<(size_t)memgr_.NbFibres(); fib++) { … … 581 581 if (curfc_[fib]>=cfc) continue; 582 582 if (ReadNext(fib)) return true; // probleme 583 if (curfc_[fib] > cfc) { encorerd=true; cfc=curfc_[fib]; }584 583 } 585 584 ntrd++; … … 589 588 if (curfc_[fib]!=cfc) { 590 589 fgsamefc2=false; 591 if (curfc_[fib] >cfc) cfc=curfc_[fib];590 if (curfc_[fib]>cfc) cfc=curfc_[fib]; 592 591 } 593 592 } … … 595 594 totsamefc_++; return false; // c'est OK , same framecounter 596 595 } 596 encorerd=true; 597 597 if ((sfc_maxdpc_>0)&&(ntrd>sfc_maxdpc_)) { 598 598 if (prtlev_>0) … … 602 602 return true; 603 603 } 604 } 604 } // Fin de while encorerd 605 605 606 } // fin de else !fgsame 606 607
Note:
See TracChangeset
for help on using the changeset viewer.