Changeset 16536 for trunk/FACT++/src


Ignore:
Timestamp:
06/01/13 12:00:50 (11 years ago)
Author:
tbretz
Message:
Send the RESET_CONFIGURE as soon as we are InProgress
File:
1 edited

Legend:

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

    r16451 r16536  
    182182        {
    183183            Message("Rate scan stopped due to timeout.");
    184             Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
     184            //Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
    185185            return RateScan::State::kConnected;
    186186        }
     
    189189        {
    190190            Message("Rate scan finished.");
    191             Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
     191            //Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
    192192            return RateScan::State::kConnected;
    193193        }
     
    255255        const int32_t data[2] = { -1, fThresholdMin };
    256256
     257        Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");
    257258        Dim::SendCommandNB(fCommand, data);
    258259
Note: See TracChangeset for help on using the changeset viewer.