FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
events::Job Member List

This is the complete list of members for events::Job, including all inherited members.

is_periodic() const INLINEevents::Jobinline
Job(uint32_t next=0, uint32_t period=0) INLINEevents::Jobinlineprotected
next_time() const INLINEevents::Jobinline
on_schedule(uint32_t millis)=0events::Jobprotectedpure virtual
period() const INLINEevents::Jobinline
reschedule(uint32_t when) INLINEevents::Jobinline
Scheduler (defined in events::Job)events::Jobfriend
T typedefcontainers::Link< Job >