Changeset 1443 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
- Timestamp:
- Mar 15, 2001, 4:46:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
r1442 r1443 27 27 inline int GlitchSampleCount() const { return glnscount; } 28 28 29 virtual void PrintStatus(ostream & os) ; // const plus tard 30 29 31 protected: 30 32 int totnscount; // Nombre total d'echantillon processe 31 33 int glnscount; // Nombre total de glitch 32 34 int glcount; // Nombre de glitch detecte 35 bool deglitchdone; // Deglitch effectue 33 36 34 37 int wsize; // Taille de fenetre de travail … … 62 65 inline int TotalSampleCount() const { return totnscount; } 63 66 67 virtual void PrintStatus(ostream & os) ; // const plus tard 68 64 69 virtual void init(); 65 70 virtual void run();
Note:
See TracChangeset
for help on using the changeset viewer.