Changeset 2187 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.h
- Timestamp:
- Sep 9, 2002, 5:33:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r2000 r2187 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1. 19 2002-05-14 13:06:57 ansariExp $7 // $Id: toiprocessor.h,v 1.20 2002-09-09 15:33:15 aubourg Exp $ 8 8 9 9 … … 50 50 virtual int getMinOut(); 51 51 virtual int getMaxOut(); 52 53 // rajout vf 29/07/2002 54 virtual void setRequestedSample(long begin, long end); 55 virtual bool getRequested(); 56 virtual bool checkSampleLimits(int pass); 57 virtual void printLimits(); 58 59 // rajout vf 29/07/2002 60 protected: 61 bool requestedSample; 62 long snBegin; 63 long snEnd; 64 long snMin; 65 long snMax; 66 virtual bool checkSampleLimits(long &min, long &max, int pass); 67 68 52 69 // Les methodes qui suivent peut etre appelees par run 53 70 protected: … … 120 137 int lastAWN; 121 138 139 122 140 public: 123 141 // Appele par les assembleurs de pipeline … … 142 160 void setMinSn(int n) {forcedMinIn = n;} 143 161 void setMaxSn(int n) {forcedMaxIn = n;} 162 163 // ajout vf 23/08/2002 164 TOI* getOutToi(string sortie); 165 166 virtual void setName(string n) {name=n;} 144 167 145 168 protected: … … 184 207 #endif 185 208 209 210 211 212 213 214 215
Note:
See TracChangeset
for help on using the changeset viewer.