Changeset 12328 for trunk


Ignore:
Timestamp:
10/30/11 22:31:01 (13 years ago)
Author:
tbretz
Message:
Renamed FTM::kTakingData to FTM::kTriggerOn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r12325 r12328  
    27952795                s.index==FTM::StateMachine::kConfiguring2 ||
    27962796                s.index==FTM::StateMachine::kConfigured;
    2797                
    27982797
    27992798            if (s.index<FTM::StateMachine::kDisconnected) // No Dim connection
     
    28032802            if (s.index==FTM::StateMachine::kConnected    ||
    28042803                s.index==FTM::StateMachine::kIdle         ||
    2805                 configuring                               ||
    2806                 s.index==FTM::StateMachine::kTakingData) // Dim connection / FTM connected
     2804                configuring) // Dim connection / FTM connected
    28072805                SetLedColor(fStatusFTMLed, kLedGreen, time);
    2808 
     2806            if (s.index==FTM::StateMachine::kTriggerOn) // Dim connection / FTM connected
     2807                SetLedColor(fStatusFTMLed, kLedGreenCheck, time);
    28092808            if (s.index==FTM::StateMachine::kConnected ||
    28102809                s.index==FTM::StateMachine::kIdle) // Dim connection / FTM connected
     
    28122811
    28132812            fFtmStartRun->setEnabled(!configuring && enable);
    2814             fFtmStopRun->setEnabled(!configuring && (enable || s.index==FTM::StateMachine::kTakingData));
     2813            fFtmStopRun->setEnabled(!configuring && (enable || s.index==FTM::StateMachine::kTriggerOn));
    28152814
    28162815            fTriggerWidget->setEnabled(enable);
Note: See TracChangeset for help on using the changeset viewer.