Changeset 16784


Ignore:
Timestamp:
06/10/13 11:36:30 (11 years ago)
Author:
tbretz
Message:
Adapted the state checks according to the recent change in the ftmctrl.
File:
1 edited

Legend:

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

    r16534 r16784  
    332332        if (GetCurrentState()==MCP::State::kConfiguring2)
    333333        {
    334             if (fDimFTM.state() != FTM::State::kConfigured ||
     334            if (fDimFTM.state() != FTM::State::kConfigured1 ||
    335335                fDimLog.state()<30 || fDimLog.state()>0xff ||
    336336                fDimRC.state()!=RateControl::State::kConnected)
     
    370370            */
    371371            // If something is not yet properly configured: keep state
    372             if (fDimFTM.state() != FTM::State::kConfigured ||
     372            if (fDimFTM.state() != FTM::State::kConfigured1 ||
    373373                fDimFAD.state() != FAD::State::kConfigured ||
    374374                fDimRC.state()  <= RateControl::State::kSettingGlobalThreshold)
Note: See TracChangeset for help on using the changeset viewer.