HomeWaterLeaksDetection
|
#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... | |
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.
|
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.
row | number of the row |
Implemented in LeaksController, FreeMemoryMeasurement, HighLeakDetection, LowLeakDetection, DailyOverview, and TotalLeakDetection.