doxigen docs

This commit is contained in:
2022-01-06 02:01:16 +03:00
parent 6fe28695f2
commit 07046680e0
628 changed files with 37077 additions and 10502 deletions

View File

@@ -9,6 +9,10 @@
<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>
<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>
@@ -23,7 +27,9 @@
<td id="projectlogo"><img alt="Logo" src="lh.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">LightHub
&#160;<span id="projectnumber">v4.0.0</span>
</div>
<div id="projectbrief">Smarthome controller firmware</div>
</td>
</tr>
</tbody>
@@ -47,6 +53,22 @@ $(function() {
/* @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('functions_o.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
@@ -72,7 +94,7 @@ $(function() {
: <a class="el" href="class_item.html#ac6a08d4c2352fa1284c4039441e380c5">Item</a>
</li>
<li>onAnalogChanged()
: <a class="el" href="class_input.html#a121247eaf2f413135f0340df17015492">Input</a>
: <a class="el" href="class_input.html#a7ca225a34da21e406cdc9fdc05382451">Input</a>
</li>
<li>onContactChanged()
: <a class="el" href="class_input.html#a2e0c2008fce8f2730ef3126ff1d8893e">Input</a>
@@ -98,9 +120,16 @@ $(function() {
<li>onCounterChanged5()
: <a class="el" href="class_input.html#a5611409d1de5bff2e6e59b9395809ecd">Input</a>
</li>
<li>open()
: <a class="el" href="classflash_stream.html#ad7559cbc1bd2ac30c8af112d05a06983">flashStream</a>
, <a class="el" href="classseekable_stream.html#af28ec1377c94e4c8fa819163c699b402">seekableStream</a>
</li>
<li>operator bool()
: <a class="el" href="class_streamlog.html#adcd1dcab71fd1e1c9da5bc9c18ac3d1d">Streamlog</a>
</li>
<li>OTApwd
: <a class="el" href="structsystem_config_data.html#a87f3287531e6968a2a20733c204788d5">systemConfigData</a>
</li>
<li>out_AC()
: <a class="el" href="classout___a_c.html#a68dc76d1632c64bcd4e9c19bea1a7443">out_AC</a>
</li>
@@ -113,17 +142,32 @@ $(function() {
<li>out_Motor()
: <a class="el" href="classout___motor.html#a7698763731e54149861a9bdcc18e6344">out_Motor</a>
</li>
<li>out_Multivent()
: <a class="el" href="classout___multivent.html#a32543be95e11401d7c6e1fdd040d04d7">out_Multivent</a>
</li>
<li>out_pid()
: <a class="el" href="classout__pid.html#a630e472948038069ab589d6184b92f4d">out_pid</a>
</li>
<li>out_pwm()
: <a class="el" href="classout__pwm.html#acd3804fb3d24afe569042202bdba2179">out_pwm</a>
</li>
<li>out_relay()
: <a class="el" href="classout__relay.html#adc3baa184c4a143d6d3c55702ed8b463">out_relay</a>
</li>
<li>out_SPILed()
: <a class="el" href="classout___s_p_i_led.html#ae865d0b2e9d098e3e370488a2eaa1b40">out_SPILed</a>
</li>
<li>output
: <a class="el" href="classpid_persistent.html#ac995a518346629bdb94b62bc83d35945">pidPersistent</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
</small></address>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>