47 void set(
float t, function<
void()> f);
55 function<void()> handler;
An abstract base class for modules.
Definition module.hh:39
A timer that can be used to do something one or more times in the future.
Definition timer.hh:42
void init()
Definition timer.cc:54
void set(float t, function< void()> f)
Definition timer.cc:35
void reset()
Definition timer.cc:44
void update()
Definition timer.cc:58
Definition additive_saw.cc:24