Changeset 16976 for trunk/FACT++


Ignore:
Timestamp:
07/23/13 11:57:23 (11 years ago)
Author:
tbretz
Message:
Adapted to changes in the states of the ftmctrl.
File:
1 edited

Legend:

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

    r16801 r16976  
    25932593            if (s.index==FTM::State::kConnected    ||
    25942594                s.index==FTM::State::kIdle         ||
     2595                s.index==FTM::State::kValid        ||
    25952596                configuring) // Dim connection / FTM connected
    25962597                SetLedColor(fStatusFTMLed, kLedGreen, time);
     
    25982599                SetLedColor(fStatusFTMLed, kLedGreenCheck, time);
    25992600            if (s.index==FTM::State::kConnected ||
    2600                 s.index==FTM::State::kIdle) // Dim connection / FTM connected
     2601                s.index==FTM::State::kIdle      ||
     2602                s.index==FTM::State::kValid) // Dim connection / FTM connected
    26012603                enable = true;
    26022604            if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected
Note: See TracChangeset for help on using the changeset viewer.