|
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/can_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/can_driver.h File Reference</h1><code>#include "<a class="el" href="win32_2applicfg_8h-source.html">applicfg.h</a>"</code><br> |
|
21 <code>#include "<a class="el" href="can_8h-source.html">can.h</a>"</code><br> |
|
22 |
|
23 <p> |
|
24 <a href="can__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>Data Structures</h2></td></tr> |
|
27 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structstruct__s__BOARD.html">struct_s_BOARD</a></td></tr> |
|
28 |
|
29 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
|
30 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#74c6a27b44fd54de5cb021299ffce612">DLL_CALL</a>(funcname) funcname##_driver</td></tr> |
|
31 |
|
32 <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr> |
|
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="structstruct__s__BOARD.html">struct_s_BOARD</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#8791342659a586c5fa66d00ca4e4d583">s_BOARD</a></td></tr> |
|
34 |
|
35 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
|
36 <tr><td class="memItemLeft" nowrap align="right" valign="top">UNS8 DLL_CALL() </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#54d882f7937b7be0a5558f9d372cb0f7">canReceive</a> (<a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a>, <a class="el" href="structMessage.html">Message</a> *) FCT_PTR_INIT</td></tr> |
|
37 |
|
38 <tr><td class="memItemLeft" nowrap align="right" valign="top">UNS8 DLL_CALL() </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#821c783be9b81479e3d8392cfb8952f4">canSend</a> (<a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a>, <a class="el" href="structMessage.html">Message</a> *) FCT_PTR_INIT</td></tr> |
|
39 |
|
40 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a> DLL_CALL() </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#641404106e253941c94c97e67a8ce524">canOpen</a> (<a class="el" href="structstruct__s__BOARD.html">s_BOARD</a> *) FCT_PTR_INIT</td></tr> |
|
41 |
|
42 <tr><td class="memItemLeft" nowrap align="right" valign="top">int DLL_CALL() </td><td class="memItemRight" valign="bottom"><a class="el" href="can__driver_8h.html#daaecb39bb3a67bb15580a112990b506">canClose</a> (<a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a>) FCT_PTR_INIT</td></tr> |
|
43 |
|
44 </table> |
|
45 <hr><h2>Define Documentation</h2> |
|
46 <a class="anchor" name="74c6a27b44fd54de5cb021299ffce612"></a><!-- doxytag: member="can_driver.h::DLL_CALL" ref="74c6a27b44fd54de5cb021299ffce612" args="(funcname)" --> |
|
47 <div class="memitem"> |
|
48 <div class="memproto"> |
|
49 <table class="memname"> |
|
50 <tr> |
|
51 <td class="memname">#define DLL_CALL </td> |
|
52 <td>(</td> |
|
53 <td class="paramtype">funcname </td> |
|
54 <td class="paramname"> </td> |
|
55 <td> ) </td> |
|
56 <td width="100%"> funcname##_driver</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="can__driver_8h-source.html#l00039">39</a> of file <a class="el" href="can__driver_8h-source.html">can_driver.h</a>. |
|
66 </div> |
|
67 </div><p> |
|
68 <hr><h2>Typedef Documentation</h2> |
|
69 <a class="anchor" name="8791342659a586c5fa66d00ca4e4d583"></a><!-- doxytag: member="can_driver.h::s_BOARD" ref="8791342659a586c5fa66d00ca4e4d583" args="" --> |
|
70 <div class="memitem"> |
|
71 <div class="memproto"> |
|
72 <table class="memname"> |
|
73 <tr> |
|
74 <td class="memname">typedef struct <a class="el" href="structstruct__s__BOARD.html">struct_s_BOARD</a> <a class="el" href="structstruct__s__BOARD.html">s_BOARD</a> </td> |
|
75 </tr> |
|
76 </table> |
|
77 </div> |
|
78 <div class="memdoc"> |
|
79 |
|
80 <p> |
|
81 |
|
82 <p> |
|
83 Definition at line <a class="el" href="can__driver_8h-source.html#l00028">28</a> of file <a class="el" href="can__driver_8h-source.html">can_driver.h</a>. |
|
84 </div> |
|
85 </div><p> |
|
86 <hr><h2>Function Documentation</h2> |
|
87 <a class="anchor" name="daaecb39bb3a67bb15580a112990b506"></a><!-- doxytag: member="can_driver.h::canClose" ref="daaecb39bb3a67bb15580a112990b506" args="(CAN_HANDLE) FCT_PTR_INIT" --> |
|
88 <div class="memitem"> |
|
89 <div class="memproto"> |
|
90 <table class="memname"> |
|
91 <tr> |
|
92 <td class="memname">int DLL_CALL() canClose </td> |
|
93 <td>(</td> |
|
94 <td class="paramtype"><a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a> </td> |
|
95 <td class="paramname"> </td> |
|
96 <td> ) </td> |
|
97 <td width="100%"></td> |
|
98 </tr> |
|
99 </table> |
|
100 </div> |
|
101 <div class="memdoc"> |
|
102 |
|
103 <p> |
|
104 |
|
105 </div> |
|
106 </div><p> |
|
107 <a class="anchor" name="641404106e253941c94c97e67a8ce524"></a><!-- doxytag: member="can_driver.h::canOpen" ref="641404106e253941c94c97e67a8ce524" args="(s_BOARD *) FCT_PTR_INIT" --> |
|
108 <div class="memitem"> |
|
109 <div class="memproto"> |
|
110 <table class="memname"> |
|
111 <tr> |
|
112 <td class="memname"><a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a> DLL_CALL() canOpen </td> |
|
113 <td>(</td> |
|
114 <td class="paramtype"><a class="el" href="structstruct__s__BOARD.html">s_BOARD</a> * </td> |
|
115 <td class="paramname"> </td> |
|
116 <td> ) </td> |
|
117 <td width="100%"></td> |
|
118 </tr> |
|
119 </table> |
|
120 </div> |
|
121 <div class="memdoc"> |
|
122 |
|
123 <p> |
|
124 |
|
125 </div> |
|
126 </div><p> |
|
127 <a class="anchor" name="54d882f7937b7be0a5558f9d372cb0f7"></a><!-- doxytag: member="can_driver.h::canReceive" ref="54d882f7937b7be0a5558f9d372cb0f7" args="(CAN_HANDLE, Message *) FCT_PTR_INIT" --> |
|
128 <div class="memitem"> |
|
129 <div class="memproto"> |
|
130 <table class="memname"> |
|
131 <tr> |
|
132 <td class="memname">UNS8 DLL_CALL() canReceive </td> |
|
133 <td>(</td> |
|
134 <td class="paramtype"><a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a> </td> |
|
135 <td class="paramname">, </td> |
|
136 </tr> |
|
137 <tr> |
|
138 <td class="paramkey"></td> |
|
139 <td></td> |
|
140 <td class="paramtype"><a class="el" href="structMessage.html">Message</a> * </td> |
|
141 <td class="paramname"></td><td> </td> |
|
142 </tr> |
|
143 <tr> |
|
144 <td></td> |
|
145 <td>)</td> |
|
146 <td></td><td></td><td width="100%"></td> |
|
147 </tr> |
|
148 </table> |
|
149 </div> |
|
150 <div class="memdoc"> |
|
151 |
|
152 <p> |
|
153 |
|
154 <p> |
|
155 Definition at line <a class="el" href="drivers__win32_8cpp-source.html#l00124">124</a> of file <a class="el" href="drivers__win32_8cpp-source.html">drivers_win32.cpp</a>. |
|
156 <p> |
|
157 References <a class="el" href="drivers__win32_8cpp-source.html#l00113">driver_data::inst</a>, <a class="el" href="drivers__win32_8cpp-source.html#l00057">driver_procs::m_canReceive</a>, and <a class="el" href="drivers__win32_8cpp-source.html#l00117">s_driver_procs</a>. |
|
158 </div> |
|
159 </div><p> |
|
160 <a class="anchor" name="821c783be9b81479e3d8392cfb8952f4"></a><!-- doxytag: member="can_driver.h::canSend" ref="821c783be9b81479e3d8392cfb8952f4" args="(CAN_HANDLE, Message *) FCT_PTR_INIT" --> |
|
161 <div class="memitem"> |
|
162 <div class="memproto"> |
|
163 <table class="memname"> |
|
164 <tr> |
|
165 <td class="memname">UNS8 DLL_CALL() canSend </td> |
|
166 <td>(</td> |
|
167 <td class="paramtype"><a class="el" href="win32_2applicfg_8h.html#712c7b28987b12b8d400df19c92d0f5e">CAN_HANDLE</a> </td> |
|
168 <td class="paramname">, </td> |
|
169 </tr> |
|
170 <tr> |
|
171 <td class="paramkey"></td> |
|
172 <td></td> |
|
173 <td class="paramtype"><a class="el" href="structMessage.html">Message</a> * </td> |
|
174 <td class="paramname"></td><td> </td> |
|
175 </tr> |
|
176 <tr> |
|
177 <td></td> |
|
178 <td>)</td> |
|
179 <td></td><td></td><td width="100%"></td> |
|
180 </tr> |
|
181 </table> |
|
182 </div> |
|
183 <div class="memdoc"> |
|
184 |
|
185 <p> |
|
186 |
|
187 <p> |
|
188 Definition at line <a class="el" href="unix_8c-source.html#l00120">120</a> of file <a class="el" href="unix_8c-source.html">unix.c</a>. |
|
189 </div> |
|
190 </div><p> |
|
191 <hr size="1"><address style="align: right;"><small>Generated on Mon Jun 4 16:29:07 2007 for CanFestival by |
|
192 <a href="http://www.doxygen.org/index.html"> |
|
193 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
194 </body> |
|
195 </html> |