1 #ifndef LED_INDICATOR_DATA_H_
2 #define LED_INDICATOR_DATA_H_
18 class LEDIndicatorData
23 bool IsIndicatorChangeRequested(Indicator arrow);
24 void IsIndicatorChangeRequested(Indicator arrow,
bool value);
26 void SetIndicatorColor(
unsigned char red,
unsigned char green,
unsigned char blue, Indicator arrow);
28 char GetColorR(Indicator arrow);
29 char GetColorG(Indicator arrow);
30 char GetColorB(Indicator arrow);
31 UINT32 GetCombinedColor(Indicator arrow);
34 UINT32 m_indicatorColor[4];
35 bool m_changeRequested[4];