Singleton class for the 3 GPIO LED Error Display.
More...
#include <ErrorDisplay.h>
|
void | addCode (Error e) |
| Sets the error code to the given value if the given error is of a higher priority then the current error.
|
|
void | toggle () |
| Toggles the level of the error display.
|
|
Singleton class for the 3 GPIO LED Error Display.
◆ ErrorDisplay()
ErrorDisplay::ErrorDisplay |
( |
| ) |
|
|
inlineprivate |
◆ addCode()
void ErrorDisplay::addCode |
( |
Error |
e | ) |
|
|
inline |
Sets the error code to the given value if the given error is of a higher priority then the current error.
- Parameters
-
e | The error code to display |
◆ instance()
◆ toggle()
void ErrorDisplay::toggle |
( |
| ) |
|
|
inline |
Toggles the level of the error display.
◆ code
◆ error_display_mutex
mutex_t ErrorDisplay::error_display_mutex |
|
private |
◆ pin_level
int ErrorDisplay::pin_level |
|
private |
The documentation for this class was generated from the following file: