Changeset 14608


Ignore:
Timestamp:
11/13/12 16:50:15 (12 years ago)
Author:
tbretz
Message:
Reset configuration status of ftmctrl when ratescan is finished.
File:
1 edited

Legend:

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

    r14367 r14608  
    88#include "Configuration.h"
    99#include "Console.h"
    10 #include "Converter.h"
    11 //#include "PixelMap.h"
    1210
    1311#include "tools.h"
     
    184182        {
    185183            Message("Rate scan stopped due to timeout.");
     184            Dim::SendCommand("FTM_CONTROL/RESET");
    186185            return RateScan::State::kConnected;
    187186        }
     
    190189        {
    191190            Message("Rate scan finished.");
     191            Dim::SendCommand("FTM_CONTROL/RESET");
    192192            return RateScan::State::kConnected;
    193193        }
     
    297297            return GetCurrentState();
    298298
     299        Dim::SendCommand("FTM_CONTROL/RESET");
    299300        Message("Rate scan manually stopped.");
    300301
Note: See TracChangeset for help on using the changeset viewer.