FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
This is the complete list of members for events::Job, including all inherited members.
is_periodic() const INLINE | events::Job | inline |
Job(uint32_t next=0, uint32_t period=0) INLINE | events::Job | inlineprotected |
next_time() const INLINE | events::Job | inline |
on_schedule(uint32_t millis)=0 | events::Job | protectedpure virtual |
period() const INLINE | events::Job | inline |
reschedule(uint32_t when) INLINE | events::Job | inline |
Scheduler (defined in events::Job) | events::Job | friend |
T typedef | containers::Link< Job > |