| 348 | } |
| 349 | |
| 350 | void cDataReader::catchupCurR(long _curR) |
| 351 | { |
| 352 | int i; |
| 353 | for (i=0; i<nLevels; i++) { |
| 354 | //printf("catchup rdid %i in '%s' '%s'\n",rdId[i],getInstName(),dmLevel[i]); |
| 355 | dm->catchupCurR(level[i],rdId[i],_curR); |
| 356 | } |
| 357 | } |
| 358 | |
| 359 | //----- |
| 360 | cVector * cDataReader::getFrame(long vIdx, int special, int privateVec, int *result) |