Changeset 1437 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.h
- Timestamp:
- Mar 12, 2001, 7:00:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1410 r1437 83 83 int getInputTOIIndex(string toi); 84 84 int getOutputTOIIndex(string toi); 85 86 // Methodes rajoutees par Reza 11/3/2001 87 TOI* getInputTOI(int toiIndex); 88 TOI* getOutputTOI(int toiIndex); 89 bool checkInputTOIIndex(int toiIndex); 90 bool checkOutputTOIIndex(int toiIndex); 91 92 // Fin rajout Reza 11/3/2001 93 85 94 void autoWontNeed(int iCur); 86 95 int lastAWN; … … 96 105 string getOutName(int i); 97 106 string getInName(int i); 107 108 // Methodes rajoutees par Reza 11/3/2001 109 void PrintStatus(ostream & os) ; // const plus tard 110 // Fin rajout Reza 11/3/2001 98 111 99 112 virtual void start(); … … 136 149 }; 137 150 151 inline ostream & operator << (ostream & os, TOIProcessor /*const*/ & toip) 152 { toip.PrintStatus(os); return os; } 153 154 138 155 #endif 156
Note:
See TracChangeset
for help on using the changeset viewer.