TimerExpiredMessage_t Class Reference

Message indicating that a timer has expired.

#include <UTTimer.h>

Inheritance diagram for TimerExpiredMessage_t:
Message_t

List of all members.

Public Member Functions

Timer_tTimer () const
ustime_t DispatchTime () const

Detailed Description

Definition at line 176 of file UTTimer.h.


Member Function Documentation

Timer_t * TimerExpiredMessage_t::Timer (  )  const [inline]

Returns a pointer to the timer object which expired to generate the message

Definition at line 274 of file UTTimer.h.

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.

Definition at line 289 of file UTTimer.h.


The documentation for this class was generated from the following file:

Generated on Tue Dec 14 22:35:07 2010 for UT library by  doxygen 1.6.1