HiveMind
src
application-interface
include
application-interface
IDeviceStateUI.h
Go to the documentation of this file.
1
#ifndef IDEVICESTATEUI_H_
2
#define IDEVICESTATEUI_H_
3
4
#include <
application-interface/IApplicationInterface.h
>
5
7
class
IDeviceStateUI
{
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
Generated by
1.8.17