Changeset 14609
- Timestamp:
- 11/13/12 16:53:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratescan.cc
r14608 r14609 182 182 { 183 183 Message("Rate scan stopped due to timeout."); 184 Dim::SendCommand("FTM_CONTROL/RESET ");184 Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE"); 185 185 return RateScan::State::kConnected; 186 186 } … … 189 189 { 190 190 Message("Rate scan finished."); 191 Dim::SendCommand("FTM_CONTROL/RESET ");191 Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE"); 192 192 return RateScan::State::kConnected; 193 193 } … … 297 297 return GetCurrentState(); 298 298 299 Dim::SendCommand("FTM_CONTROL/RESET ");299 Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE"); 300 300 Message("Rate scan manually stopped."); 301 301
Note:
See TracChangeset
for help on using the changeset viewer.