HiveMind
src
application-interface
include
application-interface
IConnectionStateUI.h
Go to the documentation of this file.
1
#ifndef ICONNECTIONSTATEUI_H_
2
#define ICONNECTIONSTATEUI_H_
3
4
#include <
application-interface/IApplicationInterface.h
>
5
7
class
IConnectionStateUI
{
8
public
:
9
virtual
~IConnectionStateUI
() =
default
;
10
13
virtual
void
setConnectionState
(
ConnectionState
state) = 0;
14
};
15
16
#endif // ICONNECTIONSTATEUI_H_
IApplicationInterface.h
IConnectionStateUI
Manages UI of the connection state with the host and informs the user via LEDs.
Definition:
IConnectionStateUI.h:7
IConnectionStateUI::~IConnectionStateUI
virtual ~IConnectionStateUI()=default
IConnectionStateUI::setConnectionState
virtual void setConnectionState(ConnectionState state)=0
Sets the state of the connection.
ConnectionState
ConnectionState
Definition:
SystemStates.h:4
Generated by
1.8.17