Changeset 3903 in Sophya for trunk/AddOn/TAcq


Ignore:
Timestamp:
Oct 7, 2010, 11:39:11 PM (15 years ago)
Author:
ansari
Message:

Suite recherche de probleme/debug-2 de blocage avec mfacq/ethernet, Reza 07/10/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/racqueth.cc

    r3902 r3903  
    547547bool EthernetReader::ReadNextAllFibers()
    548548{
    549   if (sfc_maxresync_>0) return ReadNextAllFibersWithSync();
     549//  if (sfc_maxresync_>0) return ReadNextAllFibersWithSync();
    550550
    551551  for(size_t fib=0; fib<(size_t)memgr_.NbFibres(); fib++)  {
     
    581581        if (curfc_[fib]>=cfc)  continue;
    582582        if (ReadNext(fib)) return true;  // probleme
    583         if (curfc_[fib] > cfc) { encorerd=true;  cfc=curfc_[fib]; }               
    584583      }
    585584      ntrd++;
     
    589588        if (curfc_[fib]!=cfc) {
    590589          fgsamefc2=false;
    591           if (curfc_[fib] > cfc)  cfc=curfc_[fib];
     590          if (curfc_[fib]>cfc)  cfc=curfc_[fib];
    592591        }
    593592      }
     
    595594        totsamefc_++;  return false;  // c'est OK  , same framecounter
    596595      }
     596      encorerd=true;
    597597      if ((sfc_maxdpc_>0)&&(ntrd>sfc_maxdpc_)) {
    598598        if (prtlev_>0) 
     
    602602        return true;
    603603      }
    604     }
     604    }  // Fin de while encorerd
     605   
    605606  }   // fin de  else !fgsame
    606607
Note: See TracChangeset for help on using the changeset viewer.