215
|
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: canfilt_t Struct 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 id="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
12 |
<li><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="annotated.html"><span>Data Structures</span></a></li>
|
|
18 |
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
19 |
</ul></div>
|
|
20 |
<h1>canfilt_t Struct Reference</h1><!-- doxytag: class="canfilt_t" --><code>#include <<a class="el" href="canmsg_8h-source.html">canmsg.h</a>></code>
|
|
21 |
<p>
|
|
22 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
23 |
<tr><td></td></tr>
|
|
24 |
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
240
|
25 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#2067d6b5da7d2bf5d3071ddfd393a25a">flags</a></td></tr>
|
215
|
26 |
|
240
|
27 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#53fc1a09c188bf8b4cf4cb372baa83af">queid</a></td></tr>
|
215
|
28 |
|
240
|
29 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#be2b105a90f6fbdd2fade98a3594ec02">cob</a></td></tr>
|
215
|
30 |
|
240
|
31 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="canmsg_8h.html#c6a169575bc0ced6a486d47f8f2ad0ff">canmsg_id_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#162ec8f307bd112d07e910984cd69418">id</a></td></tr>
|
215
|
32 |
|
240
|
33 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="canmsg_8h.html#c6a169575bc0ced6a486d47f8f2ad0ff">canmsg_id_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#f3533245b51e6606ef601c302750cfab">mask</a></td></tr>
|
215
|
34 |
|
|
35 |
</table>
|
|
36 |
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
37 |
struct <a class="el" href="structcanfilt__t.html">canfilt_t</a> - structure for acceptance filter setup : message flags MSG_RTR .. message is Remote Transmission Request, MSG_EXT .. message with extended ID, MSG_OVR .. indication of queue overflow condition, MSG_LOCAL .. message originates from this node. there are corresponding mask bits MSG_RTR_MASK, MSG_EXT_MASK, MSG_LOCAL_MASK. MSG_PROCESSLOCAL enables local messages processing in the combination with global setting : CAN queue identification in the case of the multiple queues per one user (open instance) : communication object number (not used) : selected required value of cared ID id bits : select bits significand for the comparation; 1 .. take care about corresponding ID bit, 0 .. don't care<p>
|
|
38 |
Header: <a class="el" href="canmsg_8h.html">canmsg.h</a>
|
|
39 |
<p>
|
|
40 |
|
|
41 |
<p>
|
|
42 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00105">105</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.<hr><h2>Field Documentation</h2>
|
240
|
43 |
<a class="anchor" name="2067d6b5da7d2bf5d3071ddfd393a25a"></a><!-- doxytag: member="canfilt_t::flags" ref="2067d6b5da7d2bf5d3071ddfd393a25a" args="" -->
|
215
|
44 |
<div class="memitem">
|
|
45 |
<div class="memproto">
|
|
46 |
<table class="memname">
|
|
47 |
<tr>
|
240
|
48 |
<td class="memname">int <a class="el" href="structcanfilt__t.html#2067d6b5da7d2bf5d3071ddfd393a25a">canfilt_t::flags</a> </td>
|
215
|
49 |
</tr>
|
|
50 |
</table>
|
|
51 |
</div>
|
|
52 |
<div class="memdoc">
|
|
53 |
|
|
54 |
<p>
|
|
55 |
|
|
56 |
<p>
|
|
57 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00106">106</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.
|
|
58 |
</div>
|
|
59 |
</div><p>
|
240
|
60 |
<a class="anchor" name="53fc1a09c188bf8b4cf4cb372baa83af"></a><!-- doxytag: member="canfilt_t::queid" ref="53fc1a09c188bf8b4cf4cb372baa83af" args="" -->
|
215
|
61 |
<div class="memitem">
|
|
62 |
<div class="memproto">
|
|
63 |
<table class="memname">
|
|
64 |
<tr>
|
240
|
65 |
<td class="memname">int <a class="el" href="structcanfilt__t.html#53fc1a09c188bf8b4cf4cb372baa83af">canfilt_t::queid</a> </td>
|
215
|
66 |
</tr>
|
|
67 |
</table>
|
|
68 |
</div>
|
|
69 |
<div class="memdoc">
|
|
70 |
|
|
71 |
<p>
|
|
72 |
|
|
73 |
<p>
|
|
74 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00107">107</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.
|
|
75 |
</div>
|
|
76 |
</div><p>
|
240
|
77 |
<a class="anchor" name="be2b105a90f6fbdd2fade98a3594ec02"></a><!-- doxytag: member="canfilt_t::cob" ref="be2b105a90f6fbdd2fade98a3594ec02" args="" -->
|
215
|
78 |
<div class="memitem">
|
|
79 |
<div class="memproto">
|
|
80 |
<table class="memname">
|
|
81 |
<tr>
|
240
|
82 |
<td class="memname">int <a class="el" href="structcanfilt__t.html#be2b105a90f6fbdd2fade98a3594ec02">canfilt_t::cob</a> </td>
|
215
|
83 |
</tr>
|
|
84 |
</table>
|
|
85 |
</div>
|
|
86 |
<div class="memdoc">
|
|
87 |
|
|
88 |
<p>
|
|
89 |
|
|
90 |
<p>
|
|
91 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00108">108</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.
|
|
92 |
</div>
|
|
93 |
</div><p>
|
240
|
94 |
<a class="anchor" name="162ec8f307bd112d07e910984cd69418"></a><!-- doxytag: member="canfilt_t::id" ref="162ec8f307bd112d07e910984cd69418" args="" -->
|
215
|
95 |
<div class="memitem">
|
|
96 |
<div class="memproto">
|
|
97 |
<table class="memname">
|
|
98 |
<tr>
|
240
|
99 |
<td class="memname"><a class="el" href="canmsg_8h.html#c6a169575bc0ced6a486d47f8f2ad0ff">canmsg_id_t</a> <a class="el" href="structcanfilt__t.html#162ec8f307bd112d07e910984cd69418">canfilt_t::id</a> </td>
|
215
|
100 |
</tr>
|
|
101 |
</table>
|
|
102 |
</div>
|
|
103 |
<div class="memdoc">
|
|
104 |
|
|
105 |
<p>
|
|
106 |
|
|
107 |
<p>
|
|
108 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00109">109</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.
|
|
109 |
</div>
|
|
110 |
</div><p>
|
240
|
111 |
<a class="anchor" name="f3533245b51e6606ef601c302750cfab"></a><!-- doxytag: member="canfilt_t::mask" ref="f3533245b51e6606ef601c302750cfab" args="" -->
|
215
|
112 |
<div class="memitem">
|
|
113 |
<div class="memproto">
|
|
114 |
<table class="memname">
|
|
115 |
<tr>
|
240
|
116 |
<td class="memname"><a class="el" href="canmsg_8h.html#c6a169575bc0ced6a486d47f8f2ad0ff">canmsg_id_t</a> <a class="el" href="structcanfilt__t.html#f3533245b51e6606ef601c302750cfab">canfilt_t::mask</a> </td>
|
215
|
117 |
</tr>
|
|
118 |
</table>
|
|
119 |
</div>
|
|
120 |
<div class="memdoc">
|
|
121 |
|
|
122 |
<p>
|
|
123 |
|
|
124 |
<p>
|
|
125 |
Definition at line <a class="el" href="canmsg_8h-source.html#l00110">110</a> of file <a class="el" href="canmsg_8h-source.html">canmsg.h</a>.
|
|
126 |
</div>
|
|
127 |
</div><p>
|
|
128 |
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
129 |
<li>drivers/can_lincan/<a class="el" href="canmsg_8h-source.html">canmsg.h</a></ul>
|
240
|
130 |
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:43 2007 for CanFestival by
|
215
|
131 |
<a href="http://www.doxygen.org/index.html">
|
|
132 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
133 |
</body>
|
|
134 |
</html>
|