nico@215: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> nico@215: <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> nico@215: <title>CanFestival: include/timers_unix/timerscfg.h File Reference</title> nico@215: <link href="doxygen.css" rel="stylesheet" type="text/css"> nico@215: <link href="tabs.css" rel="stylesheet" type="text/css"> nico@215: </head><body> nico@215: <!-- Generated by Doxygen 1.5.1 --> nico@215: <div class="tabs"> nico@215: <ul> nico@215: <li><a href="main.html"><span>Main Page</span></a></li> nico@215: <li><a href="annotated.html"><span>Data Structures</span></a></li> nico@215: <li id="current"><a href="files.html"><span>Files</span></a></li> nico@215: <li><a href="dirs.html"><span>Directories</span></a></li> nico@215: </ul></div> nico@215: <div class="tabs"> nico@215: <ul> nico@215: <li><a href="files.html"><span>File List</span></a></li> nico@215: <li><a href="globals.html"><span>Globals</span></a></li> nico@215: </ul></div> nico@215: <div class="nav"> etisserant@240: <a class="el" href="dir_bb27f6e70a4a8ab6966321815f15a33d.html">include</a> » <a class="el" href="dir_b4cb37708e11df2ba59ff85a4da75974.html">timers_unix</a></div> nico@215: <h1>timerscfg.h File Reference</h1><code>#include <pthread.h></code><br> nico@215: nico@215: <p> nico@215: Include dependency graph for timerscfg.h:<p><center><img src="timers__unix_2timerscfg_8h__incl.png" border="0" usemap="#include/timers_unix/timerscfg.h_map" alt=""></center> nico@215: nico@215: <p> nico@215: <a href="timers__unix_2timerscfg_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> nico@215: <tr><td></td></tr> nico@215: <tr><td colspan="2"><br><h2>Defines</h2></td></tr> etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__unix_2timerscfg_8h.html#dea5fb459bddd6fd539cdf665dd657e6">TIMEVAL</a> unsigned long long</td></tr> nico@215: etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__unix_2timerscfg_8h.html#9b8b68779cc690a9f699155420328d0f">TIMEVAL_MAX</a> ~(TIMEVAL)0</td></tr> nico@215: etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__unix_2timerscfg_8h.html#ffc50d6b8321e910d6d4821b2aecfa92">MS_TO_TIMEVAL</a>(ms) ms*1000</td></tr> nico@215: etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__unix_2timerscfg_8h.html#5f44d2f770d3bd711510372589f5ae9c">US_TO_TIMEVAL</a>(us) us</td></tr> nico@215: etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__unix_2timerscfg_8h.html#69c1aff70ae463b42314dc6689cb7400">TASK_HANDLE</a> pthread_t</td></tr> nico@215: nico@215: </table> nico@215: <hr><h2>Define Documentation</h2> etisserant@240: <a class="anchor" name="ffc50d6b8321e910d6d4821b2aecfa92"></a><!-- doxytag: member="timerscfg.h::MS_TO_TIMEVAL" ref="ffc50d6b8321e910d6d4821b2aecfa92" args="(ms)" --> nico@215: <div class="memitem"> nico@215: <div class="memproto"> nico@215: <table class="memname"> nico@215: <tr> nico@215: <td class="memname">#define MS_TO_TIMEVAL </td> nico@215: <td>(</td> nico@215: <td class="paramtype">ms </td> nico@215: <td class="paramname"> </td> nico@215: <td> ) </td> nico@215: <td width="100%"> ms*1000</td> nico@215: </tr> nico@215: </table> nico@215: </div> nico@215: <div class="memdoc"> nico@215: nico@215: <p> nico@215: nico@215: <p> nico@215: Definition at line <a class="el" href="timers__unix_2timerscfg_8h-source.html#l00032">32</a> of file <a class="el" href="timers__unix_2timerscfg_8h-source.html">timerscfg.h</a>. nico@215: </div> nico@215: </div><p> etisserant@240: <a class="anchor" name="69c1aff70ae463b42314dc6689cb7400"></a><!-- doxytag: member="timerscfg.h::TASK_HANDLE" ref="69c1aff70ae463b42314dc6689cb7400" args="" --> nico@215: <div class="memitem"> nico@215: <div class="memproto"> nico@215: <table class="memname"> nico@215: <tr> nico@215: <td class="memname">#define TASK_HANDLE pthread_t </td> nico@215: </tr> nico@215: </table> nico@215: </div> nico@215: <div class="memdoc"> nico@215: nico@215: <p> nico@215: nico@215: <p> nico@215: Definition at line <a class="el" href="timers__unix_2timerscfg_8h-source.html#l00035">35</a> of file <a class="el" href="timers__unix_2timerscfg_8h-source.html">timerscfg.h</a>. nico@215: </div> nico@215: </div><p> etisserant@240: <a class="anchor" name="dea5fb459bddd6fd539cdf665dd657e6"></a><!-- doxytag: member="timerscfg.h::TIMEVAL" ref="dea5fb459bddd6fd539cdf665dd657e6" args="" --> nico@215: <div class="memitem"> nico@215: <div class="memproto"> nico@215: <table class="memname"> nico@215: <tr> nico@215: <td class="memname">#define TIMEVAL unsigned long long </td> nico@215: </tr> nico@215: </table> nico@215: </div> nico@215: <div class="memdoc"> nico@215: nico@215: <p> nico@215: nico@215: <p> nico@215: Definition at line <a class="el" href="timers__unix_2timerscfg_8h-source.html#l00030">30</a> of file <a class="el" href="timers__unix_2timerscfg_8h-source.html">timerscfg.h</a>. nico@215: </div> nico@215: </div><p> etisserant@240: <a class="anchor" name="9b8b68779cc690a9f699155420328d0f"></a><!-- doxytag: member="timerscfg.h::TIMEVAL_MAX" ref="9b8b68779cc690a9f699155420328d0f" args="" --> nico@215: <div class="memitem"> nico@215: <div class="memproto"> nico@215: <table class="memname"> nico@215: <tr> nico@215: <td class="memname">#define TIMEVAL_MAX ~(TIMEVAL)0 </td> nico@215: </tr> nico@215: </table> nico@215: </div> nico@215: <div class="memdoc"> nico@215: nico@215: <p> nico@215: nico@215: <p> nico@215: Definition at line <a class="el" href="timers__unix_2timerscfg_8h-source.html#l00031">31</a> of file <a class="el" href="timers__unix_2timerscfg_8h-source.html">timerscfg.h</a>. nico@215: </div> nico@215: </div><p> etisserant@240: <a class="anchor" name="5f44d2f770d3bd711510372589f5ae9c"></a><!-- doxytag: member="timerscfg.h::US_TO_TIMEVAL" ref="5f44d2f770d3bd711510372589f5ae9c" args="(us)" --> nico@215: <div class="memitem"> nico@215: <div class="memproto"> nico@215: <table class="memname"> nico@215: <tr> nico@215: <td class="memname">#define US_TO_TIMEVAL </td> nico@215: <td>(</td> nico@215: <td class="paramtype">us </td> nico@215: <td class="paramname"> </td> nico@215: <td> ) </td> nico@215: <td width="100%"> us</td> nico@215: </tr> nico@215: </table> nico@215: </div> nico@215: <div class="memdoc"> nico@215: nico@215: <p> nico@215: nico@215: <p> nico@215: Definition at line <a class="el" href="timers__unix_2timerscfg_8h-source.html#l00033">33</a> of file <a class="el" href="timers__unix_2timerscfg_8h-source.html">timerscfg.h</a>. nico@215: </div> nico@215: </div><p> etisserant@240: <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:35 2007 for CanFestival by nico@215: <a href="http://www.doxygen.org/index.html"> nico@215: <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> nico@215: </body> nico@215: </html>