A timer event.
More...
#include <TimerEvent.hpp>
A timer event.
Timer events can be scheduled using a TimerManager.
- Author
- Mark Lindner
◆ Type
Event types.
Enumerator |
---|
Type_Key | Key input events.
|
Type_Motion | Motion input events.
|
Type_Sensor | Sensor events.
|
Type_Timer | Timer events.
|
◆ ~TimerEvent()
◆ getEventTime()
virtual time_ms_t getEventTime |
( |
| ) |
const |
|
inlinevirtual |
Get the time at which this event occurred.
Implements Event.
◆ getFireCount()
uint_t getFireCount |
( |
| ) |
const |
|
inline |
Get the number of times that this TimerEvent has been fired.
◆ getTimerID()
Get the ID of this timer.
◆ getType()
The documentation for this class was generated from the following files: