Changeset 16446 for trunk/FACT++/src/mcp.cc
- Timestamp:
- 05/30/13 00:24:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r16375 r16446 335 335 return MCP::State::kConfiguring2; 336 336 337 // For calibration, ratecontrol will globally set all threshold 338 // to make sure that does not interfer with the configuration, 339 // it is only done when the ftm reports Configured 337 340 Dim::SendCommandNB("RATE_CONTROL/CALIBRATE_RUN", fRunType); 338 341 Message("Starting Rate Control"); … … 370 373 return MCP::State::kConfiguring3; 371 374 375 // Note that before the trigger is started, the ratecontrol 376 // must not be InProgress. In rare cases there is interference. 372 377 Dim::SendCommandNB("FTM_CONTROL/START_TRIGGER"); 373 378 Message("Starting Trigger (FTM)");
Note:
See TracChangeset
for help on using the changeset viewer.