HomeWaterLeaksDetection
IControllable Class Referenceabstract

#include <IControllable.h>

Public Member Functions

virtual void update ()=0
 Updates the class (controller) More...
 

Detailed Description

Author
silhavyj A17B0362P

This class works as an interface for all classes (contollers) that are supposed to be updated periodically from the main sketch (main.cpp). In the main.cpp, they are all stored in a collection from which the update method is called.

Definition at line 13 of file IControllable.h.

Member Function Documentation

◆ update()

virtual void IControllable::update ( )
pure virtual

Updates the class (controller)

Implemented in LeaksController, WebServer, DailyOverview, LCDController, and Logger.


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