Ignore:
Timestamp:
05/30/13 00:24:40 (11 years ago)
Author:
tbretz
Message:
Added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/mcp.cc

    r16375 r16446  
    335335                return MCP::State::kConfiguring2;
    336336
     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
    337340            Dim::SendCommandNB("RATE_CONTROL/CALIBRATE_RUN", fRunType);
    338341            Message("Starting Rate Control");
     
    370373                return MCP::State::kConfiguring3;
    371374
     375            // Note that before the trigger is started, the ratecontrol
     376            // must not be InProgress. In rare cases there is interference.
    372377            Dim::SendCommandNB("FTM_CONTROL/START_TRIGGER");
    373378            Message("Starting Trigger (FTM)");
Note: See TracChangeset for help on using the changeset viewer.