1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>uIP 1.0: uip/timer.c File Reference</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5<link href="tabs.css" rel="stylesheet" type="text/css"> 6</head><body> 7<!-- Generated by Doxygen 1.4.6 --> 8<div class="tabs"> 9 <ul> 10 <li><a href="main.html"><span>Main Page</span></a></li> 11 <li><a href="modules.html"><span>Modules</span></a></li> 12 <li><a href="classes.html"><span>Data Structures</span></a></li> 13 <li id="current"><a href="files.html"><span>Files</span></a></li> 14 <li><a href="examples.html"><span>Examples</span></a></li> 15 </ul></div> 16<div class="tabs"> 17 <ul> 18 <li><a href="files.html"><span>File List</span></a></li> 19 <li><a href="globals.html"><span>Globals</span></a></li> 20 </ul></div> 21<h1>uip/timer.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> 22Timer library implementation. 23<p> 24<dl compact><dt><b>Author:</b></dt><dd>Adam Dunkels <<a href="mailto:[email protected]">[email protected]</a>> </dd></dl> 25 26<p> 27Definition in file <a class="el" href="a00195.html">timer.c</a>. 28<p> 29<code>#include "clock.h"</code><br> 30<code>#include "<a class="el" href="a00196.html">timer.h</a>"</code><br> 31 32<p> 33<a href="a00195.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 34<tr><td></td></tr> 35<tr><td colspan="2"><br><h2>Functions</h2></td></tr> 36<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00156.html#g6614d96fdfcd95c95ec6e6f63071ff51">timer_set</a> (struct <a class="el" href="a00087.html">timer</a> *t, clock_time_t interval)</td></tr> 37 38<tr><td class="mdescLeft"> </td><td class="mdescRight">Set a timer. <a href="a00156.html#g6614d96fdfcd95c95ec6e6f63071ff51"></a><br></td></tr> 39<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00156.html#gedaf3e48c2b04229b85455fb948468d6">timer_reset</a> (struct <a class="el" href="a00087.html">timer</a> *t)</td></tr> 40 41<tr><td class="mdescLeft"> </td><td class="mdescRight">Reset the timer with the same interval. <a href="a00156.html#gedaf3e48c2b04229b85455fb948468d6"></a><br></td></tr> 42<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00156.html#gcb807bd57e5489b386b876af5c1f163a">timer_restart</a> (struct <a class="el" href="a00087.html">timer</a> *t)</td></tr> 43 44<tr><td class="mdescLeft"> </td><td class="mdescRight">Restart the timer from the current point in time. <a href="a00156.html#gcb807bd57e5489b386b876af5c1f163a"></a><br></td></tr> 45<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="a00156.html#g6d71dececfce707c668e6257aad5906e">timer_expired</a> (struct <a class="el" href="a00087.html">timer</a> *t)</td></tr> 46 47<tr><td class="mdescLeft"> </td><td class="mdescRight">Check if a timer has expired. <a href="a00156.html#g6d71dececfce707c668e6257aad5906e"></a><br></td></tr> 48</table> 49<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:01 2006 for uIP 1.0 by 50<a href="http://www.doxygen.org/index.html"> 51<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address> 52</body> 53</html> 54