driver timer class.
More...
#include <dtimer.h>
List of all members.
Detailed Description
driver timer class.
Definition at line 20 of file dtimer.h.
Constructor & Destructor Documentation
Constructor.
Definition at line 25 of file dtimer.h.
Member Function Documentation
Cancel timer.
Definition at line 33 of file dtimer.h.
Return true if timer has expired.
Called once per cycle while timer is running. Skipped cycles do not contribute to timer expiration. That allows timers to pause while the vehicle is pausing. It should not immediately begin passing after pausing behind a stopped vehicle, for example.
Definition at line 45 of file dtimer.h.
Restart timer.
Conditionally start timer unless running and not expired.
Definition at line 59 of file dtimer.h.
Start timer.
Definition at line 68 of file dtimer.h.
Member Data Documentation
The documentation for this class was generated from the following file: