Skip to content

Commit

Permalink
Update the Doxygen docs for version 3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Sep 26, 2024
1 parent dc969b7 commit f7faa01
Show file tree
Hide file tree
Showing 3,826 changed files with 207,728 additions and 178,987 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 14 additions & 9 deletions docs/generated/docs/air__density_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SensESP: src/sensesp/transforms/air_density.cpp File Reference</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>
<script type="text/javascript" src="clipboard.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" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
Expand All @@ -34,7 +34,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">SensESP<span id="projectnumber">&#160;3.0.0-beta.1</span>
<div id="projectname">SensESP<span id="projectnumber">&#160;3.0.0-beta.3</span>
</div>
<div id="projectbrief">Universal Signal K sensor toolkit ESP32</div>
</td>
Expand All @@ -43,18 +43,23 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.12.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
Expand All @@ -73,7 +78,7 @@
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('air__density_8cpp.html',''); initResizable(); });
$(function(){initNavTree('air__density_8cpp.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
Expand Down Expand Up @@ -105,7 +110,7 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="air__density_8h_source.html">air_density.h</a>&quot;</code><br />
<code>#include &quot;math.h&quot;</code><br />
<code>#include &lt;cmath&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for air_density.cpp:</div>
<div class="dyncontent">
Expand All @@ -116,7 +121,7 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespacesensesp" id="r_namespacesensesp"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesensesp.html">sensesp</a></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesensesp.html">sensesp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
Expand All @@ -125,7 +130,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_748434fffbff9d3255c614694d35d3cd.html">sensesp</a></li><li class="navelem"><a class="el" href="dir_8b763442d326984d19f542e14cef0a81.html">transforms</a></li><li class="navelem"><a class="el" href="air__density_8cpp.html">air_density.cpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
</ul>
</div>
</body>
Expand Down
96 changes: 48 additions & 48 deletions docs/generated/docs/air__density_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<map id="src/sensesp/transforms/air_density.cpp" name="src/sensesp/transforms/air_density.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="302,5,461,46"/>
<area shape="rect" id="Node000002" href="$air__density_8h.html" title=" " alt="" coords="284,94,378,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="371,48,349,82,345,79,367,45"/>
<area shape="rect" id="Node000021" title=" " alt="" coords="402,94,463,120"/>
<area shape="poly" id="edge29_Node000001_Node000021" title=" " alt="" coords="396,45,418,79,414,82,392,48"/>
<area shape="rect" id="Node000003" href="$transform_8h.html" title=" " alt="" coords="287,168,374,193"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="334,120,334,152,328,152,328,120"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="5,389,110,414"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="287,188,226,195,157,206,96,222,73,232,58,243,48,257,42,273,38,308,42,343,50,373,45,375,37,344,33,308,37,272,44,255,54,239,71,227,94,217,156,201,225,189,286,183"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="470,241,509,267"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="359,191,457,235,455,240,357,196"/>
<area shape="rect" id="Node000006" href="$sensesp_8h.html" title=" " alt="" coords="290,389,372,414"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="334,194,334,373,328,373,328,194"/>
<area shape="rect" id="Node000012" href="$configurable_8h.html" title=" " alt="" coords="368,315,571,341"/>
<area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="344,192,449,302,445,305,340,196"/>
<area shape="rect" id="Node000015" href="$observable_8h.html" title=" " alt="" coords="594,315,790,341"/>
<area shape="poly" id="edge17_Node000003_Node000015" title=" " alt="" coords="349,192,406,232,459,265,531,291,603,309,602,314,530,296,456,269,403,237,346,196"/>
<area shape="rect" id="Node000018" href="$valueconsumer_8h.html" title=" " alt="" coords="74,315,294,341"/>
<area shape="poly" id="edge21_Node000003_Node000018" title=" " alt="" coords="287,188,228,195,163,206,105,222,84,232,70,243,65,253,65,261,76,279,99,294,128,307,126,312,97,299,72,282,59,263,60,251,66,240,81,227,103,217,162,201,227,189,286,183"/>
<area shape="rect" id="Node000020" href="$valueproducer_8h.html" title=" " alt="" coords="81,241,293,267"/>
<area shape="poly" id="edge25_Node000003_Node000020" title=" " alt="" coords="308,196,226,236,224,232,305,191"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="142,470,234,496"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="310,417,224,464,222,460,308,412"/>
<area shape="rect" id="Node000008" href="$local__debug_8h.html" title=" " alt="" coords="258,462,406,503"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="334,415,334,447,329,447,328,415"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="175,551,284,577"/>
<area shape="poly" id="edge8_Node000008_Node000009" title=" " alt="" coords="308,506,259,543,256,539,305,501"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="401,551,477,577"/>
<area shape="poly" id="edge9_Node000008_Node000010" title=" " alt="" coords="360,501,412,539,409,544,357,506"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="308,551,367,577"/>
<area shape="poly" id="edge10_Node000008_Node000011" title=" " alt="" coords="336,503,338,535,333,536,331,504"/>
<area shape="poly" id="edge13_Node000012_Node000004" title=" " alt="" coords="400,344,125,391,124,386,399,339"/>
<area shape="poly" id="edge12_Node000012_Node000006" title=" " alt="" coords="447,344,369,383,367,379,445,339"/>
<area shape="poly" id="edge16_Node000012_Node000010" title=" " alt="" coords="471,341,445,536,440,535,465,341"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="481,389,527,414"/>
<area shape="poly" id="edge14_Node000012_Node000013" title=" " alt="" coords="478,340,494,373,489,376,473,342"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="560,389,617,414"/>
<area shape="poly" id="edge15_Node000012_Node000014" title=" " alt="" coords="491,339,556,378,554,383,488,343"/>
<area shape="poly" id="edge20_Node000015_Node000014" title=" " alt="" coords="676,343,620,382,617,377,673,339"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="645,389,734,414"/>
<area shape="poly" id="edge18_Node000015_Node000016" title=" " alt="" coords="694,341,693,373,688,373,689,341"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="388,5,546,46"/>
<area shape="rect" id="Node000002" href="$air__density_8h.html" title=" " alt="" coords="371,94,465,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="457,48,436,82,431,79,453,45"/>
<area shape="rect" id="Node000021" title=" " alt="" coords="489,94,547,120"/>
<area shape="poly" id="edge29_Node000001_Node000021" title=" " alt="" coords="482,45,504,79,500,82,478,48"/>
<area shape="rect" id="Node000003" href="$transform_8h.html" title=" " alt="" coords="374,168,462,193"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="421,120,421,152,415,152,415,120"/>
<area shape="rect" id="Node000004" href="$sensesp_8h.html" title=" " alt="" coords="52,389,133,414"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="374,184,293,188,244,196,193,207,141,224,93,247,49,278,14,316,9,333,17,350,33,365,54,379,51,383,30,369,12,353,3,334,9,314,46,274,90,242,139,219,191,202,243,190,292,183,374,178"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="427,389,531,414"/>
<area shape="poly" id="edge9_Node000003_Node000010" title=" " alt="" coords="423,193,431,227,446,266,455,279,465,289,475,299,483,314,488,344,487,373,482,373,483,345,478,316,471,302,461,292,451,283,441,268,426,228,417,195"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="744,241,783,267"/>
<area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="462,186,581,208,725,239,729,240,728,245,724,244,580,213,461,192"/>
<area shape="rect" id="Node000012" href="$configurable_8h.html" title=" " alt="" coords="266,315,468,341"/>
<area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="416,195,379,301,374,299,411,193"/>
<area shape="rect" id="Node000015" href="$observable_8h.html" title=" " alt="" coords="594,315,789,341"/>
<area shape="poly" id="edge17_Node000003_Node000015" title=" " alt="" coords="462,183,586,202,645,218,667,228,683,240,691,253,696,269,698,300,693,300,691,270,687,256,679,243,664,232,643,223,585,207,461,188"/>
<area shape="rect" id="Node000018" href="$valueconsumer_8h.html" title=" " alt="" coords="23,315,242,341"/>
<area shape="poly" id="edge21_Node000003_Node000018" title=" " alt="" coords="395,196,171,310,169,305,393,192"/>
<area shape="rect" id="Node000020" href="$valueproducer_8h.html" title=" " alt="" coords="456,241,668,267"/>
<area shape="poly" id="edge25_Node000003_Node000020" title=" " alt="" coords="444,191,525,232,523,236,441,196"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="6,470,99,496"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="89,416,68,457,63,455,84,414"/>
<area shape="rect" id="Node000006" href="$local__debug_8h.html" title=" " alt="" coords="122,462,271,503"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="110,413,160,451,157,455,107,417"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="39,551,149,577"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="173,506,123,543,120,539,170,501"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="265,551,341,577"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="225,501,276,539,273,544,221,506"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="172,551,232,577"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="201,503,203,535,197,536,195,504"/>
<area shape="poly" id="edge12_Node000012_Node000004" title=" " alt="" coords="321,344,149,388,147,383,320,339"/>
<area shape="poly" id="edge16_Node000012_Node000008" title=" " alt="" coords="361,342,336,390,317,468,308,536,303,535,311,467,331,388,357,340"/>
<area shape="poly" id="edge13_Node000012_Node000010" title=" " alt="" coords="388,339,449,378,446,382,385,343"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="345,389,392,414"/>
<area shape="poly" id="edge14_Node000012_Node000013" title=" " alt="" coords="370,341,371,373,365,373,365,341"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="561,389,619,414"/>
<area shape="poly" id="edge15_Node000012_Node000014" title=" " alt="" coords="406,339,547,384,546,389,404,344"/>
<area shape="poly" id="edge20_Node000015_Node000014" title=" " alt="" coords="676,343,621,381,618,377,673,339"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="646,389,734,414"/>
<area shape="poly" id="edge18_Node000015_Node000016" title=" " alt="" coords="694,341,693,373,688,373,688,341"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="758,389,835,414"/>
<area shape="poly" id="edge19_Node000015_Node000017" title=" " alt="" coords="711,339,768,377,765,382,708,343"/>
<area shape="poly" id="edge23_Node000018_Node000004" title=" " alt="" coords="164,344,93,383,91,378,161,339"/>
<area shape="poly" id="edge22_Node000018_Node000006" title=" " alt="" coords="210,339,293,379,291,384,208,344"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="152,389,216,414"/>
<area shape="poly" id="edge24_Node000018_Node000019" title=" " alt="" coords="187,341,187,373,182,373,182,341"/>
<area shape="poly" id="edge26_Node000020_Node000004" title=" " alt="" coords="135,270,96,288,79,301,65,316,55,345,55,374,50,374,50,344,61,314,75,297,93,283,133,265"/>
<area shape="poly" id="edge27_Node000020_Node000015" title=" " alt="" coords="274,265,591,310,590,315,273,270"/>
<area shape="poly" id="edge28_Node000020_Node000018" title=" " alt="" coords="189,267,188,300,183,299,184,267"/>
<area shape="poly" id="edge22_Node000018_Node000004" title=" " alt="" coords="128,342,109,376,104,374,124,340"/>
<area shape="poly" id="edge23_Node000018_Node000010" title=" " alt="" coords="192,339,412,384,411,389,191,344"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="158,389,222,414"/>
<area shape="poly" id="edge24_Node000018_Node000019" title=" " alt="" coords="144,339,173,375,169,378,140,343"/>
<area shape="poly" id="edge26_Node000020_Node000010" title=" " alt="" coords="560,268,547,302,527,342,502,378,497,375,522,339,542,300,555,267"/>
<area shape="poly" id="edge27_Node000020_Node000015" title=" " alt="" coords="585,265,657,305,655,309,583,270"/>
<area shape="poly" id="edge28_Node000020_Node000018" title=" " alt="" coords="489,270,221,315,220,309,488,265"/>
</map>
2 changes: 1 addition & 1 deletion docs/generated/docs/air__density_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e4ced09ecca41a478c1b36db99760959
e4119239b52d1f9783852f6f56efc54f
Loading

0 comments on commit f7faa01

Please sign in to comment.