Changeset 16536 for trunk/FACT++/src
- Timestamp:
- 06/01/13 12:00:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratescan.cc
r16451 r16536 182 182 { 183 183 Message("Rate scan stopped due to timeout."); 184 Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");184 //Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE"); 185 185 return RateScan::State::kConnected; 186 186 } … … 189 189 { 190 190 Message("Rate scan finished."); 191 Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE");191 //Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE"); 192 192 return RateScan::State::kConnected; 193 193 } … … 255 255 const int32_t data[2] = { -1, fThresholdMin }; 256 256 257 Dim::SendCommandNB("FTM_CONTROL/RESET_CONFIGURE"); 257 258 Dim::SendCommandNB(fCommand, data); 258 259
Note:
See TracChangeset
for help on using the changeset viewer.