timer.h File Reference

Timer library header file. More...

#include "sys/clock.h"

Go to the source code of this file.

Data Structures

struct  timer
 A timer. More...

Functions

void timer_set (struct timer *t, clock_time_t interval)
 Set a timer.
void timer_reset (struct timer *t)
 Reset the timer with the same interval.
void timer_restart (struct timer *t)
 Restart the timer from the current point in time.
int timer_expired (struct timer *t)
 Check if a timer has expired.
clock_time_t timer_remaining (struct timer *t)
 The time until the timer expires.

Detailed Description

Timer library header file.

Author:
Adam Dunkels <adam@sics.se>

Definition in file timer.h.


Generated on Mon Apr 11 14:23:47 2011 for Contiki 2.5 by  doxygen 1.6.1