Changeset 1800 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.h
- Timestamp:
- Nov 29, 2001, 7:19:32 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1787 r1800 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1.1 7 2001-11-26 15:13:48aubourg Exp $7 // $Id: toiprocessor.h,v 1.18 2001-11-29 18:19:32 aubourg Exp $ 8 8 9 9 … … 47 47 public: 48 48 virtual void run(); 49 50 virtual int getMinOut(); 51 virtual int getMaxOut(); 49 52 // Les methodes qui suivent peut etre appelees par run 50 53 protected: … … 83 86 virtual int calcMinOut(); // Protected ? 84 87 virtual int calcMaxOut(); // Protected ? 85 86 virtual int getMinOut();87 virtual int getMaxOut();88 88 int minOut; // Cache for calcMinOut() value. Protected ? 89 89 int maxOut; // Cache for calcMaxOut() value. Protected ? … … 135 135 TOIProcessor(); 136 136 virtual ~TOIProcessor(); 137 138 void setMinSn(int n) {forcedMinIn = n;} 139 void setMaxSn(int n) {forcedMaxIn = n;} 137 140 138 141 protected:
Note:
See TracChangeset
for help on using the changeset viewer.