Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > eb6f01499a5d4428f90019094419e1c5 > files > 339

liblirc-devel-0.10.1-7.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LIRC libraries: /home/iurt/rpmbuild/BUILD/lirc-0.10.1/lib/ir_remote_types.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="diode-2.gif"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">LIRC libraries
   </div>
   <div id="projectbrief">LinuxInfraredRemoteControl</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('ir__remote__types_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">ir_remote_types.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ir__remote__types_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/****************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">** ir_remote_types.h *******************************************************</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">****************************************************************************</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">* ir_remote_types.h - describes and decodes the signals from IR remotes</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">* Copyright (C) 1996,97 Ralph Metzler &lt;rjkm@thp.uni-koeln.de&gt;</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">* Copyright (C) 1998 Christoph Bartelmus &lt;lirc@bartelmus.de&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">*/</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#ifndef IR_REMOTE_TYPES_H</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#define IR_REMOTE_TYPES_H</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &lt;stdint.h&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &lt;sys/time.h&gt;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &lt;unistd.h&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &lt;string.h&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &lt;math.h&gt;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#if defined(__linux__)</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;linux/types.h&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#ifdef HAVE_KERNEL_LIRC_H</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#include &lt;linux/lirc.h&gt;</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#include &quot;media/lirc.h&quot;</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">   47</a></span>&#160;<span class="keyword">typedef</span> uint64_t <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structir__code__node.html">   53</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structir__code__node.html">ir_code_node</a> {</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 code;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__code__node.html">ir_code_node</a>*    next;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;};</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structir__ncode.html">   64</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a> {</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="structir__ncode.html#ac28e8133cbc7aa22dbbc8ef722883d2b">   66</a></span>&#160;        <span class="keywordtype">char</span>*                   <a class="code" href="structir__ncode.html#ac28e8133cbc7aa22dbbc8ef722883d2b">name</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structir__ncode.html#a17ca9e939fd5742de3ed6e29bdc68e8d">   69</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 <a class="code" href="structir__ncode.html#a17ca9e939fd5742de3ed6e29bdc68e8d">code</a>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structir__ncode.html#a46824261611491c5ff0b611cda1ec437">   72</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__ncode.html#a46824261611491c5ff0b611cda1ec437">length</a>;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structir__ncode.html#a6ff318262c9447b1e1fc4e944e29bf4a">   75</a></span>&#160;        lirc_t*                 <a class="code" href="structir__ncode.html#a6ff318262c9447b1e1fc4e944e29bf4a">signals</a>;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="structir__ncode.html#a0e80278912121f630d3b398959c4dad7">   79</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__code__node.html">ir_code_node</a>*    <a class="code" href="structir__ncode.html#a0e80278912121f630d3b398959c4dad7">next</a>;</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="structir__ncode.html#a849807a18ac00c5d4228c2ebf5eb6519">   83</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__code__node.html">ir_code_node</a>*    <a class="code" href="structir__ncode.html#a849807a18ac00c5d4228c2ebf5eb6519">current</a>;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="structir__ncode.html#a29cc93e9a6e908dfe8904db34680ef1f">   86</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__code__node.html">ir_code_node</a>*    <a class="code" href="structir__ncode.html#a29cc93e9a6e908dfe8904db34680ef1f">transmit_state</a>;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structir__ncode.html#a0591a65926113978c7db2426c65d9f77">   89</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a>*        <a class="code" href="structir__ncode.html#a0591a65926113978c7db2426c65d9f77">next_ncode</a>;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;};</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="comment"> * struct ir_remote</span></div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment"> * defines the encoding of a remote control</span></div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment">/* definitions for flags */</span></div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="preprocessor">#define IR_PROTOCOL_MASK 0x07ff</span></div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="comment">/* protocols: must not be combined */</span></div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment">/* Don&#39;t forget to take a look at config_file.h when adding new flags */</span></div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a1d5942b879cf0bb135f4496bb0d27d4a">  104</a></span>&#160;<span class="preprocessor">#define RAW_CODES       0x0001  </span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a91697bfec209fb3146fde1f40e425ede">  105</a></span>&#160;<span class="preprocessor">#define RC5             0x0002  </span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a1a3e70543f0b4b37b11cf675e16edc78">  106</a></span>&#160;<span class="preprocessor">#define SHIFT_ENC          RC5  </span></div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="preprocessor"></span><span class="comment">/* Hm, RC6 protocols seem to have changed the biphase semantics so</span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment"> * that lircd will calculate the bit-wise complement of the codes. But</span></div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="comment"> * this is only a guess as I did not have a datasheet... */</span><span class="preprocessor"></span></div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a259ca3c51823b7454fb93db646b81bb1">  111</a></span>&#160;<span class="preprocessor">#define RC6             0x0004  </span></div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#ad67f2feebcdfc52e6342da7cb1c8f997">  112</a></span>&#160;<span class="preprocessor">#define RCMM            0x0008  </span></div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a6db726257ddd9e6843e40ea379b6319f">  113</a></span>&#160;<span class="preprocessor">#define SPACE_ENC       0x0010  </span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a595e544f9dbe598b635b48383f57425a">  114</a></span>&#160;<span class="preprocessor">#define SPACE_FIRST     0x0020  </span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#ac3574bc899d70e66c326f73fd8b4b671">  115</a></span>&#160;<span class="preprocessor">#define GOLDSTAR        0x0040  </span></div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a40b8ce019aff9658b6afb245bc26b8eb">  116</a></span>&#160;<span class="preprocessor">#define GRUNDIG         0x0080  </span></div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a449e8aac922c7f3659cbbf80cf88df10">  117</a></span>&#160;<span class="preprocessor">#define BO              0x0100  </span></div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#aae3f0b4211ba45d265973d40ccbb5fd1">  118</a></span>&#160;<span class="preprocessor">#define SERIAL          0x0200  </span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a21b087fdf978a6f0da138b3efbdb1cca">  119</a></span>&#160;<span class="preprocessor">#define XMP             0x0400  </span></div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="preprocessor"></span><span class="comment">/* additinal flags: can be orred together with protocol flag */</span><span class="preprocessor"></span></div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="preprocessor">#define REVERSE         0x0800</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#abf5d6878061b54bd7abcf78ba6336fd0">  123</a></span>&#160;<span class="preprocessor">#define NO_HEAD_REP     0x1000          </span></div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a94aa4cc9b331962ec02258cc794077cc">  124</a></span>&#160;<span class="preprocessor">#define NO_FOOT_REP     0x2000          </span></div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#acf323c5598caae45e113bdd9ff1e677a">  125</a></span>&#160;<span class="preprocessor">#define CONST_LENGTH    0x4000          </span></div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a2c2f13c03a7d50bc96caf3d4c52ee084">  126</a></span>&#160;<span class="preprocessor">#define REPEAT_HEADER   0x8000          </span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#a4810ea9a08167df9744ad0d4ed381496">  128</a></span>&#160;<span class="preprocessor">#define COMPAT_REVERSE  0x00010000      </span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="ir__remote__types_8h.html#abc1771f65e11778c1f1cd8c7dd44506e">  133</a></span>&#160;<span class="preprocessor">#define REPEAT_MAX_DEFAULT 600</span></div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="preprocessor">#define DEFAULT_FREQ 38000</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="preprocessor">#define IR_PARITY_NONE 0</span></div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="preprocessor">#define IR_PARITY_EVEN 1</span></div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="preprocessor">#define IR_PARITY_ODD  2</span></div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html">  142</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structdecode__ctx__t.html">decode_ctx_t</a> {</div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#a1a206e5968a38e6e5286be41c037c30c">  143</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a> <a class="code" href="structdecode__ctx__t.html#a1a206e5968a38e6e5286be41c037c30c">code</a>;                   </div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#ae52561bab1b135eda87baf242a1092a6">  144</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a> <a class="code" href="structdecode__ctx__t.html#ae52561bab1b135eda87baf242a1092a6">pre</a>;                    </div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#a81e997b57167363c5cc8db496a841165">  145</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a> <a class="code" href="structdecode__ctx__t.html#a81e997b57167363c5cc8db496a841165">post</a>;                   </div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#a7c9bcadb5d59fb05fdad3a0cdd9b1106">  146</a></span>&#160;        <span class="keywordtype">int</span>     <a class="code" href="structdecode__ctx__t.html#a7c9bcadb5d59fb05fdad3a0cdd9b1106">repeat_flag</a>;            </div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#ab7221813c357026846919c726cf43d73">  147</a></span>&#160;        lirc_t  <a class="code" href="structdecode__ctx__t.html#ab7221813c357026846919c726cf43d73">max_remaining_gap</a>;      </div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="structdecode__ctx__t.html#aa76a228985ce90fddd03399aceacadb5">  148</a></span>&#160;        lirc_t  <a class="code" href="structdecode__ctx__t.html#aa76a228985ce90fddd03399aceacadb5">min_remaining_gap</a>;      </div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;};</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="structir__remote.html">  155</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structir__remote.html">ir_remote</a> {</div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="structir__remote.html#acd104de70d9169542de9c471befb0045">  156</a></span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>*             <a class="code" href="structir__remote.html#acd104de70d9169542de9c471befb0045">name</a>;   </div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="structir__remote.html#a00db6cb8c77235b3f30ea9cdae6239aa">  157</a></span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>*             <a class="code" href="structir__remote.html#a00db6cb8c77235b3f30ea9cdae6239aa">driver</a>; </div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a>*        codes;</div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="structir__remote.html#a66c874209817af89bc88503f61a76539">  159</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__remote.html#a66c874209817af89bc88503f61a76539">bits</a>;   </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="structir__remote.html#a9ac03eb6d4cee793010b00fe434aa985">  160</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__remote.html#a9ac03eb6d4cee793010b00fe434aa985">flags</a>;  </div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="structir__remote.html#ac342d7efc70fbd9fc7877dab8f3976dd">  161</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__remote.html#ac342d7efc70fbd9fc7877dab8f3976dd">eps</a>;    </div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="structir__remote.html#a0b5643a548247fb44cb323e7f5024ead">  162</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a0b5643a548247fb44cb323e7f5024ead">aeps</a>;   </div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="structir__remote.html#ac41de5381ae0049f897137be727572be">  168</a></span>&#160;        <span class="keywordtype">char</span>*           <a class="code" href="structir__remote.html#ac41de5381ae0049f897137be727572be">dyncodes_name</a>;  </div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="structir__remote.html#ae8172a416ed4f0481f61aaee32b3803c">  169</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#ae8172a416ed4f0481f61aaee32b3803c">dyncode</a>;        </div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="structir__remote.html#a250d88b2da87c39fc420714afc93c7f6">  170</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a> <a class="code" href="structir__remote.html#a250d88b2da87c39fc420714afc93c7f6">dyncodes</a>[2];    </div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;        <span class="comment">/* pulse and space lengths of: */</span></div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="structir__remote.html#a8833025334a52ee2683eb6c0fc5c2dba">  174</a></span>&#160;        lirc_t          phead, <a class="code" href="structir__remote.html#a8833025334a52ee2683eb6c0fc5c2dba">shead</a>;           </div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="structir__remote.html#a7f340b28266813867571a55f82fd97e3">  175</a></span>&#160;        lirc_t          pthree, <a class="code" href="structir__remote.html#a7f340b28266813867571a55f82fd97e3">sthree</a>;         </div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="structir__remote.html#a04c5288df6f5bace9617ebdeaf462a5c">  176</a></span>&#160;        lirc_t          ptwo, <a class="code" href="structir__remote.html#a04c5288df6f5bace9617ebdeaf462a5c">stwo</a>;             </div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="structir__remote.html#acca5860d287ecc9bb10b1b637fe1798a">  177</a></span>&#160;        lirc_t          pone, <a class="code" href="structir__remote.html#acca5860d287ecc9bb10b1b637fe1798a">sone</a>;             </div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="structir__remote.html#a8de4273ee35fa7b5d56f82a793f1aa1a">  178</a></span>&#160;        lirc_t          pzero, <a class="code" href="structir__remote.html#a8de4273ee35fa7b5d56f82a793f1aa1a">szero</a>;           </div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="structir__remote.html#a7c794a8fec73d6a6aa8da207e07e3e35">  179</a></span>&#160;        lirc_t          <a class="code" href="structir__remote.html#a7c794a8fec73d6a6aa8da207e07e3e35">plead</a>;                  </div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="structir__remote.html#a31000dfff5250ffa70a12e50d936ccaa">  180</a></span>&#160;        lirc_t          <a class="code" href="structir__remote.html#a31000dfff5250ffa70a12e50d936ccaa">ptrail</a>;                 </div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="structir__remote.html#a2985b422762a3c7b5b295187d6a00664">  181</a></span>&#160;        lirc_t          pfoot, <a class="code" href="structir__remote.html#a2985b422762a3c7b5b295187d6a00664">sfoot</a>;           </div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="structir__remote.html#a4e9ba62e5adc73c7fa1e3fdaea2743a4">  182</a></span>&#160;        lirc_t          prepeat, <a class="code" href="structir__remote.html#a4e9ba62e5adc73c7fa1e3fdaea2743a4">srepeat</a>;       </div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="structir__remote.html#ae5bfde45bb74a00d7ec53023f2fa6252">  184</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#ae5bfde45bb74a00d7ec53023f2fa6252">pre_data_bits</a>;          </div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="structir__remote.html#a54cf93d6a6ea5fa37c4b17ecad8b7b4b">  185</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>         <a class="code" href="structir__remote.html#a54cf93d6a6ea5fa37c4b17ecad8b7b4b">pre_data</a>;               </div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="structir__remote.html#a67432d0e91b257de5044ee47985cbb5b">  186</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#a67432d0e91b257de5044ee47985cbb5b">post_data_bits</a>;         </div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="structir__remote.html#a96f9c35cff5a927c8fb76c5a8a240238">  187</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>         <a class="code" href="structir__remote.html#a96f9c35cff5a927c8fb76c5a8a240238">post_data</a>;              </div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="structir__remote.html#abb03ea8ad94fd47ffcf9705659cc79cd">  188</a></span>&#160;        lirc_t          pre_p, <a class="code" href="structir__remote.html#abb03ea8ad94fd47ffcf9705659cc79cd">pre_s</a>;           </div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="structir__remote.html#aa7c0f859104f6b22e28a36ede935166b">  189</a></span>&#160;        lirc_t          post_p, <a class="code" href="structir__remote.html#aa7c0f859104f6b22e28a36ede935166b">post_s</a>;         </div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="structir__remote.html#abde525f609dea108baab4b690c2b94e4">  191</a></span>&#160;        uint32_t        <a class="code" href="structir__remote.html#abde525f609dea108baab4b690c2b94e4">gap</a>;                    </div><div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="structir__remote.html#a105c35a3ef1a43991857da3d3e62d0d0">  192</a></span>&#160;        uint32_t        <a class="code" href="structir__remote.html#a105c35a3ef1a43991857da3d3e62d0d0">gap2</a>;                   </div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="structir__remote.html#a021d2bb70e0e6d0b1edc2ecb5705d4e4">  193</a></span>&#160;        uint32_t        <a class="code" href="structir__remote.html#a021d2bb70e0e6d0b1edc2ecb5705d4e4">repeat_gap</a>;             </div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="structir__remote.html#afbc1dd399fff0771f4d060fce62cdbfe">  194</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#afbc1dd399fff0771f4d060fce62cdbfe">toggle_bit</a>;             </div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="structir__remote.html#ad1d35f0da36527d473c7d857231ec739">  195</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>         <a class="code" href="structir__remote.html#ad1d35f0da36527d473c7d857231ec739">toggle_bit_mask</a>;        </div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="structir__remote.html#a075a47ed472f9e8a42b64d3837333bbd">  196</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#a075a47ed472f9e8a42b64d3837333bbd">suppress_repeat</a>;        </div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="structir__remote.html#aa18b9b96d71c66bcdef21f4528c28d03">  199</a></span>&#160;        <span class="keywordtype">int</span>             <a class="code" href="structir__remote.html#aa18b9b96d71c66bcdef21f4528c28d03">min_repeat</a>;</div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="structir__remote.html#acc6496772f35bd188aa1d6bfecf19d5c">  207</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#acc6496772f35bd188aa1d6bfecf19d5c">min_code_repeat</a>;</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="structir__remote.html#a04eb04a7c2333f53ceb20ffef8d2ebc4">  208</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a04eb04a7c2333f53ceb20ffef8d2ebc4">freq</a>;           </div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="structir__remote.html#a3edd8099b0f26ca703b051479329446a">  209</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a3edd8099b0f26ca703b051479329446a">duty_cycle</a>;     </div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="structir__remote.html#a9744aba55e393727c08815e548a9f836">  210</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 <a class="code" href="structir__remote.html#a9744aba55e393727c08815e548a9f836">toggle_mask</a>;    </div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="structir__remote.html#a2a6af729b770240668e5394962728af8">  211</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 <a class="code" href="structir__remote.html#a2a6af729b770240668e5394962728af8">rc6_mask</a>;       </div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;        <span class="comment">/* serial protocols */</span></div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="structir__remote.html#a9e93a637e00eb62f9118b5059b361f08">  214</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a9e93a637e00eb62f9118b5059b361f08">baud</a>;           </div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="structir__remote.html#a1fd7f2e6b078e14bc48407ef2db2c406">  215</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a1fd7f2e6b078e14bc48407ef2db2c406">bits_in_byte</a>;   </div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="structir__remote.html#ae278bec13a15b073b675e53a9805cfde">  216</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#ae278bec13a15b073b675e53a9805cfde">parity</a>;         </div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="structir__remote.html#a13fcf354b4173cde1d0bd622da6efbc2">  217</a></span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>            <a class="code" href="structir__remote.html#a13fcf354b4173cde1d0bd622da6efbc2">stop_bits</a>;      </div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="structir__remote.html#a739c26d88eb023d67353fa08dd076255">  221</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 <a class="code" href="structir__remote.html#a739c26d88eb023d67353fa08dd076255">ignore_mask</a>;</div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="structir__remote.html#a47f22b4a2e69b0d90ae6ad61960076b3">  222</a></span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 <a class="code" href="structir__remote.html#a47f22b4a2e69b0d90ae6ad61960076b3">repeat_mask</a>; </div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;        <span class="comment">/* end of user editable values */</span></div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;        <a class="code" href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a>                 toggle_bit_mask_state;</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;        <span class="keywordtype">int</span>                     toggle_mask_state;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;        <span class="keywordtype">int</span>                     repeat_countdown;</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="structir__remote.html#ac6557d868466bb5d2722b028bfe62d8c">  228</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a>*        <a class="code" href="structir__remote.html#ac6557d868466bb5d2722b028bfe62d8c">last_code</a>;                      </div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="structir__remote.html#ac80cecb60d0e4e77b01c3044df9d6713">  229</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__ncode.html">ir_ncode</a>*        <a class="code" href="structir__remote.html#ac80cecb60d0e4e77b01c3044df9d6713">toggle_code</a>;                    </div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;        <span class="keywordtype">int</span>                     reps;</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="structir__remote.html#a93a28c38d457232d6ab2310487b0f00e">  231</a></span>&#160;        <span class="keyword">struct </span>timeval          <a class="code" href="structir__remote.html#a93a28c38d457232d6ab2310487b0f00e">last_send</a>;                      </div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="structir__remote.html#aec8b4e8638d32a3542671b91a344806f">  232</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#aec8b4e8638d32a3542671b91a344806f">min_remaining_gap</a>;              </div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="structir__remote.html#a2d289d49ef2ff113cbf52fd30e30fe5b">  233</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#a2d289d49ef2ff113cbf52fd30e30fe5b">max_remaining_gap</a>;              </div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="structir__remote.html#a12b4e6513510f8dea82e2237f9916139">  235</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#a12b4e6513510f8dea82e2237f9916139">min_total_signal_length</a>;        </div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="structir__remote.html#ae944fbed4573d96a1b0e35eb8fe2fe97">  236</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#ae944fbed4573d96a1b0e35eb8fe2fe97">max_total_signal_length</a>;        </div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="structir__remote.html#a416c7a561853fd2fa088fb2384bda7d3">  237</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#a416c7a561853fd2fa088fb2384bda7d3">min_gap_length</a>;                 </div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="structir__remote.html#ae78acfc685ff2bc9559d45f1e4b702bb">  238</a></span>&#160;        lirc_t                  <a class="code" href="structir__remote.html#ae78acfc685ff2bc9559d45f1e4b702bb">max_gap_length</a>;                 </div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;        lirc_t                  min_pulse_length, max_pulse_length;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;        lirc_t                  min_space_length, max_space_length;</div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="structir__remote.html#a783c26d5860269f673cb0b5506332560">  241</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__remote.html#a783c26d5860269f673cb0b5506332560">release_detected</a>;       </div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="structir__remote.html#aa1cde3b36312b7f39dc6590bf6474d65">  242</a></span>&#160;        <span class="keywordtype">int</span>                     <a class="code" href="structir__remote.html#aa1cde3b36312b7f39dc6590bf6474d65">manual_sort</a>;            </div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;        <span class="keyword">struct </span><a class="code" href="structir__remote.html">ir_remote</a>*       next;</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;};</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;}</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;<span class="preprocessor">#endif</span></div><div class="ttc" id="structir__remote_html_aec8b4e8638d32a3542671b91a344806f"><div class="ttname"><a href="structir__remote.html#aec8b4e8638d32a3542671b91a344806f">ir_remote::min_remaining_gap</a></div><div class="ttdeci">lirc_t min_remaining_gap</div><div class="ttdoc">remember gap for CONST_LENGTH remotes</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00232">ir_remote_types.h:232</a></div></div>
<div class="ttc" id="structir__remote_html"><div class="ttname"><a href="structir__remote.html">ir_remote</a></div><div class="ttdoc">One remote as represented in the configuration file.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00155">ir_remote_types.h:155</a></div></div>
<div class="ttc" id="structir__remote_html_a66c874209817af89bc88503f61a76539"><div class="ttname"><a href="structir__remote.html#a66c874209817af89bc88503f61a76539">ir_remote::bits</a></div><div class="ttdeci">int bits</div><div class="ttdoc">bits (length of code)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00159">ir_remote_types.h:159</a></div></div>
<div class="ttc" id="structir__remote_html_a12b4e6513510f8dea82e2237f9916139"><div class="ttname"><a href="structir__remote.html#a12b4e6513510f8dea82e2237f9916139">ir_remote::min_total_signal_length</a></div><div class="ttdeci">lirc_t min_total_signal_length</div><div class="ttdoc">how long is the shortest signal including gap</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00235">ir_remote_types.h:235</a></div></div>
<div class="ttc" id="structir__code__node_html"><div class="ttname"><a href="structir__code__node.html">ir_code_node</a></div><div class="ttdoc">An ir_code for entering into (singly) linked lists, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00053">ir_remote_types.h:53</a></div></div>
<div class="ttc" id="structir__remote_html_a04eb04a7c2333f53ceb20ffef8d2ebc4"><div class="ttname"><a href="structir__remote.html#a04eb04a7c2333f53ceb20ffef8d2ebc4">ir_remote::freq</a></div><div class="ttdeci">unsigned int freq</div><div class="ttdoc">modulation frequency</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00208">ir_remote_types.h:208</a></div></div>
<div class="ttc" id="structir__remote_html_ae78acfc685ff2bc9559d45f1e4b702bb"><div class="ttname"><a href="structir__remote.html#ae78acfc685ff2bc9559d45f1e4b702bb">ir_remote::max_gap_length</a></div><div class="ttdeci">lirc_t max_gap_length</div><div class="ttdoc">how long is the longest gap</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00238">ir_remote_types.h:238</a></div></div>
<div class="ttc" id="structir__remote_html_ae944fbed4573d96a1b0e35eb8fe2fe97"><div class="ttname"><a href="structir__remote.html#ae944fbed4573d96a1b0e35eb8fe2fe97">ir_remote::max_total_signal_length</a></div><div class="ttdeci">lirc_t max_total_signal_length</div><div class="ttdoc">how long is the longest signal including gap</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00236">ir_remote_types.h:236</a></div></div>
<div class="ttc" id="structir__remote_html_a96f9c35cff5a927c8fb76c5a8a240238"><div class="ttname"><a href="structir__remote.html#a96f9c35cff5a927c8fb76c5a8a240238">ir_remote::post_data</a></div><div class="ttdeci">ir_code post_data</div><div class="ttdoc">data which the remote sends after actual keycode</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00187">ir_remote_types.h:187</a></div></div>
<div class="ttc" id="structir__remote_html_aa7c0f859104f6b22e28a36ede935166b"><div class="ttname"><a href="structir__remote.html#aa7c0f859104f6b22e28a36ede935166b">ir_remote::post_s</a></div><div class="ttdeci">lirc_t post_s</div><div class="ttdoc">signal between keycode and post_code</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00189">ir_remote_types.h:189</a></div></div>
<div class="ttc" id="structir__remote_html_a7c794a8fec73d6a6aa8da207e07e3e35"><div class="ttname"><a href="structir__remote.html#a7c794a8fec73d6a6aa8da207e07e3e35">ir_remote::plead</a></div><div class="ttdeci">lirc_t plead</div><div class="ttdoc">leading pulse</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00179">ir_remote_types.h:179</a></div></div>
<div class="ttc" id="structir__remote_html_a47f22b4a2e69b0d90ae6ad61960076b3"><div class="ttname"><a href="structir__remote.html#a47f22b4a2e69b0d90ae6ad61960076b3">ir_remote::repeat_mask</a></div><div class="ttdeci">ir_code repeat_mask</div><div class="ttdoc">mask defines which bits are inverted for repeats</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00222">ir_remote_types.h:222</a></div></div>
<div class="ttc" id="structir__remote_html_ac80cecb60d0e4e77b01c3044df9d6713"><div class="ttname"><a href="structir__remote.html#ac80cecb60d0e4e77b01c3044df9d6713">ir_remote::toggle_code</a></div><div class="ttdeci">struct ir_ncode * toggle_code</div><div class="ttdoc">toggle code received or sent last</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00229">ir_remote_types.h:229</a></div></div>
<div class="ttc" id="structir__ncode_html_a0e80278912121f630d3b398959c4dad7"><div class="ttname"><a href="structir__ncode.html#a0e80278912121f630d3b398959c4dad7">ir_ncode::next</a></div><div class="ttdeci">struct ir_code_node * next</div><div class="ttdoc">Linked list of the subsequent ir_code's, after the first one.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00079">ir_remote_types.h:79</a></div></div>
<div class="ttc" id="structir__remote_html_a9e93a637e00eb62f9118b5059b361f08"><div class="ttname"><a href="structir__remote.html#a9e93a637e00eb62f9118b5059b361f08">ir_remote::baud</a></div><div class="ttdeci">unsigned int baud</div><div class="ttdoc">can be overridden by [p|s]zero, [p|s]one</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00214">ir_remote_types.h:214</a></div></div>
<div class="ttc" id="structir__remote_html_acd104de70d9169542de9c471befb0045"><div class="ttname"><a href="structir__remote.html#acd104de70d9169542de9c471befb0045">ir_remote::name</a></div><div class="ttdeci">const char * name</div><div class="ttdoc">name of remote control</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00156">ir_remote_types.h:156</a></div></div>
<div class="ttc" id="structir__ncode_html_a6ff318262c9447b1e1fc4e944e29bf4a"><div class="ttname"><a href="structir__ncode.html#a6ff318262c9447b1e1fc4e944e29bf4a">ir_ncode::signals</a></div><div class="ttdeci">lirc_t * signals</div><div class="ttdoc">(private)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00075">ir_remote_types.h:75</a></div></div>
<div class="ttc" id="structir__remote_html_ac342d7efc70fbd9fc7877dab8f3976dd"><div class="ttname"><a href="structir__remote.html#ac342d7efc70fbd9fc7877dab8f3976dd">ir_remote::eps</a></div><div class="ttdeci">int eps</div><div class="ttdoc">eps (relative tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00161">ir_remote_types.h:161</a></div></div>
<div class="ttc" id="structir__remote_html_ac6557d868466bb5d2722b028bfe62d8c"><div class="ttname"><a href="structir__remote.html#ac6557d868466bb5d2722b028bfe62d8c">ir_remote::last_code</a></div><div class="ttdeci">struct ir_ncode * last_code</div><div class="ttdoc">code received or sent last</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00228">ir_remote_types.h:228</a></div></div>
<div class="ttc" id="structir__remote_html_ae278bec13a15b073b675e53a9805cfde"><div class="ttname"><a href="structir__remote.html#ae278bec13a15b073b675e53a9805cfde">ir_remote::parity</a></div><div class="ttdeci">unsigned int parity</div><div class="ttdoc">currently unsupported</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00216">ir_remote_types.h:216</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_ae52561bab1b135eda87baf242a1092a6"><div class="ttname"><a href="structdecode__ctx__t.html#ae52561bab1b135eda87baf242a1092a6">decode_ctx_t::pre</a></div><div class="ttdeci">ir_code pre</div><div class="ttdoc">pre data, before code.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00144">ir_remote_types.h:144</a></div></div>
<div class="ttc" id="structir__remote_html_a2985b422762a3c7b5b295187d6a00664"><div class="ttname"><a href="structir__remote.html#a2985b422762a3c7b5b295187d6a00664">ir_remote::sfoot</a></div><div class="ttdeci">lirc_t sfoot</div><div class="ttdoc">foot</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00181">ir_remote_types.h:181</a></div></div>
<div class="ttc" id="structir__remote_html_a31000dfff5250ffa70a12e50d936ccaa"><div class="ttname"><a href="structir__remote.html#a31000dfff5250ffa70a12e50d936ccaa">ir_remote::ptrail</a></div><div class="ttdeci">lirc_t ptrail</div><div class="ttdoc">trailing pulse</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00180">ir_remote_types.h:180</a></div></div>
<div class="ttc" id="structir__remote_html_ae5bfde45bb74a00d7ec53023f2fa6252"><div class="ttname"><a href="structir__remote.html#ae5bfde45bb74a00d7ec53023f2fa6252">ir_remote::pre_data_bits</a></div><div class="ttdeci">int pre_data_bits</div><div class="ttdoc">length of pre_data</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00184">ir_remote_types.h:184</a></div></div>
<div class="ttc" id="structir__remote_html_a416c7a561853fd2fa088fb2384bda7d3"><div class="ttname"><a href="structir__remote.html#a416c7a561853fd2fa088fb2384bda7d3">ir_remote::min_gap_length</a></div><div class="ttdeci">lirc_t min_gap_length</div><div class="ttdoc">how long is the shortest gap</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00237">ir_remote_types.h:237</a></div></div>
<div class="ttc" id="structir__remote_html_aa1cde3b36312b7f39dc6590bf6474d65"><div class="ttname"><a href="structir__remote.html#aa1cde3b36312b7f39dc6590bf6474d65">ir_remote::manual_sort</a></div><div class="ttdeci">int manual_sort</div><div class="ttdoc">If set in any remote, disables automatic sorting.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00242">ir_remote_types.h:242</a></div></div>
<div class="ttc" id="structir__ncode_html_ac28e8133cbc7aa22dbbc8ef722883d2b"><div class="ttname"><a href="structir__ncode.html#ac28e8133cbc7aa22dbbc8ef722883d2b">ir_ncode::name</a></div><div class="ttdeci">char * name</div><div class="ttdoc">Name of command.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00066">ir_remote_types.h:66</a></div></div>
<div class="ttc" id="structir__remote_html_a93a28c38d457232d6ab2310487b0f00e"><div class="ttname"><a href="structir__remote.html#a93a28c38d457232d6ab2310487b0f00e">ir_remote::last_send</a></div><div class="ttdeci">struct timeval last_send</div><div class="ttdoc">time last_code was received or sent</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00231">ir_remote_types.h:231</a></div></div>
<div class="ttc" id="structir__ncode_html_a849807a18ac00c5d4228c2ebf5eb6519"><div class="ttname"><a href="structir__ncode.html#a849807a18ac00c5d4228c2ebf5eb6519">ir_ncode::current</a></div><div class="ttdeci">struct ir_code_node * current</div><div class="ttdoc">Should point at the ir_code currently being transmitted, or NULL if none.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00083">ir_remote_types.h:83</a></div></div>
<div class="ttc" id="structir__remote_html_a3edd8099b0f26ca703b051479329446a"><div class="ttname"><a href="structir__remote.html#a3edd8099b0f26ca703b051479329446a">ir_remote::duty_cycle</a></div><div class="ttdeci">unsigned int duty_cycle</div><div class="ttdoc">0&lt;duty cycle&lt;=100 default: 50</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00209">ir_remote_types.h:209</a></div></div>
<div class="ttc" id="structir__remote_html_a67432d0e91b257de5044ee47985cbb5b"><div class="ttname"><a href="structir__remote.html#a67432d0e91b257de5044ee47985cbb5b">ir_remote::post_data_bits</a></div><div class="ttdeci">int post_data_bits</div><div class="ttdoc">length of post_data</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00186">ir_remote_types.h:186</a></div></div>
<div class="ttc" id="structir__remote_html_a7f340b28266813867571a55f82fd97e3"><div class="ttname"><a href="structir__remote.html#a7f340b28266813867571a55f82fd97e3">ir_remote::sthree</a></div><div class="ttdeci">lirc_t sthree</div><div class="ttdoc">3 (only used for RC-MM)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00175">ir_remote_types.h:175</a></div></div>
<div class="ttc" id="structir__remote_html_a9744aba55e393727c08815e548a9f836"><div class="ttname"><a href="structir__remote.html#a9744aba55e393727c08815e548a9f836">ir_remote::toggle_mask</a></div><div class="ttdeci">ir_code toggle_mask</div><div class="ttdoc">Sharp (?) error detection scheme.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00210">ir_remote_types.h:210</a></div></div>
<div class="ttc" id="structir__remote_html_a54cf93d6a6ea5fa37c4b17ecad8b7b4b"><div class="ttname"><a href="structir__remote.html#a54cf93d6a6ea5fa37c4b17ecad8b7b4b">ir_remote::pre_data</a></div><div class="ttdeci">ir_code pre_data</div><div class="ttdoc">data which the remote sends before actual keycode</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00185">ir_remote_types.h:185</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_a81e997b57167363c5cc8db496a841165"><div class="ttname"><a href="structdecode__ctx__t.html#a81e997b57167363c5cc8db496a841165">decode_ctx_t::post</a></div><div class="ttdeci">ir_code post</div><div class="ttdoc">post data, sent after code.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00145">ir_remote_types.h:145</a></div></div>
<div class="ttc" id="structir__remote_html_abde525f609dea108baab4b690c2b94e4"><div class="ttname"><a href="structir__remote.html#abde525f609dea108baab4b690c2b94e4">ir_remote::gap</a></div><div class="ttdeci">uint32_t gap</div><div class="ttdoc">time between signals in usecs</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00191">ir_remote_types.h:191</a></div></div>
<div class="ttc" id="structir__remote_html_acca5860d287ecc9bb10b1b637fe1798a"><div class="ttname"><a href="structir__remote.html#acca5860d287ecc9bb10b1b637fe1798a">ir_remote::sone</a></div><div class="ttdeci">lirc_t sone</div><div class="ttdoc">1</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00177">ir_remote_types.h:177</a></div></div>
<div class="ttc" id="structir__remote_html_ac41de5381ae0049f897137be727572be"><div class="ttname"><a href="structir__remote.html#ac41de5381ae0049f897137be727572be">ir_remote::dyncodes_name</a></div><div class="ttdeci">char * dyncodes_name</div><div class="ttdoc">name for unknown buttons</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00168">ir_remote_types.h:168</a></div></div>
<div class="ttc" id="structir__remote_html_a021d2bb70e0e6d0b1edc2ecb5705d4e4"><div class="ttname"><a href="structir__remote.html#a021d2bb70e0e6d0b1edc2ecb5705d4e4">ir_remote::repeat_gap</a></div><div class="ttdeci">uint32_t repeat_gap</div><div class="ttdoc">time between two repeat codes if different from gap</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00193">ir_remote_types.h:193</a></div></div>
<div class="ttc" id="structir__remote_html_a8833025334a52ee2683eb6c0fc5c2dba"><div class="ttname"><a href="structir__remote.html#a8833025334a52ee2683eb6c0fc5c2dba">ir_remote::shead</a></div><div class="ttdeci">lirc_t shead</div><div class="ttdoc">header</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00174">ir_remote_types.h:174</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_ab7221813c357026846919c726cf43d73"><div class="ttname"><a href="structdecode__ctx__t.html#ab7221813c357026846919c726cf43d73">decode_ctx_t::max_remaining_gap</a></div><div class="ttdeci">lirc_t max_remaining_gap</div><div class="ttdoc">Estimated max time of trailing gap.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00147">ir_remote_types.h:147</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_a1a206e5968a38e6e5286be41c037c30c"><div class="ttname"><a href="structdecode__ctx__t.html#a1a206e5968a38e6e5286be41c037c30c">decode_ctx_t::code</a></div><div class="ttdeci">ir_code code</div><div class="ttdoc">Code part, matched to code defintion.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00143">ir_remote_types.h:143</a></div></div>
<div class="ttc" id="structir__remote_html_a105c35a3ef1a43991857da3d3e62d0d0"><div class="ttname"><a href="structir__remote.html#a105c35a3ef1a43991857da3d3e62d0d0">ir_remote::gap2</a></div><div class="ttdeci">uint32_t gap2</div><div class="ttdoc">time between signals in usecs</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00192">ir_remote_types.h:192</a></div></div>
<div class="ttc" id="structir__remote_html_a13fcf354b4173cde1d0bd622da6efbc2"><div class="ttname"><a href="structir__remote.html#a13fcf354b4173cde1d0bd622da6efbc2">ir_remote::stop_bits</a></div><div class="ttdeci">unsigned int stop_bits</div><div class="ttdoc">mapping: 1-&gt;2 1.5-&gt;3 2-&gt;4</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00217">ir_remote_types.h:217</a></div></div>
<div class="ttc" id="structir__remote_html_abb03ea8ad94fd47ffcf9705659cc79cd"><div class="ttname"><a href="structir__remote.html#abb03ea8ad94fd47ffcf9705659cc79cd">ir_remote::pre_s</a></div><div class="ttdeci">lirc_t pre_s</div><div class="ttdoc">signal between pre_data and keycode</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00188">ir_remote_types.h:188</a></div></div>
<div class="ttc" id="structir__remote_html_a8de4273ee35fa7b5d56f82a793f1aa1a"><div class="ttname"><a href="structir__remote.html#a8de4273ee35fa7b5d56f82a793f1aa1a">ir_remote::szero</a></div><div class="ttdeci">lirc_t szero</div><div class="ttdoc">0</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00178">ir_remote_types.h:178</a></div></div>
<div class="ttc" id="structir__remote_html_ae8172a416ed4f0481f61aaee32b3803c"><div class="ttname"><a href="structir__remote.html#ae8172a416ed4f0481f61aaee32b3803c">ir_remote::dyncode</a></div><div class="ttdeci">int dyncode</div><div class="ttdoc">last received code</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00169">ir_remote_types.h:169</a></div></div>
<div class="ttc" id="structir__ncode_html"><div class="ttname"><a href="structir__ncode.html">ir_ncode</a></div><div class="ttdoc">IR Command, corresponding to one (command defining) line of the configuration file.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00064">ir_remote_types.h:64</a></div></div>
<div class="ttc" id="structir__remote_html_a04c5288df6f5bace9617ebdeaf462a5c"><div class="ttname"><a href="structir__remote.html#a04c5288df6f5bace9617ebdeaf462a5c">ir_remote::stwo</a></div><div class="ttdeci">lirc_t stwo</div><div class="ttdoc">2 (only used for RC-MM)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00176">ir_remote_types.h:176</a></div></div>
<div class="ttc" id="structir__remote_html_a9ac03eb6d4cee793010b00fe434aa985"><div class="ttname"><a href="structir__remote.html#a9ac03eb6d4cee793010b00fe434aa985">ir_remote::flags</a></div><div class="ttdeci">int flags</div><div class="ttdoc">flags</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00160">ir_remote_types.h:160</a></div></div>
<div class="ttc" id="structir__remote_html_a0b5643a548247fb44cb323e7f5024ead"><div class="ttname"><a href="structir__remote.html#a0b5643a548247fb44cb323e7f5024ead">ir_remote::aeps</a></div><div class="ttdeci">unsigned int aeps</div><div class="ttdoc">detecting very short pulses is difficult with relative tolerance for some remotes,...</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00162">ir_remote_types.h:162</a></div></div>
<div class="ttc" id="structir__remote_html_a4e9ba62e5adc73c7fa1e3fdaea2743a4"><div class="ttname"><a href="structir__remote.html#a4e9ba62e5adc73c7fa1e3fdaea2743a4">ir_remote::srepeat</a></div><div class="ttdeci">lirc_t srepeat</div><div class="ttdoc">indicate repeating</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00182">ir_remote_types.h:182</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html"><div class="ttname"><a href="structdecode__ctx__t.html">decode_ctx_t</a></div><div class="ttdoc">State describing code, pre, post + gap and repeat state.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00142">ir_remote_types.h:142</a></div></div>
<div class="ttc" id="structir__remote_html_a783c26d5860269f673cb0b5506332560"><div class="ttname"><a href="structir__remote.html#a783c26d5860269f673cb0b5506332560">ir_remote::release_detected</a></div><div class="ttdeci">int release_detected</div><div class="ttdoc">set by release generator</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00241">ir_remote_types.h:241</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_aa76a228985ce90fddd03399aceacadb5"><div class="ttname"><a href="structdecode__ctx__t.html#aa76a228985ce90fddd03399aceacadb5">decode_ctx_t::min_remaining_gap</a></div><div class="ttdeci">lirc_t min_remaining_gap</div><div class="ttdoc">Estimated min time of trailing gap.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00148">ir_remote_types.h:148</a></div></div>
<div class="ttc" id="structir__ncode_html_a29cc93e9a6e908dfe8904db34680ef1f"><div class="ttname"><a href="structir__ncode.html#a29cc93e9a6e908dfe8904db34680ef1f">ir_ncode::transmit_state</a></div><div class="ttdeci">struct ir_code_node * transmit_state</div><div class="ttdoc">(private)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00086">ir_remote_types.h:86</a></div></div>
<div class="ttc" id="structir__remote_html_a2d289d49ef2ff113cbf52fd30e30fe5b"><div class="ttname"><a href="structir__remote.html#a2d289d49ef2ff113cbf52fd30e30fe5b">ir_remote::max_remaining_gap</a></div><div class="ttdeci">lirc_t max_remaining_gap</div><div class="ttdoc">gap range</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00233">ir_remote_types.h:233</a></div></div>
<div class="ttc" id="structir__remote_html_a075a47ed472f9e8a42b64d3837333bbd"><div class="ttname"><a href="structir__remote.html#a075a47ed472f9e8a42b64d3837333bbd">ir_remote::suppress_repeat</a></div><div class="ttdeci">int suppress_repeat</div><div class="ttdoc">suppress unwanted repeats</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00196">ir_remote_types.h:196</a></div></div>
<div class="ttc" id="structir__ncode_html_a17ca9e939fd5742de3ed6e29bdc68e8d"><div class="ttname"><a href="structir__ncode.html#a17ca9e939fd5742de3ed6e29bdc68e8d">ir_ncode::code</a></div><div class="ttdeci">ir_code code</div><div class="ttdoc">The first code of the command.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00069">ir_remote_types.h:69</a></div></div>
<div class="ttc" id="structir__remote_html_afbc1dd399fff0771f4d060fce62cdbfe"><div class="ttname"><a href="structir__remote.html#afbc1dd399fff0771f4d060fce62cdbfe">ir_remote::toggle_bit</a></div><div class="ttdeci">int toggle_bit</div><div class="ttdoc">obsolete</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00194">ir_remote_types.h:194</a></div></div>
<div class="ttc" id="structir__remote_html_a00db6cb8c77235b3f30ea9cdae6239aa"><div class="ttname"><a href="structir__remote.html#a00db6cb8c77235b3f30ea9cdae6239aa">ir_remote::driver</a></div><div class="ttdeci">const char * driver</div><div class="ttdoc">Name of driver for LIRCCODE cases.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00157">ir_remote_types.h:157</a></div></div>
<div class="ttc" id="structir__ncode_html_a0591a65926113978c7db2426c65d9f77"><div class="ttname"><a href="structir__ncode.html#a0591a65926113978c7db2426c65d9f77">ir_ncode::next_ncode</a></div><div class="ttdeci">struct ir_ncode * next_ncode</div><div class="ttdoc">Next code in recorded buttons list.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00089">ir_remote_types.h:89</a></div></div>
<div class="ttc" id="structir__remote_html_acc6496772f35bd188aa1d6bfecf19d5c"><div class="ttname"><a href="structir__remote.html#acc6496772f35bd188aa1d6bfecf19d5c">ir_remote::min_code_repeat</a></div><div class="ttdeci">unsigned int min_code_repeat</div><div class="ttdoc">meaningful only if remote sends a repeat code: in this case this value indicates how often the real c...</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00207">ir_remote_types.h:207</a></div></div>
<div class="ttc" id="structir__remote_html_a250d88b2da87c39fc420714afc93c7f6"><div class="ttname"><a href="structir__remote.html#a250d88b2da87c39fc420714afc93c7f6">ir_remote::dyncodes</a></div><div class="ttdeci">struct ir_ncode dyncodes[2]</div><div class="ttdoc">helper structs for unknown buttons</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00170">ir_remote_types.h:170</a></div></div>
<div class="ttc" id="structir__remote_html_a2a6af729b770240668e5394962728af8"><div class="ttname"><a href="structir__remote.html#a2a6af729b770240668e5394962728af8">ir_remote::rc6_mask</a></div><div class="ttdeci">ir_code rc6_mask</div><div class="ttdoc">RC-6 doubles signal length of some bits.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00211">ir_remote_types.h:211</a></div></div>
<div class="ttc" id="structdecode__ctx__t_html_a7c9bcadb5d59fb05fdad3a0cdd9b1106"><div class="ttname"><a href="structdecode__ctx__t.html#a7c9bcadb5d59fb05fdad3a0cdd9b1106">decode_ctx_t::repeat_flag</a></div><div class="ttdeci">int repeat_flag</div><div class="ttdoc">True if code is a repeated one.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00146">ir_remote_types.h:146</a></div></div>
<div class="ttc" id="structir__remote_html_ad1d35f0da36527d473c7d857231ec739"><div class="ttname"><a href="structir__remote.html#ad1d35f0da36527d473c7d857231ec739">ir_remote::toggle_bit_mask</a></div><div class="ttdeci">ir_code toggle_bit_mask</div><div class="ttdoc">previously only one bit called toggle_bit</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00195">ir_remote_types.h:195</a></div></div>
<div class="ttc" id="structir__remote_html_aa18b9b96d71c66bcdef21f4528c28d03"><div class="ttname"><a href="structir__remote.html#aa18b9b96d71c66bcdef21f4528c28d03">ir_remote::min_repeat</a></div><div class="ttdeci">int min_repeat</div><div class="ttdoc">code is repeated at least x times code sent once -&gt; min_repeat=0</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00199">ir_remote_types.h:199</a></div></div>
<div class="ttc" id="structir__remote_html_a739c26d88eb023d67353fa08dd076255"><div class="ttname"><a href="structir__remote.html#a739c26d88eb023d67353fa08dd076255">ir_remote::ignore_mask</a></div><div class="ttdeci">ir_code ignore_mask</div><div class="ttdoc">mask defines which bits can be ignored when matching a code</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00221">ir_remote_types.h:221</a></div></div>
<div class="ttc" id="ir__remote__types_8h_html_a4607c3797b0d3ac909185d2844030624"><div class="ttname"><a href="ir__remote__types_8h.html#a4607c3797b0d3ac909185d2844030624">ir_code</a></div><div class="ttdeci">uint64_t ir_code</div><div class="ttdoc">Denotes an internal coded representation for an IR transmission.</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00047">ir_remote_types.h:47</a></div></div>
<div class="ttc" id="structir__remote_html_a1fd7f2e6b078e14bc48407ef2db2c406"><div class="ttname"><a href="structir__remote.html#a1fd7f2e6b078e14bc48407ef2db2c406">ir_remote::bits_in_byte</a></div><div class="ttdeci">unsigned int bits_in_byte</div><div class="ttdoc">default: 8</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00215">ir_remote_types.h:215</a></div></div>
<div class="ttc" id="structir__ncode_html_a46824261611491c5ff0b611cda1ec437"><div class="ttname"><a href="structir__ncode.html#a46824261611491c5ff0b611cda1ec437">ir_ncode::length</a></div><div class="ttdeci">int length</div><div class="ttdoc">(private)</div><div class="ttdef"><b>Definition:</b> <a href="ir__remote__types_8h_source.html#l00072">ir_remote_types.h:72</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_97aefd0d527b934f1d99a682da8fe6a9.html">lib</a></li><li class="navelem"><a class="el" href="ir__remote__types_8h.html">ir_remote_types.h</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>