Ignore:
Timestamp:
Mar 15, 2001, 4:46:21 PM (25 years ago)
Author:
ansari
Message:

debug de Deglitcher, amelioration FITSTOIWriter - Reza 15/3/2001

File:
1 edited

Legend:

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

    r1442 r1443  
    2727  inline int    GlitchSampleCount() const { return glnscount; }
    2828 
     29  virtual void  PrintStatus(ostream & os) ; // const plus tard
     30 
    2931protected:
    3032  int totnscount;   // Nombre total d'echantillon processe
    3133  int glnscount;    // Nombre total de glitch
    3234  int glcount;      // Nombre de glitch detecte
     35  bool deglitchdone;  // Deglitch effectue
    3336
    3437  int wsize;        // Taille de fenetre de travail
     
    6265  inline int    TotalSampleCount() const { return totnscount; }
    6366
     67  virtual void  PrintStatus(ostream & os) ; // const plus tard
     68
    6469  virtual void  init(); 
    6570  virtual void  run();
Note: See TracChangeset for help on using the changeset viewer.