Changeset 1462 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.cc
- Timestamp:
- Apr 10, 2001, 6:35:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.cc
r1439 r1462 284 284 } 285 285 286 void TOIProcessor::getData(int toiIndex, int i, double &data,int_4 &flag) 287 { 288 TOI* toi = getInputTOI(toiIndex); 289 toi->waitForData(i); 290 toi->getData(i, data, flag); 291 return; 292 } 293 294 /*RZCMV 286 295 double TOIProcessor::getError(int toiIndex, int i) { 287 296 TOI* toi = getInputTOI(toiIndex); … … 295 304 return toi->getFlag(i); 296 305 } 306 */ 297 307 298 308 void TOIProcessor::setNeededHistory(int nsamples) { … … 334 344 } 335 345 336 346 /*RZCMV 337 347 void TOIProcessor::putDataError(int toiIndex, int i, double value, 338 348 double error, int_4 flg) { … … 344 354 notify(); 345 355 } 346 347 356 */ 357
Note:
See TracChangeset
for help on using the changeset viewer.