Changeset 1464 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.cc
- Timestamp:
- Apr 11, 2001, 12:01:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.cc
r1462 r1464 259 259 260 260 #ifndef NO_SOPHYA 261 /* ---- l'interface va etre modifiee, NE PAS UTILISER 261 262 Array TOIProcessor::getData(int toiIndex, int iStart, int iEnd) { 262 263 TOI* toi = getInputTOI(toiIndex); … … 276 277 return toi->getFlag(iStart, iEnd); 277 278 } 279 l'interface va etre modifiee, NE PAS UTILISER ---- */ 278 280 #endif 279 281 … … 284 286 } 285 287 286 void TOIProcessor::getData(int toiIndex, int i, double &data,int_ 4&flag)288 void TOIProcessor::getData(int toiIndex, int i, double &data,int_8 &flag) 287 289 { 288 290 TOI* toi = getInputTOI(toiIndex); … … 337 339 338 340 339 void TOIProcessor::putData(int toiIndex, int i, double value, int_ 4flg) {341 void TOIProcessor::putData(int toiIndex, int i, double value, int_8 flg) { 340 342 TOI* toi = getOutputTOI(toiIndex); 341 343 toi->putData(i, value, flg);
Note:
See TracChangeset
for help on using the changeset viewer.