HiveMind
Public Member Functions | List of all members
IDeviceStateUI Class Referenceabstract

Manages UI of the device state and informs the user via the board display. More...

#include <IDeviceStateUI.h>

Inheritance diagram for IDeviceStateUI:
Inheritance graph
Collaboration diagram for IDeviceStateUI:
Collaboration graph

Public Member Functions

virtual ~IDeviceStateUI ()=default
 
virtual void setDeviceState (DeviceState state)=0
 Sets the state of the device. More...
 

Detailed Description

Manages UI of the device state and informs the user via the board display.

Constructor & Destructor Documentation

◆ ~IDeviceStateUI()

virtual IDeviceStateUI::~IDeviceStateUI ( )
virtualdefault

Member Function Documentation

◆ setDeviceState()

virtual void IDeviceStateUI::setDeviceState ( DeviceState  state)
pure virtual

Sets the state of the device.

Parameters
statethe state to set to

Implemented in DeviceStateUI.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: