44 void listen(function<
bool()> condition, function<
void()> handler);
48 function<bool()> _condition;
49 function<void()> _handler;
An abstract base class for modules.
Definition module.hh:39
Monitor some condition and run a function whenever it is true.
Definition monitor.hh:37
void init()
Definition monitor.cc:30
void update()
Definition monitor.cc:34
Definition additive_saw.cc:24