Changeset 14597
- Timestamp:
- 11/09/12 20:11:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r14436 r14597 2621 2621 s.index==FTM::State::kIdle) // Dim connection / FTM connected 2622 2622 enable = true; 2623 if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected 2624 SetLedColor(fStatusFTMLed, kLedRed, time); 2623 2625 2624 2626 fFtmStartRun->setEnabled(!configuring && enable); … … 2717 2719 if (s.index==Drive::State::kDisconnected) // Dim connection / No connection to cosy 2718 2720 SetLedColor(fStatusDriveLed, kLedRed, time); 2719 if (s.index==Drive::State::kConnected || s.index==Drive::State::kNotReady ) // Not Ready2721 if (s.index==Drive::State::kConnected || s.index==Drive::State::kNotReady || s.index==Drive::State::kLocked) // Not Ready 2720 2722 SetLedColor(fStatusDriveLed, kLedGreenBar, time); 2721 2723 if (s.index==Drive::State::kConnected || s.index==Drive::State::kArmed) // Connected / Armed
Note:
See TracChangeset
for help on using the changeset viewer.