Ignore:
Timestamp:
Nov 29, 2001, 7:19:32 PM (24 years ago)
Author:
aubourg
Message:

GPH 424.1

File:
1 edited

Legend:

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

    r1787 r1800  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.17 2001-11-26 15:13:48 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.18 2001-11-29 18:19:32 aubourg Exp $
    88
    99
     
    4747public:
    4848  virtual void run();
     49
     50  virtual int   getMinOut();
     51  virtual int   getMaxOut();
    4952  // Les methodes qui suivent peut etre appelees par run
    5053protected:
     
    8386  virtual int   calcMinOut(); // Protected ?
    8487  virtual int   calcMaxOut(); // Protected ?
    85 
    86   virtual int   getMinOut();
    87   virtual int   getMaxOut();
    8888  int           minOut;    // Cache for calcMinOut() value. Protected ?
    8989  int           maxOut;    // Cache for calcMaxOut() value. Protected ?
     
    135135  TOIProcessor();
    136136  virtual ~TOIProcessor();
     137 
     138  void setMinSn(int n) {forcedMinIn = n;}
     139  void setMaxSn(int n) {forcedMaxIn = n;}
    137140
    138141protected:
Note: See TracChangeset for help on using the changeset viewer.