doc/doxygen/html/structcanfilt__t.html
author etisserant
Mon, 02 Jul 2007 18:22:58 +0200
changeset 236 905677ed00f3
parent 215 f49e5a6b7804
child 240 34654679f262
permissions -rw-r--r--
Full preliminary implementation of TPDO transmit type:
- SYNC (N) (1-240)
- RTR only + SYNC (252)
- RTR only (253)
- EVENT, with timer and inhibit time (254 and 255)

User app have to call sendPDOevent(d) to eventually signal mapped data changes.
Callbacks added to 0x140N, TPDO comm parameters for on the fly timers values change.
TestMasterSlave updated.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CanFestival: canfilt_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>canfilt_t Struct Reference</h1><!-- doxytag: class="canfilt_t" --><code>#include &lt;<a class="el" href="canmsg_8h-source.html">canmsg.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#fdcc03f2a187f0b468081815c2f709c3">flags</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#02e22abff78f9bdfb42a957d5beb4130">queid</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#7d6d90e3ba8c36b857306873b1584005">cob</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="canmsg_8h.html#4df2eff676652dbe67d372e42ccf8aa7">canmsg_id_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#f53a58f5928e6832631bae811a93b1fb">id</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="canmsg_8h.html#4df2eff676652dbe67d372e42ccf8aa7">canmsg_id_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcanfilt__t.html#0b1650e86282ed67271c33475c9aa72a">mask</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
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>
Header: <a class="el" href="canmsg_8h.html">canmsg.h</a> 
<p>

<p>
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>
<a class="anchor" name="fdcc03f2a187f0b468081815c2f709c3"></a><!-- doxytag: member="canfilt_t::flags" ref="fdcc03f2a187f0b468081815c2f709c3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structcanfilt__t.html#fdcc03f2a187f0b468081815c2f709c3">canfilt_t::flags</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
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>.
</div>
</div><p>
<a class="anchor" name="02e22abff78f9bdfb42a957d5beb4130"></a><!-- doxytag: member="canfilt_t::queid" ref="02e22abff78f9bdfb42a957d5beb4130" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structcanfilt__t.html#02e22abff78f9bdfb42a957d5beb4130">canfilt_t::queid</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
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>.
</div>
</div><p>
<a class="anchor" name="7d6d90e3ba8c36b857306873b1584005"></a><!-- doxytag: member="canfilt_t::cob" ref="7d6d90e3ba8c36b857306873b1584005" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structcanfilt__t.html#7d6d90e3ba8c36b857306873b1584005">canfilt_t::cob</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
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>.
</div>
</div><p>
<a class="anchor" name="f53a58f5928e6832631bae811a93b1fb"></a><!-- doxytag: member="canfilt_t::id" ref="f53a58f5928e6832631bae811a93b1fb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="canmsg_8h.html#4df2eff676652dbe67d372e42ccf8aa7">canmsg_id_t</a> <a class="el" href="structcanfilt__t.html#f53a58f5928e6832631bae811a93b1fb">canfilt_t::id</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
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>.
</div>
</div><p>
<a class="anchor" name="0b1650e86282ed67271c33475c9aa72a"></a><!-- doxytag: member="canfilt_t::mask" ref="0b1650e86282ed67271c33475c9aa72a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="canmsg_8h.html#4df2eff676652dbe67d372e42ccf8aa7">canmsg_id_t</a> <a class="el" href="structcanfilt__t.html#0b1650e86282ed67271c33475c9aa72a">canfilt_t::mask</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
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>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>drivers/can_lincan/<a class="el" href="canmsg_8h-source.html">canmsg.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:52:17 2007 for CanFestival by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>