Ignore:
Timestamp:
May 13, 2002, 5:50:50 PM (23 years ago)
Author:
ansari
Message:

Ajout flags, correction classe espion RzProcSampleCounter - Reza 13/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toimanager.h

    r1766 r1999  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toimanager.h,v 1.11 2001-11-14 14:49:05 aubourg Exp $
     7// $Id: toimanager.h,v 1.12 2002-05-13 15:50:50 ansari Exp $
    88
    99
     
    4545  virtual       ~RzProcSampleCounter();
    4646  virtual long  ProcessedSampleCount() = 0;
     47  virtual long  SampleBegin() = 0;
     48  virtual long  SampleEnd() = 0;
    4749  virtual long  PrintStats();
    4850  inline int &  PrintRate(int pr) { return _rate; }
     
    5961  virtual long  ProcessedSampleCount()
    6062  { return _t->ProcessedSampleCount(); }
     63  virtual long  SampleBegin() { return _t->getMinIn(); }
     64  virtual long  SampleEnd() { return _t->getMaxIn(); }
    6165protected:
    6266  const T * _t;
Note: See TracChangeset for help on using the changeset viewer.