|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | | -<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
5 | | -<meta http-equiv="X-UA-Compatible" content="IE=11"/> |
6 | | -<meta name="generator" content="Doxygen 1.9.6"/> |
| 5 | +<meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 6 | +<meta name="generator" content="Doxygen 1.9.1"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | 8 | <title>Arduino LibHelix: Class List</title> |
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
19 | 19 | <div id="titlearea"> |
20 | 20 | <table cellspacing="0" cellpadding="0"> |
21 | 21 | <tbody> |
22 | | - <tr id="projectrow"> |
23 | | - <td id="projectalign"> |
| 22 | + <tr style="height: 56px;"> |
| 23 | + <td id="projectalign" style="padding-left: 0.5em;"> |
24 | 24 | <div id="projectname">Arduino LibHelix |
25 | 25 | </div> |
26 | 26 | </td> |
|
29 | 29 | </table> |
30 | 30 | </div> |
31 | 31 | <!-- end header part --> |
32 | | -<!-- Generated by Doxygen 1.9.6 --> |
| 32 | +<!-- Generated by Doxygen 1.9.1 --> |
33 | 33 | <script type="text/javascript"> |
34 | | -/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
35 | | -var searchBox = new SearchBox("searchBox", "search/",'.html'); |
| 34 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 35 | +var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); |
36 | 36 | /* @license-end */ |
37 | 37 | </script> |
38 | 38 | <script type="text/javascript" src="menudata.js"></script> |
39 | 39 | <script type="text/javascript" src="menu.js"></script> |
40 | 40 | <script type="text/javascript"> |
41 | | -/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 41 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
42 | 42 | $(function() { |
43 | 43 | initMenu('',true,false,'search.php','Search'); |
44 | 44 | $(document).ready(function() { init_search(); }); |
45 | 45 | }); |
46 | | -/* @license-end */ |
47 | | -</script> |
| 46 | +/* @license-end */</script> |
48 | 47 | <div id="main-nav"></div> |
49 | 48 | </div><!-- top --> |
50 | 49 | <!-- window showing the filter options --> |
|
56 | 55 |
|
57 | 56 | <!-- iframe showing the search results (closed by default) --> |
58 | 57 | <div id="MSearchResultsWindow"> |
59 | | -<div id="MSearchResults"> |
60 | | -<div class="SRPage"> |
61 | | -<div id="SRIndex"> |
62 | | -<div id="SRResults"></div> |
63 | | -<div class="SRStatus" id="Loading">Loading...</div> |
64 | | -<div class="SRStatus" id="Searching">Searching...</div> |
65 | | -<div class="SRStatus" id="NoMatches">No Matches</div> |
66 | | -</div> |
67 | | -</div> |
68 | | -</div> |
| 58 | +<iframe src="javascript:void(0)" frameborder="0" |
| 59 | + name="MSearchResults" id="MSearchResults"> |
| 60 | +</iframe> |
69 | 61 | </div> |
70 | 62 |
|
71 | 63 | <div class="header"> |
72 | | - <div class="headertitle"><div class="title">Class List</div></div> |
| 64 | + <div class="headertitle"> |
| 65 | +<div class="title">Class List</div> </div> |
73 | 66 | </div><!--header--> |
74 | 67 | <div class="contents"> |
75 | 68 | <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> |
76 | 69 | <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> |
77 | 70 | <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><b>libhelix</b></td><td class="desc"></td></tr> |
78 | | -<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_a_a_c_decoder_helix.html" target="_self">AACDecoderHelix</a></td><td class="desc">A simple Arduino API for the libhelix AAC decoder. The data us provided with the help of <a class="el" href="classlibhelix_1_1_common_helix.html#a819f83e0c2bdcac195c2170c205bd0f3" title="decodes the next segments from the intput. The data can be provided in one short or in small incremen...">write()</a> calls. The decoded result is available either via a callback method or via an output stream </td></tr> |
79 | | -<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_common_helix.html" target="_self">CommonHelix</a></td><td class="desc">Common Simple Arduino API </td></tr> |
80 | | -<tr id="row_0_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_m_p3_decoder_helix.html" target="_self">MP3DecoderHelix</a></td><td class="desc">A simple Arduino API for the libhelix MP3 decoder. The data is provided with the help of <a class="el" href="classlibhelix_1_1_common_helix.html#a819f83e0c2bdcac195c2170c205bd0f3" title="decodes the next segments from the intput. The data can be provided in one short or in small incremen...">write()</a> calls. The decoded result is available either via a callback method or via an output stream </td></tr> |
81 | | -<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structlibhelix_1_1_range.html" target="_self">Range</a></td><td class="desc"><a class="el" href="structlibhelix_1_1_range.html" title="Range with a start and an end.">Range</a> with a start and an end </td></tr> |
| 71 | +<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_a_a_c_decoder_helix.html" target="_self">AACDecoderHelix</a></td><td class="desc">A simple Arduino API for the libhelix AAC decoder. The data us provided with the help of <a class="el" href="classlibhelix_1_1_common_helix.html#a819f83e0c2bdcac195c2170c205bd0f3" title="decodes the next segments from the intput. The data can be provided in one short or in small incremen...">write()</a> calls. The decoded result is available either via a callback method or via an output stream </td></tr> |
| 72 | +<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structlibhelix_1_1_range.html" target="_self">Range</a></td><td class="desc"><a class="el" href="structlibhelix_1_1_range.html" title="Range with a start and an end.">Range</a> with a start and an end </td></tr> |
| 73 | +<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_common_helix.html" target="_self">CommonHelix</a></td><td class="desc">Common Simple Arduino API </td></tr> |
| 74 | +<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classlibhelix_1_1_m_p3_decoder_helix.html" target="_self">MP3DecoderHelix</a></td><td class="desc">A simple Arduino API for the libhelix MP3 decoder. The data is provided with the help of <a class="el" href="classlibhelix_1_1_common_helix.html#a819f83e0c2bdcac195c2170c205bd0f3" title="decodes the next segments from the intput. The data can be provided in one short or in small incremen...">write()</a> calls. The decoded result is available either via a callback method or via an output stream </td></tr> |
82 | 75 | </table> |
83 | 76 | </div><!-- directory --> |
84 | 77 | </div><!-- contents --> |
85 | 78 | <!-- start footer part --> |
86 | 79 | <hr class="footer"/><address class="footer"><small> |
87 | | -Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 |
| 80 | +Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
88 | 81 | </small></address> |
89 | 82 | </body> |
90 | 83 | </html> |
0 commit comments