Ignore:
Timestamp:
May 16, 2002, 3:13:00 PM (23 years ago)
Author:
ansari
Message:

Correction bugs estimation offset par ajustement polynomial - Reza 16/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/simtoipr.h

    r2000 r2008  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: simtoipr.h,v 1.12 2002-05-14 13:06:58 ansari Exp $
     7// $Id: simtoipr.h,v 1.13 2002-05-16 13:13:00 ansari Exp $
    88
    99
     
    6666  inline int_8  GlitchCount() const { return glcount; }
    6767  inline int_8  GlitchSampleCount() const { return glnscount; }
     68  inline int_8  SrcFgCount() const { return srcfgcount; }
     69  inline int_8  SrcFgSampleCount() const { return srcfgnscount; }
    6870  inline int_8  OutOfRangeSampleCount() const { return out_range_nscount; }
    6971 
     
    7476  int_8 glnscount;    // Nombre total de glitch
    7577  int_8 glcount;      // Nombre de glitch detecte
     78  int_8 srcfgnscount;    // Nombre total d'echantillons flagges source
     79  int_8 srcfgcount;      // Nombre de sections flaggees source
    7680  int_8 out_range_nscount;  // Nombre de sample Out Of Range
    7781  bool deglitchdone;  // Deglitch effectue
Note: See TracChangeset for help on using the changeset viewer.