Extended timer queue class. More...
Collaboration diagram for Timer:
Classes | |
class | OsTimer64Api< TimerClass > |
Class template implementing an extended OS Timer with 64-bit microsecond times and delegate callback support. More... | |
class | DelegateCallbackTimer< TimerApi > |
Class template adding delegate callback method support to the basic CallbackTimer template. More... | |
class | Timer |
Callback timer class. More... | |
class | AutoDeleteTimer |
Auto-delete callback timer class. More... | |
Typedefs | |
typedef std::function< void()> | TimerDelegateStdFunction |
Functions | |
void | OsTimer64Api< TimerClass >::setInterval (TickType interval) |
void | OsTimer64Api< TimerClass >::longTick () |
Detailed Description
Extended timer queue class.
Typedef Documentation
◆ TimerDelegateStdFunction
typedef std::function<void()> TimerDelegateStdFunction |
- Deprecated:
- Use
TimerDelegate
Function Documentation
◆ longTick()
template<class TimerClass >
|
protected |
◆ setInterval()
template<class TimerClass >
void OsTimer64Api< TimerClass >::setInterval | ( | TickType | interval | ) |