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


Ignore:
Timestamp:
May 22, 2009, 10:19:02 AM (16 years ago)
Author:
ansari
Message:

Petites corrections - Reza 22/05/2009

File:
1 edited

Legend:

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

    r3623 r3625  
    4444  paq.SetPaqLen((UInt16)((size_ - BRHDRSIZE - BRTRLSIZE)/4));
    4545  Byte* bp = paq.Data1();
     46/*
    4647  for(UInt32 kk=0; kk<paq.DataSize(); kk++)
    4748    bp[kk] = (Byte)(sin(0.0345*kk)*78.+127.5);
     49*/
     50  for(UInt32 kk=0; kk<paq.DataSize(); kk++)
     51    bp[kk] = (Byte)(kk%200+20);
    4852  tottransfer_ += size_;
    4953  return data_;
Note: See TracChangeset for help on using the changeset viewer.