HiveMind
IDeviceStateUI.h
Go to the documentation of this file.
1 #ifndef IDEVICESTATEUI_H_
2 #define IDEVICESTATEUI_H_
3 
5 
8  public:
9  virtual ~IDeviceStateUI() = default;
10 
13  virtual void setDeviceState(DeviceState state) = 0;
14 };
15 
16 #endif // IDEVICESTATEUI_H_
IApplicationInterface.h
IDeviceStateUI::~IDeviceStateUI
virtual ~IDeviceStateUI()=default
IDeviceStateUI::setDeviceState
virtual void setDeviceState(DeviceState state)=0
Sets the state of the device.
IDeviceStateUI
Manages UI of the device state and informs the user via the board display.
Definition: IDeviceStateUI.h:7
DeviceState
DeviceState
Definition: SystemStates.h:6