Changeset 3626 in Sophya for trunk/AddOn/TAcq/pciewrap.cc


Ignore:
Timestamp:
May 22, 2009, 6:18:06 PM (16 years ago)
Author:
ansari
Message:

Introduction numero d'ordre de remplissage, mask de recyclage,
et sequence de traitement procA/B/C dans le gestionnaire de
memoire - Reza 22/05/2009

File:
1 edited

Legend:

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

    r3625 r3626  
    4848    bp[kk] = (Byte)(sin(0.0345*kk)*78.+127.5);
    4949*/
    50   for(UInt32 kk=0; kk<paq.DataSize(); kk++)
     50  UInt32 kkmax = paq.DataSize();
     51  for(UInt32 kk=0; kk<kkmax; kk++)
    5152    bp[kk] = (Byte)(kk%200+20);
    5253  tottransfer_ += size_;
Note: See TracChangeset for help on using the changeset viewer.