mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
Refactored beta
+Doxigen autogenerated docs
This commit is contained in:
191
docs/html/ow_term_8h_source.html
Normal file
191
docs/html/ow_term_8h_source.html
Normal file
@@ -0,0 +1,191 @@
|
||||
<!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.20"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>LightHub: /Users/andrey/Documents/Arduino/lighthub/lighthub/owTerm.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="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="lh.png"/></td>
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">LightHub
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.20 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&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&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>
|
||||
<!-- 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 id="nav-path" class="navpath">
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_82d7c1f210290ade9e0671f857ad27e3.html">lighthub</a></li> </ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">owTerm.h</div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="ow_term_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> <span class="comment">/* Copyright © 2017-2020 Andrey Klimov. All rights reserved.</span></div>
|
||||
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">Licensed under the Apache License, Version 2.0 (the "License");</span></div>
|
||||
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">you may not use this file except in compliance with the License.</span></div>
|
||||
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">You may obtain a copy of the License at</span></div>
|
||||
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> http://www.apache.org/licenses/LICENSE-2.0</span></div>
|
||||
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">Unless required by applicable law or agreed to in writing, software</span></div>
|
||||
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">distributed under the License is distributed on an "AS IS" BASIS,</span></div>
|
||||
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
|
||||
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">See the License for the specific language governing permissions and</span></div>
|
||||
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">limitations under the License.</span></div>
|
||||
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">Homepage: http://lazyhome.ru</span></div>
|
||||
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">GIT: https://github.com/anklimov/lighthub</span></div>
|
||||
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">e-mail anklimov@gmail.com</span></div>
|
||||
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"></span> </div>
|
||||
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">*/</span></div>
|
||||
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">//define APU_OFF</span></div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#pragma once</span></div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a9842f177c8e00b6c38daf3aca290e300"> 24</a></span> <span class="preprocessor">#define SW_AUX0 0x40</span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="ow_term_8h.html#ac0309c49990b7232afdf7d27f30f42b4"> 25</a></span> <span class="preprocessor">#define SW_AUX1 0x80</span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a2a8205edd6a8a56bd3dcc301b5e89522"> 26</a></span> <span class="preprocessor">#define SW_STAT0 0x4</span></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a00243602c461da89cd31481290e64459"> 27</a></span> <span class="preprocessor">#define SW_STAT1 0x8</span></div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a1db8ee4f7494dbd6852b582086bf8618"> 28</a></span> <span class="preprocessor">#define SW_OUT0 0x20</span></div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a2b4445eee4ea221bc240c0db281e14d8"> 29</a></span> <span class="preprocessor">#define SW_OUT1 0x10</span></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a240dee0900895c9dc452fc3e94319116"> 30</a></span> <span class="preprocessor">#define SW_MASK 0xF</span></div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a2566855e014080775e472bf2b959b510"> 31</a></span> <span class="preprocessor">#define SW_INMASK 0xFC</span></div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#define recheck_interval 5</span></div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#define check_circle 2000/t_count</span></div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a2e409a3583ffd8bf522847aa2babcc65"> 36</a></span> <span class="preprocessor">#define SW_FIND 1</span></div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a04b690d8ae7ea22fc1cd850cb28d1a89"> 37</a></span> <span class="preprocessor">#define SW_DOUBLECHECK 2 //Doublecheck required</span></div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a3312fd9b274e02275c7e6e14812d8b77"> 38</a></span> <span class="preprocessor">#define SW_PULSE0 4 //Pulse Reset started</span></div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="ow_term_8h.html#ac48f14c4bbb976160877b913707b0555"> 39</a></span> <span class="preprocessor">#define SW_PULSE1 8 //Pulse Reset stsrted</span></div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a0ae32f8bd855e4f0d54f2efa7f749432"> 40</a></span> <span class="preprocessor">#define SW_PULSE_P0 0x10 //Pulse reset in process</span></div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="ow_term_8h.html#aea6e1f060eb378a3f5ac7b0fb75e3321"> 41</a></span> <span class="preprocessor">#define SW_PULSE_P1 0x20 //Pulse reset in process</span></div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a89104025a8859791e89115fef5bc1d74"> 42</a></span> <span class="preprocessor">#define SW_CHANGED_P0 0x40 //Changes while pulse in progress</span></div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a78449cd6b324f70f052efa1c7684f939"> 43</a></span> <span class="preprocessor">#define SW_CHANGED_P1 0x80 //Changes while pulse in progress</span></div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a394220e3a4d07cd1c110c655332bbed1"> 44</a></span> <span class="preprocessor">#define SW_PULSE0_R 0x100 //Pulse Reset requested</span></div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="ow_term_8h.html#aa5279ea909ec370f1ca60c619cea7b2f"> 45</a></span> <span class="preprocessor">#define SW_PULSE1_R 0x200 //Pulse Reset requested</span></div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="ow_term_8h.html#ab8f08116296551612d3ccdad9e14e23a"> 48</a></span> <span class="preprocessor">#define recheck_interval 5</span></div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a9db1df6249649d3fca671805ace0ed82"> 49</a></span> <span class="preprocessor">#define check_circle 2000/t_count</span></div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a9382f08ab82ba07c710f5b2e9e6ec0f3"> 51</a></span> <span class="preprocessor">#define t_max 20 //Maximum number of 1w devices</span></div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a41a331314b46059bd942e76ffc60cf4a"> 52</a></span> <span class="preprocessor">#define TEMPERATURE_PRECISION 12 //9</span></div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#ifndef OWIRE_DISABLE</span></div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#include <DallasTemperature.h></span></div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#include "aJSON.h"</span></div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">extern</span> aJsonObject *<a class="code" href="ow_term_8h.html#a564a174b067eee3b33b1162935884d55">owArr</a>;</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a9312b7daea28d63649c1548f056f75e6"> 61</a></span> <span class="keyword">typedef</span> void (*<a class="code" href="ow_term_8h.html#a9312b7daea28d63649c1548f056f75e6">owChangedType</a>) (int , DeviceAddress, float) ;</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#ifndef USE_1W_PIN</span></div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="ow_term_8h.html#a92c17810a48118ba0c75809050dd6bbe"> 64</a></span> <span class="preprocessor">#define DS2482_100_I2C_TO_1W_BRIDGE // HW driver</span></div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor">#include <Wire.h></span></div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"> #ifndef ARDUINO_ARCH_STM32F1</span></div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor"> #include <DS2482_OneWire.h></span></div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor"> #endif</span></div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#else</span></div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor">#include <OneWire.h></span> <span class="comment">//Software driver</span></div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#define wireReset reset</span></div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor">#define wireSearch search</span></div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">extern</span> OneWire *<a class="code" href="ow_term_8h.html#a385b7fa9c4553fcb57ee60a03932b60c">oneWire</a>;</div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">extern</span> DallasTemperature *<a class="code" href="ow_term_8h.html#ab5e031d55a57a0dd79468e5a7cbb5e64">sensors</a>;</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">extern</span> DeviceAddress *<a class="code" href="ow_term_8h.html#ac8f950395764bcd345b63d2887dae1a0">term</a> ;</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> *<a class="code" href="ow_term_8h.html#a51d8312908b2e5f09ac8e40879c2f1a9">regs</a> ;</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">extern</span> uint16_t *<a class="code" href="ow_term_8h.html#a31e8c0d5ba0869a2bfbf32fd8caaac57">wstat</a>;</div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="ow_term_8h.html#a4e9707ca4dbcd2ddd6d14657f2e12700">t_count</a>;</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">extern</span> <span class="keywordtype">short</span> <a class="code" href="ow_term_8h.html#ac37ce0c409c53b6a18aefbfc3ad46b4a">si</a>;</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">extern</span> <a class="code" href="ow_term_8h.html#a9312b7daea28d63649c1548f056f75e6">owChangedType</a> <a class="code" href="ow_term_8h.html#ac7999c9efd1309081d54939dc27687ba">owChanged</a>;</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keywordtype">int</span> <a class="code" href="ow_term_8h.html#aff3811570b1dd6182d7f45bd573afcfd">owUpdate</a>();</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keywordtype">int</span> <a class="code" href="ow_term_8h.html#ac78e14aeb04a12acf45919b64fe0d280">owSetup</a>(<a class="code" href="ow_term_8h.html#a9312b7daea28d63649c1548f056f75e6">owChangedType</a> owCh);</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keywordtype">void</span> <a class="code" href="ow_term_8h.html#a3d8b76952ce1af677267e10c981e6dd5">owLoop</a>();</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keywordtype">void</span> <a class="code" href="ow_term_8h.html#acbf132b42d0828077bbd21e2b205c5fc">setupOwIdle</a>(<span class="keywordtype">void</span> (*)()) ;</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keywordtype">int</span> <a class="code" href="ow_term_8h.html#a38798dcd7c98c38975db6e3f19de63a3">owFind</a>(DeviceAddress addr);</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">void</span> <a class="code" href="ow_term_8h.html#ac9fd793efbaca8922408effe06e71650">owAdd</a> (DeviceAddress addr);</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aow_term_8h_html_acbf132b42d0828077bbd21e2b205c5fc"><div class="ttname"><a href="ow_term_8h.html#acbf132b42d0828077bbd21e2b205c5fc">setupOwIdle</a></div><div class="ttdeci">void setupOwIdle(void(*)())</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:218</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a38798dcd7c98c38975db6e3f19de63a3"><div class="ttname"><a href="ow_term_8h.html#a38798dcd7c98c38975db6e3f19de63a3">owFind</a></div><div class="ttdeci">int owFind(DeviceAddress addr)</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:195</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_aff3811570b1dd6182d7f45bd573afcfd"><div class="ttname"><a href="ow_term_8h.html#aff3811570b1dd6182d7f45bd573afcfd">owUpdate</a></div><div class="ttdeci">int owUpdate()</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:43</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ac78e14aeb04a12acf45919b64fe0d280"><div class="ttname"><a href="ow_term_8h.html#ac78e14aeb04a12acf45919b64fe0d280">owSetup</a></div><div class="ttdeci">int owSetup(owChangedType owCh)</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:92</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ac7999c9efd1309081d54939dc27687ba"><div class="ttname"><a href="ow_term_8h.html#ac7999c9efd1309081d54939dc27687ba">owChanged</a></div><div class="ttdeci">owChangedType owChanged</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:41</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a564a174b067eee3b33b1162935884d55"><div class="ttname"><a href="ow_term_8h.html#a564a174b067eee3b33b1162935884d55">owArr</a></div><div class="ttdeci">aJsonObject * owArr</div><div class="ttdef"><b>Definition:</b> main.cpp:148</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ac37ce0c409c53b6a18aefbfc3ad46b4a"><div class="ttname"><a href="ow_term_8h.html#ac37ce0c409c53b6a18aefbfc3ad46b4a">si</a></div><div class="ttdeci">short si</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:37</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a4e9707ca4dbcd2ddd6d14657f2e12700"><div class="ttname"><a href="ow_term_8h.html#a4e9707ca4dbcd2ddd6d14657f2e12700">t_count</a></div><div class="ttdeci">int t_count</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:38</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a31e8c0d5ba0869a2bfbf32fd8caaac57"><div class="ttname"><a href="ow_term_8h.html#a31e8c0d5ba0869a2bfbf32fd8caaac57">wstat</a></div><div class="ttdeci">uint16_t * wstat</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:34</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a385b7fa9c4553fcb57ee60a03932b60c"><div class="ttname"><a href="ow_term_8h.html#a385b7fa9c4553fcb57ee60a03932b60c">oneWire</a></div><div class="ttdeci">OneWire * oneWire</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:30</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a9312b7daea28d63649c1548f056f75e6"><div class="ttname"><a href="ow_term_8h.html#a9312b7daea28d63649c1548f056f75e6">owChangedType</a></div><div class="ttdeci">void(* owChangedType)(int, DeviceAddress, float)</div><div class="ttdef"><b>Definition:</b> owTerm.h:61</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ac9fd793efbaca8922408effe06e71650"><div class="ttname"><a href="ow_term_8h.html#ac9fd793efbaca8922408effe06e71650">owAdd</a></div><div class="ttdeci">void owAdd(DeviceAddress addr)</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:200</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ac8f950395764bcd345b63d2887dae1a0"><div class="ttname"><a href="ow_term_8h.html#ac8f950395764bcd345b63d2887dae1a0">term</a></div><div class="ttdeci">DeviceAddress * term</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:32</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a3d8b76952ce1af677267e10c981e6dd5"><div class="ttname"><a href="ow_term_8h.html#a3d8b76952ce1af677267e10c981e6dd5">owLoop</a></div><div class="ttdeci">void owLoop()</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:190</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_ab5e031d55a57a0dd79468e5a7cbb5e64"><div class="ttname"><a href="ow_term_8h.html#ab5e031d55a57a0dd79468e5a7cbb5e64">sensors</a></div><div class="ttdeci">DallasTemperature * sensors</div><div class="ttdef"><b>Definition:</b> owTerm.cpp:35</div></div>
|
||||
<div class="ttc" id="aow_term_8h_html_a51d8312908b2e5f09ac8e40879c2f1a9"><div class="ttname"><a href="ow_term_8h.html#a51d8312908b2e5f09ac8e40879c2f1a9">regs</a></div><div class="ttdeci">int * regs</div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
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
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user