HiveMind
|
Manages the UI available to the user. More...
#include <IUserUI.h>
Public Member Functions | |
virtual | ~IUserUI ()=default |
virtual void | setLed (bool state)=0 |
Set the led on or off. More... | |
virtual void | setSegment (UserSegment segment)=0 |
Set the user seven segment to a value. More... | |
Manages the UI available to the user.
|
virtualdefault |
|
pure virtual |
Set the led on or off.
state | the state to set the led |
Implemented in UserUI.
|
pure virtual |
Set the user seven segment to a value.
segment | the value to set to the segment |
Implemented in UserUI.