HomeWaterLeaksDetection
|
#include <IControllable.h>
Public Member Functions | |
virtual void | update ()=0 |
Updates the class (controller) More... | |
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.
|
pure virtual |
Updates the class (controller)
Implemented in LeaksController, WebServer, DailyOverview, LCDController, and Logger.