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_xeno/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_f0ad55fdd975443e6c8bf117e04b4e64.html">timers_xeno</a></div> |
|
22 <h1>timerscfg.h File Reference</h1><code>#include <native/task.h></code><br> |
|
23 <code>#include <native/timer.h></code><br> |
|
24 <code>#include <native/mutex.h></code><br> |
|
25 <code>#include <native/alarm.h></code><br> |
|
26 |
|
27 <p> |
|
28 Include dependency graph for timerscfg.h:<p><center><img src="timers__xeno_2timerscfg_8h__incl.png" border="0" usemap="#include/timers_xeno/timerscfg.h_map" alt=""></center> |
|
29 |
|
30 <p> |
|
31 <a href="timers__xeno_2timerscfg_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
32 <tr><td></td></tr> |
|
33 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
|
34 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__xeno_2timerscfg_8h.html#dea5fb459bddd6fd539cdf665dd657e6">TIMEVAL</a> RTIME</td></tr> |
|
35 |
|
36 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__xeno_2timerscfg_8h.html#9b8b68779cc690a9f699155420328d0f">TIMEVAL_MAX</a> ~(RTIME)0</td></tr> |
|
37 |
|
38 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__xeno_2timerscfg_8h.html#ffc50d6b8321e910d6d4821b2aecfa92">MS_TO_TIMEVAL</a>(ms) (RTIME)ms*1000000</td></tr> |
|
39 |
|
40 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__xeno_2timerscfg_8h.html#5f44d2f770d3bd711510372589f5ae9c">US_TO_TIMEVAL</a>(us) (RTIME)us*1000</td></tr> |
|
41 |
|
42 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__xeno_2timerscfg_8h.html#69c1aff70ae463b42314dc6689cb7400">TASK_HANDLE</a> RT_TASK</td></tr> |
|
43 |
|
44 </table> |
|
45 <hr><h2>Define Documentation</h2> |
|
46 <a class="anchor" name="ffc50d6b8321e910d6d4821b2aecfa92"></a><!-- doxytag: member="timerscfg.h::MS_TO_TIMEVAL" ref="ffc50d6b8321e910d6d4821b2aecfa92" args="(ms)" --> |
|
47 <div class="memitem"> |
|
48 <div class="memproto"> |
|
49 <table class="memname"> |
|
50 <tr> |
|
51 <td class="memname">#define MS_TO_TIMEVAL </td> |
|
52 <td>(</td> |
|
53 <td class="paramtype">ms </td> |
|
54 <td class="paramname"> </td> |
|
55 <td> ) </td> |
|
56 <td width="100%"> (RTIME)ms*1000000</td> |
|
57 </tr> |
|
58 </table> |
|
59 </div> |
|
60 <div class="memdoc"> |
|
61 |
|
62 <p> |
|
63 |
|
64 <p> |
|
65 Definition at line <a class="el" href="timers__xeno_2timerscfg_8h-source.html#l00035">35</a> of file <a class="el" href="timers__xeno_2timerscfg_8h-source.html">timerscfg.h</a>. |
|
66 </div> |
|
67 </div><p> |
|
68 <a class="anchor" name="69c1aff70ae463b42314dc6689cb7400"></a><!-- doxytag: member="timerscfg.h::TASK_HANDLE" ref="69c1aff70ae463b42314dc6689cb7400" args="" --> |
|
69 <div class="memitem"> |
|
70 <div class="memproto"> |
|
71 <table class="memname"> |
|
72 <tr> |
|
73 <td class="memname">#define TASK_HANDLE RT_TASK </td> |
|
74 </tr> |
|
75 </table> |
|
76 </div> |
|
77 <div class="memdoc"> |
|
78 |
|
79 <p> |
|
80 |
|
81 <p> |
|
82 Definition at line <a class="el" href="timers__xeno_2timerscfg_8h-source.html#l00038">38</a> of file <a class="el" href="timers__xeno_2timerscfg_8h-source.html">timerscfg.h</a>. |
|
83 </div> |
|
84 </div><p> |
|
85 <a class="anchor" name="dea5fb459bddd6fd539cdf665dd657e6"></a><!-- doxytag: member="timerscfg.h::TIMEVAL" ref="dea5fb459bddd6fd539cdf665dd657e6" args="" --> |
|
86 <div class="memitem"> |
|
87 <div class="memproto"> |
|
88 <table class="memname"> |
|
89 <tr> |
|
90 <td class="memname">#define TIMEVAL RTIME </td> |
|
91 </tr> |
|
92 </table> |
|
93 </div> |
|
94 <div class="memdoc"> |
|
95 |
|
96 <p> |
|
97 |
|
98 <p> |
|
99 Definition at line <a class="el" href="timers__xeno_2timerscfg_8h-source.html#l00033">33</a> of file <a class="el" href="timers__xeno_2timerscfg_8h-source.html">timerscfg.h</a>. |
|
100 </div> |
|
101 </div><p> |
|
102 <a class="anchor" name="9b8b68779cc690a9f699155420328d0f"></a><!-- doxytag: member="timerscfg.h::TIMEVAL_MAX" ref="9b8b68779cc690a9f699155420328d0f" args="" --> |
|
103 <div class="memitem"> |
|
104 <div class="memproto"> |
|
105 <table class="memname"> |
|
106 <tr> |
|
107 <td class="memname">#define TIMEVAL_MAX ~(RTIME)0 </td> |
|
108 </tr> |
|
109 </table> |
|
110 </div> |
|
111 <div class="memdoc"> |
|
112 |
|
113 <p> |
|
114 |
|
115 <p> |
|
116 Definition at line <a class="el" href="timers__xeno_2timerscfg_8h-source.html#l00034">34</a> of file <a class="el" href="timers__xeno_2timerscfg_8h-source.html">timerscfg.h</a>. |
|
117 </div> |
|
118 </div><p> |
|
119 <a class="anchor" name="5f44d2f770d3bd711510372589f5ae9c"></a><!-- doxytag: member="timerscfg.h::US_TO_TIMEVAL" ref="5f44d2f770d3bd711510372589f5ae9c" args="(us)" --> |
|
120 <div class="memitem"> |
|
121 <div class="memproto"> |
|
122 <table class="memname"> |
|
123 <tr> |
|
124 <td class="memname">#define US_TO_TIMEVAL </td> |
|
125 <td>(</td> |
|
126 <td class="paramtype">us </td> |
|
127 <td class="paramname"> </td> |
|
128 <td> ) </td> |
|
129 <td width="100%"> (RTIME)us*1000</td> |
|
130 </tr> |
|
131 </table> |
|
132 </div> |
|
133 <div class="memdoc"> |
|
134 |
|
135 <p> |
|
136 |
|
137 <p> |
|
138 Definition at line <a class="el" href="timers__xeno_2timerscfg_8h-source.html#l00036">36</a> of file <a class="el" href="timers__xeno_2timerscfg_8h-source.html">timerscfg.h</a>. |
|
139 </div> |
|
140 </div><p> |
|
141 <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:35 2007 for CanFestival by |
|
142 <a href="http://www.doxygen.org/index.html"> |
|
143 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
144 </body> |
|
145 </html> |
|