Changeset 14367 for trunk/FACT++


Ignore:
Timestamp:
08/14/12 12:26:31 (12 years ago)
Author:
tbretz
Message:
Added the missing Configuring state description; fixed the string sent to the FTM_CONTROL/CONFIGURE
File:
1 edited

Legend:

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

    r14355 r14367  
    236236        UpdateProc();
    237237
    238         const string data = "\0\0\0\0\0\0\0\0ratescan";
    239 
    240238        Dim::SendCommand("FAD_CONTROL/SET_FILE_FORMAT", uint16_t(0));
    241         Dim::SendCommand("FTM_CONTROL/CONFIGURE", data);
     239        Dim::SendCommand("FTM_CONTROL/CONFIGURE", string("ratescan"));
    242240
    243241        Message("Configuration for ratescan started.");
     
    420418        AddStateName(RateScan::State::kConnected, "Connected",
    421419                     "All needed subsystems are connected to their hardware, no action is performed.");
     420
     421        AddStateName(RateScan::State::kConfiguring, "Configuring",
     422                     "Waiting for FTM to get 'Configured'.");
    422423
    423424        AddStateName(RateScan::State::kInProgress, "InProgress",
Note: See TracChangeset for help on using the changeset viewer.