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


Ignore:
Timestamp:
Nov 13, 2009, 11:54:04 AM (16 years ago)
Author:
ansari
Message:
  • Nettoyage complet des programmes d'acquisition
  • Ajout methode BRPaquet::CopyFrom() pour reduction de paquet
  • Introduction des classes BRParList , BRConfList , BRAcqConfig
  • Introduction du nouveau programme acquisition mfacq.cc (MultiFibresAcq)

Reza, 13/11/2009

File:
1 edited

Legend:

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

    r3645 r3671  
    5757  paq.SetHDRMarker64(pchk_.HDRTag());
    5858  paq.SetTRLMarker64(pchk_.TRLTag());
    59   paq.SetFrameCounter(frame_counter_);
     59  UInt16 cfc = (frame_counter_%65535);
     60  paq.SetFrameCounter(cfc);
    6061  paq.SetTimeTag(timetag_);
    6162  paq.SetPaqLen((UInt16)((size_ - BRHDRSIZE - BRTRLSIZE)/4));
Note: See TracChangeset for help on using the changeset viewer.