Changeset 12432


Ignore:
Timestamp:
11/07/11 00:00:04 (13 years ago)
Author:
tbretz
Message:
Implemented correct rate control states.
File:
1 edited

Legend:

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

    r12427 r12432  
    30103010
    30113011            if (s.index==7) // InProgress
    3012                 SetLedColor(fStatusFeedbackLed, kLedInProgress, time);
     3012                SetLedColor(fStatusRateControlLed, kLedGreenCheck, time);
    30133013            if (s.index==6) // GlobalThresholdSet
    3014                 SetLedColor(fStatusFeedbackLed, kLedGreenCheck, time);
    3015             if (s.index==5 || s.index==6) // SettingGlobalThreshold / WaitingForreference
    3016                 SetLedColor(fStatusFeedbackLed, kLedGreen, time);
     3014                SetLedColor(fStatusRateControlLed, kLedGreen, time);
     3015            if (s.index==5) // SettingGlobalThreshold
     3016                SetLedColor(fStatusRateControlLed, kLedInProgress, time);
    30173017            if (s.index==4) // Connected
    3018                 SetLedColor(fStatusFeedbackLed, kLedGreenBar, time);
     3018                SetLedColor(fStatusRateControlLed, kLedGreenBar, time);
    30193019            if (s.index==3) // Connecting
    3020                 SetLedColor(fStatusFeedbackLed, kLedOrange, time);
     3020                SetLedColor(fStatusRateControlLed, kLedOrange, time);
    30213021            if (s.index<3) // NoDim / Disconnected
    3022                 SetLedColor(fStatusFeedbackLed, kLedRed, time);
     3022                SetLedColor(fStatusRateControlLed, kLedRed, time);
    30233023            if (s.index<1) // No Dim connection
    3024                 SetLedColor(fStatusFeedbackLed, kLedGray, time);
     3024                SetLedColor(fStatusRateControlLed, kLedGray, time);
    30253025        }
    30263026
Note: See TracChangeset for help on using the changeset viewer.