HomeWaterLeaksDetection
IDisplayable Class Referenceabstract

#include <IDisplayable.h>

Public Member Functions

virtual const String getRow (int row) const =0
 Returns the content of the row given as a parameter. More...
 

Detailed Description

Author
silhavyj A17B0362P

This class works as an interface for all classes that want to display some information on the LCD.

Definition at line 12 of file IDisplayable.h.

Member Function Documentation

◆ getRow()

virtual const String IDisplayable::getRow ( int  row) const
pure virtual

Returns the content of the row given as a parameter.

One class represents one page on the LCD display. Each of the 4 rows has different content identified by the number of the row.

Parameters
rownumber of the row
Returns
content to be displayed on that row of the LCD

Implemented in LeaksController, FreeMemoryMeasurement, HighLeakDetection, LowLeakDetection, DailyOverview, and TotalLeakDetection.


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