Changeset 14608
- Timestamp:
- 11/13/12 16:50:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratescan.cc
r14367 r14608 8 8 #include "Configuration.h" 9 9 #include "Console.h" 10 #include "Converter.h"11 //#include "PixelMap.h"12 10 13 11 #include "tools.h" … … 184 182 { 185 183 Message("Rate scan stopped due to timeout."); 184 Dim::SendCommand("FTM_CONTROL/RESET"); 186 185 return RateScan::State::kConnected; 187 186 } … … 190 189 { 191 190 Message("Rate scan finished."); 191 Dim::SendCommand("FTM_CONTROL/RESET"); 192 192 return RateScan::State::kConnected; 193 193 } … … 297 297 return GetCurrentState(); 298 298 299 Dim::SendCommand("FTM_CONTROL/RESET"); 299 300 Message("Rate scan manually stopped."); 300 301
Note:
See TracChangeset
for help on using the changeset viewer.