Changeset 15035
- Timestamp:
- 03/12/13 17:49:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r15034 r15035 476 476 } 477 477 478 cout << "-1-" << endl;479 480 478 if (fDimDrive.state()<Drive::State::kMoving) 481 479 Warn("Drive not even moving..."); 482 483 cout << "-2-" << endl;484 480 485 481 fCounter = 0; … … 487 483 fCalibrationTimeStart = Time(); 488 484 489 cout << "-3-" << endl;490 491 485 ostringstream out; 492 486 out << "Rate calibration by current " << fThresholdReference << " with a target rate of " << fTargetRate << " Hz"; 493 487 Info(out); 494 488 495 cout << "START" << endl;496 497 489 return RateControl::State::kSettingGlobalThreshold; 498 490 } … … 527 519 int Print() const 528 520 { 529 cout << "PRINT" << endl;530 521 Out() << fDim << endl; 531 522 Out() << fDimFTM << endl;
Note:
See TracChangeset
for help on using the changeset viewer.