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

Manages the UI available to the user. More...

#include <IUserUI.h>

Inheritance diagram for IUserUI:
Inheritance graph
Collaboration diagram for IUserUI:
Collaboration graph

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...
 

Detailed Description

Manages the UI available to the user.

Constructor & Destructor Documentation

◆ ~IUserUI()

virtual IUserUI::~IUserUI ( )
virtualdefault

Member Function Documentation

◆ setLed()

virtual void IUserUI::setLed ( bool  state)
pure virtual

Set the led on or off.

Parameters
statethe state to set the led

Implemented in UserUI.

Here is the caller graph for this function:

◆ setSegment()

virtual void IUserUI::setSegment ( UserSegment  segment)
pure virtual

Set the user seven segment to a value.

Parameters
segmentthe value to set to the segment

Implemented in UserUI.

Here is the caller graph for this function:

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