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>CanFestival: include/timers_unix/timerscfg.h 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.5.1 --> |
|
8 <div class="tabs"> |
|
9 <ul> |
|
10 <li><a href="main.html"><span>Main Page</span></a></li> |
|
11 <li><a href="annotated.html"><span>Data Structures</span></a></li> |
|
12 <li id="current"><a href="files.html"><span>Files</span></a></li> |
|
13 <li><a href="dirs.html"><span>Directories</span></a></li> |
|
14 </ul></div> |
|
15 <div class="tabs"> |
|
16 <ul> |
|
17 <li><a href="files.html"><span>File List</span></a></li> |
|
18 <li><a href="globals.html"><span>Globals</span></a></li> |
|
19 </ul></div> |
|
20 <div class="nav"> |
|
21 <a class="el" href="dir_bb27f6e70a4a8ab6966321815f15a33d.html">include</a> » <a class="el" href="dir_b4cb37708e11df2ba59ff85a4da75974.html">timers_unix</a></div> |
|
22 <h1>timerscfg.h File Reference</h1><code>#include <pthread.h></code><br> |
|
23 |
|
24 <p> |
|
25 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> |
|
26 |
|
27 <p> |
|
28 <a href="timers__unix_2timerscfg_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
29 <tr><td></td></tr> |
|
30 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
|
31 <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> |
|
32 |
|
33 <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> |
|
34 |
|
35 <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> |
|
36 |
|
37 <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> |
|
38 |
|
39 <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> |
|
40 |
|
41 </table> |
|
42 <hr><h2>Define Documentation</h2> |
|
43 <a class="anchor" name="ffc50d6b8321e910d6d4821b2aecfa92"></a><!-- doxytag: member="timerscfg.h::MS_TO_TIMEVAL" ref="ffc50d6b8321e910d6d4821b2aecfa92" args="(ms)" --> |
|
44 <div class="memitem"> |
|
45 <div class="memproto"> |
|
46 <table class="memname"> |
|
47 <tr> |
|
48 <td class="memname">#define MS_TO_TIMEVAL </td> |
|
49 <td>(</td> |
|
50 <td class="paramtype">ms </td> |
|
51 <td class="paramname"> </td> |
|
52 <td> ) </td> |
|
53 <td width="100%"> ms*1000</td> |
|
54 </tr> |
|
55 </table> |
|
56 </div> |
|
57 <div class="memdoc"> |
|
58 |
|
59 <p> |
|
60 |
|
61 <p> |
|
62 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>. |
|
63 </div> |
|
64 </div><p> |
|
65 <a class="anchor" name="69c1aff70ae463b42314dc6689cb7400"></a><!-- doxytag: member="timerscfg.h::TASK_HANDLE" ref="69c1aff70ae463b42314dc6689cb7400" args="" --> |
|
66 <div class="memitem"> |
|
67 <div class="memproto"> |
|
68 <table class="memname"> |
|
69 <tr> |
|
70 <td class="memname">#define TASK_HANDLE pthread_t </td> |
|
71 </tr> |
|
72 </table> |
|
73 </div> |
|
74 <div class="memdoc"> |
|
75 |
|
76 <p> |
|
77 |
|
78 <p> |
|
79 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>. |
|
80 </div> |
|
81 </div><p> |
|
82 <a class="anchor" name="dea5fb459bddd6fd539cdf665dd657e6"></a><!-- doxytag: member="timerscfg.h::TIMEVAL" ref="dea5fb459bddd6fd539cdf665dd657e6" args="" --> |
|
83 <div class="memitem"> |
|
84 <div class="memproto"> |
|
85 <table class="memname"> |
|
86 <tr> |
|
87 <td class="memname">#define TIMEVAL unsigned long long </td> |
|
88 </tr> |
|
89 </table> |
|
90 </div> |
|
91 <div class="memdoc"> |
|
92 |
|
93 <p> |
|
94 |
|
95 <p> |
|
96 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>. |
|
97 </div> |
|
98 </div><p> |
|
99 <a class="anchor" name="9b8b68779cc690a9f699155420328d0f"></a><!-- doxytag: member="timerscfg.h::TIMEVAL_MAX" ref="9b8b68779cc690a9f699155420328d0f" args="" --> |
|
100 <div class="memitem"> |
|
101 <div class="memproto"> |
|
102 <table class="memname"> |
|
103 <tr> |
|
104 <td class="memname">#define TIMEVAL_MAX ~(TIMEVAL)0 </td> |
|
105 </tr> |
|
106 </table> |
|
107 </div> |
|
108 <div class="memdoc"> |
|
109 |
|
110 <p> |
|
111 |
|
112 <p> |
|
113 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>. |
|
114 </div> |
|
115 </div><p> |
|
116 <a class="anchor" name="5f44d2f770d3bd711510372589f5ae9c"></a><!-- doxytag: member="timerscfg.h::US_TO_TIMEVAL" ref="5f44d2f770d3bd711510372589f5ae9c" args="(us)" --> |
|
117 <div class="memitem"> |
|
118 <div class="memproto"> |
|
119 <table class="memname"> |
|
120 <tr> |
|
121 <td class="memname">#define US_TO_TIMEVAL </td> |
|
122 <td>(</td> |
|
123 <td class="paramtype">us </td> |
|
124 <td class="paramname"> </td> |
|
125 <td> ) </td> |
|
126 <td width="100%"> us</td> |
|
127 </tr> |
|
128 </table> |
|
129 </div> |
|
130 <div class="memdoc"> |
|
131 |
|
132 <p> |
|
133 |
|
134 <p> |
|
135 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>. |
|
136 </div> |
|
137 </div><p> |
|
138 <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:35 2007 for CanFestival by |
|
139 <a href="http://www.doxygen.org/index.html"> |
|
140 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
141 </body> |
|
142 </html> |
|