Message indicating that a timer has expired.
#include <UTTimer.h>
Public Member Functions | |
Timer_t * | Timer () const |
ustime_t | DispatchTime () const |
Definition at line 176 of file UTTimer.h.
Timer_t * TimerExpiredMessage_t::Timer | ( | ) | const [inline] |
ustime_t TimerExpiredMessage_t::DispatchTime | ( | ) | const [inline] |
Returns the value of system_time_us now. The time is guaranteed to be after the requested expiration time. The time could actually be earlier than the current value that would be returned by system_time_us, but if that message received function is preempted after getting the current system time, the value would end up being no more accurate than the one contained in the message, so there really is no point in doing so.