|
API Documentation v0.0.1
|
Public Member Functions | |
| void | setUpdateFlag (bool requireUpdate) |
| Sets the LED update flag in an atomic operation. | |
| bool | getUpdateFlag () const |
| Gets the current state of the LED update flag. | |
Static Public Member Functions | |
| static LedUpdateState * | getInstance () |
| Gets the singleton instance of the LedUpdateState class. | |
Definition at line 30 of file LedUpdateState.h.
|
inlinestatic |
Gets the singleton instance of the LedUpdateState class.
Definition at line 49 of file LedUpdateState.h.
Referenced by Board::fillSolid(), Board::processMode(), Board::setAllLightsOff(), Panel::setAllLightsOff(), Panel::setConsoleLights(), Panel::setFloodlights(), Panel::setIndicatorColor(), Panel::setInstrLights(), Board::updateConsoleLights(), Board::updateFloodLights(), Board::updateInstrumentLights(), and Board::updateLeds().
|
inline |
Sets the LED update flag in an atomic operation.
| requireUpdate | The new state of the update flag |
Definition at line 61 of file LedUpdateState.h.
Referenced by Board::fillSolid(), Board::processMode(), Board::setAllLightsOff(), Panel::setAllLightsOff(), Panel::setConsoleLights(), Panel::setFloodlights(), Panel::setIndicatorColor(), Panel::setInstrLights(), Board::updateConsoleLights(), Board::updateFloodLights(), Board::updateInstrumentLights(), and Board::updateLeds().
|
inline |
Gets the current state of the LED update flag.
Definition at line 72 of file LedUpdateState.h.