Changeset 12432 for trunk/FACT++
- Timestamp:
- 11/07/11 00:00:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r12427 r12432 3010 3010 3011 3011 if (s.index==7) // InProgress 3012 SetLedColor(fStatus FeedbackLed, kLedInProgress, time);3012 SetLedColor(fStatusRateControlLed, kLedGreenCheck, time); 3013 3013 if (s.index==6) // GlobalThresholdSet 3014 SetLedColor(fStatus FeedbackLed, kLedGreenCheck, time);3015 if (s.index==5 || s.index==6) // SettingGlobalThreshold / WaitingForreference3016 SetLedColor(fStatus FeedbackLed, kLedGreen, time);3014 SetLedColor(fStatusRateControlLed, kLedGreen, time); 3015 if (s.index==5) // SettingGlobalThreshold 3016 SetLedColor(fStatusRateControlLed, kLedInProgress, time); 3017 3017 if (s.index==4) // Connected 3018 SetLedColor(fStatus FeedbackLed, kLedGreenBar, time);3018 SetLedColor(fStatusRateControlLed, kLedGreenBar, time); 3019 3019 if (s.index==3) // Connecting 3020 SetLedColor(fStatus FeedbackLed, kLedOrange, time);3020 SetLedColor(fStatusRateControlLed, kLedOrange, time); 3021 3021 if (s.index<3) // NoDim / Disconnected 3022 SetLedColor(fStatus FeedbackLed, kLedRed, time);3022 SetLedColor(fStatusRateControlLed, kLedRed, time); 3023 3023 if (s.index<1) // No Dim connection 3024 SetLedColor(fStatus FeedbackLed, kLedGray, time);3024 SetLedColor(fStatusRateControlLed, kLedGray, time); 3025 3025 } 3026 3026
Note:
See TracChangeset
for help on using the changeset viewer.