Changeset 2187 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h
- Timestamp:
- Sep 9, 2002, 5:33:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.h
r1993 r2187 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1.1 6 2002-05-09 20:22:37 ansariExp $7 // $Id: toi.h,v 1.17 2002-09-09 15:33:15 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 90 90 // Fin rajouts Reza 12/3/2001 ------ 91 91 92 TOIProcessor* producer; 93 vector<TOIProcessor*> consumers; 92 // variables pour propagation 93 TOIProcessor* producer; //producteur du toi 94 vector<TOIProcessor*> consumers; //consomateurs du toi 95 94 96 double defaultValue; 95 97 bool syncOldWay; … … 141 143 inline void cleanWaitGet() { fgsigget = fgwaitget = false; } 142 144 145 146 // ajout vf 31/07/2002 147 bool checkSampleLimits(long &Min, long &Max, int pass); 148 149 150 151 152 143 153 public: 144 154 inline int getCountWaitPut() const { return countwaitput; } … … 156 166 157 167 #endif 168 169 170 171 172 173
Note:
See TracChangeset
for help on using the changeset viewer.