Changeset 2008 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
- Timestamp:
- May 16, 2002, 3:13:00 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
r2000 r2008 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: simtoipr.h,v 1.1 2 2002-05-14 13:06:58ansari Exp $7 // $Id: simtoipr.h,v 1.13 2002-05-16 13:13:00 ansari Exp $ 8 8 9 9 … … 66 66 inline int_8 GlitchCount() const { return glcount; } 67 67 inline int_8 GlitchSampleCount() const { return glnscount; } 68 inline int_8 SrcFgCount() const { return srcfgcount; } 69 inline int_8 SrcFgSampleCount() const { return srcfgnscount; } 68 70 inline int_8 OutOfRangeSampleCount() const { return out_range_nscount; } 69 71 … … 74 76 int_8 glnscount; // Nombre total de glitch 75 77 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 76 80 int_8 out_range_nscount; // Nombre de sample Out Of Range 77 81 bool deglitchdone; // Deglitch effectue
Note:
See TracChangeset
for help on using the changeset viewer.