|
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: /home/epimerde/documents/tc11/CanFestival-3/include/timers_driver.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="namespaces.html"><span>Namespaces</span></a></li> |
|
12 <li><a href="annotated.html"><span>Data Structures</span></a></li> |
|
13 <li id="current"><a href="files.html"><span>Files</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 <h1>/home/epimerde/documents/tc11/CanFestival-3/include/timers_driver.h File Reference</h1><code>#include "<a class="el" href="win32_2timerscfg_8h-source.html">timerscfg.h</a>"</code><br> |
|
21 <code>#include "<a class="el" href="timer_8h-source.html">timer.h</a>"</code><br> |
|
22 |
|
23 <p> |
|
24 <a href="timers__driver_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
25 <tr><td></td></tr> |
|
26 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
|
27 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#d7fee43b8a44cf8b7036853593044037">EnterMutex</a> (void)</td></tr> |
|
28 |
|
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#73d9a4eb941fb20cf6b597840510394b">LeaveMutex</a> (void)</td></tr> |
|
30 |
|
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#c492d1b5ebd2d99020e72c137beda878">WaitReceiveTaskEnd</a> (TASK_HANDLE)</td></tr> |
|
32 |
|
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#c9e1731843825eb55e7a94894e6a8ec5">StartTimerLoop</a> (<a class="el" href="timer_8h.html#f7d102e060339d3730ceae5fea03691b">TimerCallback_t</a> init_callback)</td></tr> |
|
34 |
|
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#8758484f3cebb0cd44bb247c3f23d5e3">StopTimerLoop</a> (void)</td></tr> |
|
36 |
|
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="timers__driver_8h.html#3e8cb5b8159f655ee0bac1ea1d2358d4">CreateReceiveTask</a> (<a class="el" href="win32_2applicfg_8h.html#7ef59f941603c6680e74fc335523f17e">CAN_PORT</a>, TASK_HANDLE *, void *)</td></tr> |
|
38 |
|
39 </table> |
|
40 <hr><h2>Function Documentation</h2> |
|
41 <a class="anchor" name="3e8cb5b8159f655ee0bac1ea1d2358d4"></a><!-- doxytag: member="timers_driver.h::CreateReceiveTask" ref="3e8cb5b8159f655ee0bac1ea1d2358d4" args="(CAN_PORT, TASK_HANDLE *, void *)" --> |
|
42 <div class="memitem"> |
|
43 <div class="memproto"> |
|
44 <table class="memname"> |
|
45 <tr> |
|
46 <td class="memname">void CreateReceiveTask </td> |
|
47 <td>(</td> |
|
48 <td class="paramtype"><a class="el" href="win32_2applicfg_8h.html#7ef59f941603c6680e74fc335523f17e">CAN_PORT</a> </td> |
|
49 <td class="paramname">, </td> |
|
50 </tr> |
|
51 <tr> |
|
52 <td class="paramkey"></td> |
|
53 <td></td> |
|
54 <td class="paramtype">TASK_HANDLE * </td> |
|
55 <td class="paramname">, </td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td class="paramkey"></td> |
|
59 <td></td> |
|
60 <td class="paramtype">void * </td> |
|
61 <td class="paramname"></td><td> </td> |
|
62 </tr> |
|
63 <tr> |
|
64 <td></td> |
|
65 <td>)</td> |
|
66 <td></td><td></td><td width="100%"></td> |
|
67 </tr> |
|
68 </table> |
|
69 </div> |
|
70 <div class="memdoc"> |
|
71 |
|
72 <p> |
|
73 |
|
74 <p> |
|
75 Definition at line <a class="el" href="timers__unix_8c-source.html#l00071">71</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
76 </div> |
|
77 </div><p> |
|
78 <a class="anchor" name="d7fee43b8a44cf8b7036853593044037"></a><!-- doxytag: member="timers_driver.h::EnterMutex" ref="d7fee43b8a44cf8b7036853593044037" args="(void)" --> |
|
79 <div class="memitem"> |
|
80 <div class="memproto"> |
|
81 <table class="memname"> |
|
82 <tr> |
|
83 <td class="memname">void EnterMutex </td> |
|
84 <td>(</td> |
|
85 <td class="paramtype">void </td> |
|
86 <td class="paramname"> </td> |
|
87 <td> ) </td> |
|
88 <td width="100%"></td> |
|
89 </tr> |
|
90 </table> |
|
91 </div> |
|
92 <div class="memdoc"> |
|
93 |
|
94 <p> |
|
95 |
|
96 <p> |
|
97 Definition at line <a class="el" href="timers__unix_8c-source.html#l00020">20</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
98 <p> |
|
99 References <a class="el" href="timers__unix_8c-source.html#l00010">CanFestival_mutex</a>, and <a class="el" href="timers__win32_8cpp-source.html#l00049">ccritical_section::enter()</a>. |
|
100 </div> |
|
101 </div><p> |
|
102 <a class="anchor" name="73d9a4eb941fb20cf6b597840510394b"></a><!-- doxytag: member="timers_driver.h::LeaveMutex" ref="73d9a4eb941fb20cf6b597840510394b" args="(void)" --> |
|
103 <div class="memitem"> |
|
104 <div class="memproto"> |
|
105 <table class="memname"> |
|
106 <tr> |
|
107 <td class="memname">void LeaveMutex </td> |
|
108 <td>(</td> |
|
109 <td class="paramtype">void </td> |
|
110 <td class="paramname"> </td> |
|
111 <td> ) </td> |
|
112 <td width="100%"></td> |
|
113 </tr> |
|
114 </table> |
|
115 </div> |
|
116 <div class="memdoc"> |
|
117 |
|
118 <p> |
|
119 |
|
120 <p> |
|
121 Definition at line <a class="el" href="timers__unix_8c-source.html#l00025">25</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
122 <p> |
|
123 References <a class="el" href="timers__unix_8c-source.html#l00010">CanFestival_mutex</a>, and <a class="el" href="timers__win32_8cpp-source.html#l00053">ccritical_section::leave()</a>. |
|
124 </div> |
|
125 </div><p> |
|
126 <a class="anchor" name="c9e1731843825eb55e7a94894e6a8ec5"></a><!-- doxytag: member="timers_driver.h::StartTimerLoop" ref="c9e1731843825eb55e7a94894e6a8ec5" args="(TimerCallback_t init_callback)" --> |
|
127 <div class="memitem"> |
|
128 <div class="memproto"> |
|
129 <table class="memname"> |
|
130 <tr> |
|
131 <td class="memname">void StartTimerLoop </td> |
|
132 <td>(</td> |
|
133 <td class="paramtype"><a class="el" href="timer_8h.html#f7d102e060339d3730ceae5fea03691b">TimerCallback_t</a> </td> |
|
134 <td class="paramname"> <em>init_callback</em> </td> |
|
135 <td> ) </td> |
|
136 <td width="100%"></td> |
|
137 </tr> |
|
138 </table> |
|
139 </div> |
|
140 <div class="memdoc"> |
|
141 |
|
142 <p> |
|
143 |
|
144 <p> |
|
145 Definition at line <a class="el" href="timers__unix_8c-source.html#l00062">62</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
146 <p> |
|
147 References <a class="el" href="timers__unix_8c-source.html#l00020">EnterMutex()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00079">initTimer()</a>, <a class="el" href="timers__unix_8c-source.html#l00025">LeaveMutex()</a>, <a class="el" href="timers__win32_8cpp-source.html#l00184">class_timers::resume_timer_thread()</a>, <a class="el" href="timer_8c-source.html#l00038">SetAlarm()</a>, <a class="el" href="timers__win32_8cpp-source.html#l00173">class_timers::start_timer_thread()</a>, and <a class="el" href="hcs12_2applicfg_8h-source.html#l00150">TIMEVAL</a>. |
|
148 </div> |
|
149 </div><p> |
|
150 <a class="anchor" name="8758484f3cebb0cd44bb247c3f23d5e3"></a><!-- doxytag: member="timers_driver.h::StopTimerLoop" ref="8758484f3cebb0cd44bb247c3f23d5e3" args="(void)" --> |
|
151 <div class="memitem"> |
|
152 <div class="memproto"> |
|
153 <table class="memname"> |
|
154 <tr> |
|
155 <td class="memname">void StopTimerLoop </td> |
|
156 <td>(</td> |
|
157 <td class="paramtype">void </td> |
|
158 <td class="paramname"> </td> |
|
159 <td> ) </td> |
|
160 <td width="100%"></td> |
|
161 </tr> |
|
162 </table> |
|
163 </div> |
|
164 <div class="memdoc"> |
|
165 |
|
166 <p> |
|
167 |
|
168 <p> |
|
169 Definition at line <a class="el" href="timers__unix_8c-source.html#l00055">55</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
170 <p> |
|
171 References <a class="el" href="timers__unix_8c-source.html#l00020">EnterMutex()</a>, <a class="el" href="timers__unix_8c-source.html#l00025">LeaveMutex()</a>, <a class="el" href="timers__win32_8cpp-source.html#l00193">class_timers::stop_timer_thread()</a>, and <a class="el" href="timers__unix_8c-source.html#l00018">timer</a>. |
|
172 </div> |
|
173 </div><p> |
|
174 <a class="anchor" name="c492d1b5ebd2d99020e72c137beda878"></a><!-- doxytag: member="timers_driver.h::WaitReceiveTaskEnd" ref="c492d1b5ebd2d99020e72c137beda878" args="(TASK_HANDLE)" --> |
|
175 <div class="memitem"> |
|
176 <div class="memproto"> |
|
177 <table class="memname"> |
|
178 <tr> |
|
179 <td class="memname">void WaitReceiveTaskEnd </td> |
|
180 <td>(</td> |
|
181 <td class="paramtype">TASK_HANDLE </td> |
|
182 <td class="paramname"> </td> |
|
183 <td> ) </td> |
|
184 <td width="100%"></td> |
|
185 </tr> |
|
186 </table> |
|
187 </div> |
|
188 <div class="memdoc"> |
|
189 |
|
190 <p> |
|
191 |
|
192 <p> |
|
193 Definition at line <a class="el" href="timers__unix_8c-source.html#l00076">76</a> of file <a class="el" href="timers__unix_8c-source.html">timers_unix.c</a>. |
|
194 </div> |
|
195 </div><p> |
|
196 <hr size="1"><address style="align: right;"><small>Generated on Mon Jun 4 16:29:08 2007 for CanFestival by |
|
197 <a href="http://www.doxygen.org/index.html"> |
|
198 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
199 </body> |
|
200 </html> |