Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4be895b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Oct 8, 2023
1 parent 3b32e12 commit 3c6f670
Show file tree
Hide file tree
Showing 55 changed files with 499 additions and 146 deletions.
13 changes: 8 additions & 5 deletions _weather_sensor_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;} DecodeStatus;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; </div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor">#if defined(ESP32) || defined(ESP8266)</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>SensorMap {</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; uint32_t id; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; std::string name; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;} SensorMap;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor">#if !defined(ARDUINO_ARCH_AVR)</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="struct_sensor_map.html"> 128</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_sensor_map.html">SensorMap</a> {</div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="struct_sensor_map.html#aed559727b1c275362724332e45b08993"> 129</a></span>&#160; uint32_t <a class="code" href="struct_sensor_map.html#aed559727b1c275362724332e45b08993">id</a>; </div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="struct_sensor_map.html#a67056237cfe5029dfebc682216edc524"> 130</a></span>&#160; std::string <a class="code" href="struct_sensor_map.html#a67056237cfe5029dfebc682216edc524">name</a>; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;} <a class="code" href="struct_sensor_map.html">SensorMap</a>;</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; </div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
Expand Down Expand Up @@ -400,6 +400,9 @@
<div class="ttc" id="aclass_weather_sensor_html_ac3edc5eaae93e8289f0267d56fa0a44a"><div class="ttname"><a href="class_weather_sensor.html#ac3edc5eaae93e8289f0267d56fa0a44a">WeatherSensor::sensor</a></div><div class="ttdeci">sensor_t sensor[NUM_SENSORS]</div><div class="ttdoc">sensor data array</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:246</div></div>
<div class="ttc" id="aclass_weather_sensor_html_af7d1085b72f2f41e8b349e63d2628b0c"><div class="ttname"><a href="class_weather_sensor.html#af7d1085b72f2f41e8b349e63d2628b0c">WeatherSensor::clearSlots</a></div><div class="ttdeci">void clearSlots(uint8_t type=0xFF)</div><div class="ttdoc">Clear sensor data.</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:266</div></div>
<div class="ttc" id="aclass_weather_sensor_html_af964b214e398132f25d4e783dffe708a"><div class="ttname"><a href="class_weather_sensor.html#af964b214e398132f25d4e783dffe708a">WeatherSensor::decodeMessage</a></div><div class="ttdeci">DecodeStatus decodeMessage(const uint8_t *msg, uint8_t msgSize)</div><div class="ttdoc">Decode message Tries the available decoders until a decoding was successful.</div><div class="ttdef"><b>Definition:</b> WeatherSensor.cpp:254</div></div>
<div class="ttc" id="astruct_sensor_map_html"><div class="ttname"><a href="struct_sensor_map.html">SensorMap</a></div><div class="ttdoc">Mapping of sensor IDs to names.</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:128</div></div>
<div class="ttc" id="astruct_sensor_map_html_a67056237cfe5029dfebc682216edc524"><div class="ttname"><a href="struct_sensor_map.html#a67056237cfe5029dfebc682216edc524">SensorMap::name</a></div><div class="ttdeci">std::string name</div><div class="ttdoc">Name of sensor (e.g. for MQTT topic)</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:130</div></div>
<div class="ttc" id="astruct_sensor_map_html_aed559727b1c275362724332e45b08993"><div class="ttname"><a href="struct_sensor_map.html#aed559727b1c275362724332e45b08993">SensorMap::id</a></div><div class="ttdeci">uint32_t id</div><div class="ttdoc">ID if sensor (as transmitted in radio message)</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:129</div></div>
<div class="ttc" id="astruct_weather_sensor_1_1_sensor_html"><div class="ttname"><a href="struct_weather_sensor_1_1_sensor.html">WeatherSensor::Sensor</a></div><div class="ttdoc">sensor data and status flags</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:200</div></div>
<div class="ttc" id="astruct_weather_sensor_1_1_sensor_html_a08d79febedd862a6e9037fe55d4a3772"><div class="ttname"><a href="struct_weather_sensor_1_1_sensor.html#a08d79febedd862a6e9037fe55d4a3772">WeatherSensor::Sensor::lightning_unknown1</a></div><div class="ttdeci">uint16_t lightning_unknown1</div><div class="ttdoc">unknown part 1</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:239</div></div>
<div class="ttc" id="astruct_weather_sensor_1_1_sensor_html_a179014c02826f68faabbddbc9a57ff90"><div class="ttname"><a href="struct_weather_sensor_1_1_sensor.html#a179014c02826f68faabbddbc9a57ff90">WeatherSensor::Sensor::battery_ok</a></div><div class="ttdeci">bool battery_ok</div><div class="ttdoc">battery o.k.</div><div class="ttdef"><b>Definition:</b> WeatherSensor.h:213</div></div>
Expand Down
5 changes: 3 additions & 2 deletions annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnv_data__t.html" target="_self">nvData_t</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnv_lightning__t.html" target="_self">nvLightning_t</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_rain_gauge.html" target="_self">RainGauge</a></td><td class="desc">Calculation of hourly (past 60 minutes), daily, weekly and monthly rainfall </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_weather_sensor.html" target="_self">WeatherSensor</a></td><td class="desc">Receive, decode and store Bresser Weather <a class="el" href="struct_weather_sensor_1_1_sensor.html" title="sensor data and status flags">Sensor</a> Data Uses CC1101 or SX1276 radio module for receiving FSK modulated signal at 868 MHz </td></tr>
<tr id="row_4_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_weather_sensor_1_1_sensor.html" target="_self">Sensor</a></td><td class="desc"><a class="el" href="struct_weather_sensor_1_1_sensor.html" title="sensor data and status flags">Sensor</a> data and status flags </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_sensor_map.html" target="_self">SensorMap</a></td><td class="desc">Mapping of sensor IDs to names </td></tr>
<tr id="row_5_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_weather_sensor.html" target="_self">WeatherSensor</a></td><td class="desc">Receive, decode and store Bresser Weather <a class="el" href="struct_weather_sensor_1_1_sensor.html" title="sensor data and status flags">Sensor</a> Data Uses CC1101 or SX1276 radio module for receiving FSK modulated signal at 868 MHz </td></tr>
<tr id="row_5_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_weather_sensor_1_1_sensor.html" target="_self">Sensor</a></td><td class="desc"><a class="el" href="struct_weather_sensor_1_1_sensor.html" title="sensor data and status flags">Sensor</a> data and status flags </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
1 change: 1 addition & 0 deletions annotated_dup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ var annotated_dup =
[ "nvData_t", "structnv_data__t.html", "structnv_data__t" ],
[ "nvLightning_t", "structnv_lightning__t.html", "structnv_lightning__t" ],
[ "RainGauge", "class_rain_gauge.html", "class_rain_gauge" ],
[ "SensorMap", "struct_sensor_map.html", "struct_sensor_map" ],
[ "WeatherSensor", "class_weather_sensor.html", "class_weather_sensor" ]
];
2 changes: 1 addition & 1 deletion classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dd><a class="el" href="class_rain_gauge.html">RainGauge</a></dd></dl>
<dl class="classindex odd">
<dt class="alphachar"><a name="letter_S">S</a></dt>
<dd><a class="el" href="struct_weather_sensor_1_1_sensor.html">WeatherSensor::Sensor</a></dd></dl>
<dd><a class="el" href="struct_weather_sensor_1_1_sensor.html">WeatherSensor::Sensor</a></dd><dd><a class="el" href="struct_sensor_map.html">SensorMap</a></dd></dl>
<dl class="classindex even">
<dt class="alphachar"><a name="letter_W">W</a></dt>
<dd><a class="el" href="class_weather_sensor.html">WeatherSensor</a></dd></dl>
Expand Down
10 changes: 10 additions & 0 deletions functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h3><a id="index_h"></a>- h -</h3><ul>


<h3><a id="index_i"></a>- i -</h3><ul>
<li>id
: <a class="el" href="struct_sensor_map.html#aed559727b1c275362724332e45b08993">SensorMap</a>
</li>
<li>init()
: <a class="el" href="class_lightning.html#ae719a2e99534bd6085a08a9a686534b0">Lightning</a>
, <a class="el" href="class_rain_gauge.html#ab32d6ff89366d290a5c264a51f950070">RainGauge</a>
Expand Down Expand Up @@ -208,6 +211,13 @@ <h3><a id="index_m"></a>- m -</h3><ul>
</ul>


<h3><a id="index_n"></a>- n -</h3><ul>
<li>name
: <a class="el" href="struct_sensor_map.html#a67056237cfe5029dfebc682216edc524">SensorMap</a>
</li>
</ul>


<h3><a id="index_p"></a>- p -</h3><ul>
<li>pastHour()
: <a class="el" href="class_lightning.html#a953ad9e64d03512e2bc3dafa6b0a9c32">Lightning</a>
Expand Down
14 changes: 14 additions & 0 deletions functions_vars.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ <h3><a id="index_h"></a>- h -</h3><ul>
</ul>


<h3><a id="index_i"></a>- i -</h3><ul>
<li>id
: <a class="el" href="struct_sensor_map.html#aed559727b1c275362724332e45b08993">SensorMap</a>
</li>
</ul>


<h3><a id="index_l"></a>- l -</h3><ul>
<li>leakage_ok
: <a class="el" href="struct_weather_sensor_1_1_sensor.html#ab91bbf3070f0da8527323393ce80b391">WeatherSensor::Sensor</a>
Expand Down Expand Up @@ -152,6 +159,13 @@ <h3><a id="index_m"></a>- m -</h3><ul>
</ul>


<h3><a id="index_n"></a>- n -</h3><ul>
<li>name
: <a class="el" href="struct_sensor_map.html#a67056237cfe5029dfebc682216edc524">SensorMap</a>
</li>
</ul>


<h3><a id="index_r"></a>- r -</h3><ul>
<li>rain_mm
: <a class="el" href="struct_weather_sensor_1_1_sensor.html#aea1c5facf8df55b7e58c0d9ce572152a">WeatherSensor::Sensor</a>
Expand Down
3 changes: 3 additions & 0 deletions menudata.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var menudata={children:[
{text:"i",url:"functions.html#index_i"},
{text:"l",url:"functions.html#index_l"},
{text:"m",url:"functions.html#index_m"},
{text:"n",url:"functions.html#index_n"},
{text:"p",url:"functions.html#index_p"},
{text:"r",url:"functions.html#index_r"},
{text:"s",url:"functions.html#index_s"},
Expand All @@ -51,8 +52,10 @@ var menudata={children:[
{text:"b",url:"functions_vars.html#index_b"},
{text:"c",url:"functions_vars.html#index_c"},
{text:"h",url:"functions_vars.html#index_h"},
{text:"i",url:"functions_vars.html#index_i"},
{text:"l",url:"functions_vars.html#index_l"},
{text:"m",url:"functions_vars.html#index_m"},
{text:"n",url:"functions_vars.html#index_n"},
{text:"r",url:"functions_vars.html#index_r"},
{text:"s",url:"functions_vars.html#index_s"},
{text:"t",url:"functions_vars.html#index_t"},
Expand Down
91 changes: 47 additions & 44 deletions navtreeindex0.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ var NAVTREEINDEX0 =
"class_rain_gauge.html#a827cc988c73770c9af6a96077e19db76":[1,0,3,6],
"class_rain_gauge.html#a8635f7cda13cf9a5f9e72f2f1ba81ecc":[1,0,3,5],
"class_rain_gauge.html#ab32d6ff89366d290a5c264a51f950070":[1,0,3,4],
"class_weather_sensor.html":[1,0,4],
"class_weather_sensor.html#a05fbfc16fb2e13543591cb0b3cd8baaf":[1,0,4,10],
"class_weather_sensor.html#a0adf85658be20d05e43e34c6b728b989":[1,0,4,6],
"class_weather_sensor.html#a3fe7bfad520c8834c5f85f7b0ed9eaad":[1,0,4,11],
"class_weather_sensor.html#a50b72bc1883935f2ede454f57c12625e":[1,0,4,12],
"class_weather_sensor.html#a558191760f9d9b9bf12f79f6f3e5370a":[1,0,4,9],
"class_weather_sensor.html#a643dd64dab119203c14883e712d76aea":[1,0,4,8],
"class_weather_sensor.html#a9b84d8518edf33a2f796288bb482eb8b":[1,0,4,3],
"class_weather_sensor.html#aa72d395844ee645e779a3b005fbd5dfd":[1,0,4,2],
"class_weather_sensor.html#ac0d3ac40d2ac605badcbb8e1631d64fa":[1,0,4,7],
"class_weather_sensor.html#ac3edc5eaae93e8289f0267d56fa0a44a":[1,0,4,13],
"class_weather_sensor.html#ae38bcb7791c9c49d5f23c150d4517dc4":[1,0,4,1],
"class_weather_sensor.html#af7d1085b72f2f41e8b349e63d2628b0c":[1,0,4,4],
"class_weather_sensor.html#af964b214e398132f25d4e783dffe708a":[1,0,4,5],
"class_weather_sensor.html":[1,0,5],
"class_weather_sensor.html#a05fbfc16fb2e13543591cb0b3cd8baaf":[1,0,5,10],
"class_weather_sensor.html#a0adf85658be20d05e43e34c6b728b989":[1,0,5,6],
"class_weather_sensor.html#a3fe7bfad520c8834c5f85f7b0ed9eaad":[1,0,5,11],
"class_weather_sensor.html#a50b72bc1883935f2ede454f57c12625e":[1,0,5,12],
"class_weather_sensor.html#a558191760f9d9b9bf12f79f6f3e5370a":[1,0,5,9],
"class_weather_sensor.html#a643dd64dab119203c14883e712d76aea":[1,0,5,8],
"class_weather_sensor.html#a9b84d8518edf33a2f796288bb482eb8b":[1,0,5,3],
"class_weather_sensor.html#aa72d395844ee645e779a3b005fbd5dfd":[1,0,5,2],
"class_weather_sensor.html#ac0d3ac40d2ac605badcbb8e1631d64fa":[1,0,5,7],
"class_weather_sensor.html#ac3edc5eaae93e8289f0267d56fa0a44a":[1,0,5,13],
"class_weather_sensor.html#ae38bcb7791c9c49d5f23c150d4517dc4":[1,0,5,1],
"class_weather_sensor.html#af7d1085b72f2f41e8b349e63d2628b0c":[1,0,5,4],
"class_weather_sensor.html#af964b214e398132f25d4e783dffe708a":[1,0,5,5],
"classes.html":[1,1],
"dir_68267d1309a1af8e8297ef4c3efbcdba.html":[2,0,0],
"files.html":[2,0],
Expand All @@ -50,36 +50,39 @@ var NAVTREEINDEX0 =
"index.html":[],
"modules.html":[0],
"pages.html":[],
"struct_weather_sensor_1_1_sensor.html":[1,0,4,0],
"struct_weather_sensor_1_1_sensor.html#a08d79febedd862a6e9037fe55d4a3772":[1,0,4,0,12],
"struct_weather_sensor_1_1_sensor.html#a179014c02826f68faabbddbc9a57ff90":[1,0,4,0,0],
"struct_weather_sensor_1_1_sensor.html#a1dca88a5b98a1eb7320217ec3784cf7b":[1,0,4,0,23],
"struct_weather_sensor_1_1_sensor.html#a2908169e0db96a0e19f05cd68660578e":[1,0,4,0,11],
"struct_weather_sensor_1_1_sensor.html#a3d83f4b213ea4d956d69476d1c0e885b":[1,0,4,0,3],
"struct_weather_sensor_1_1_sensor.html#a430f088457fb5dc51484a801b2b203c9":[1,0,4,0,27],
"struct_weather_sensor_1_1_sensor.html#a56ca10defbfb8bb7bab5862a3fa2b7d1":[1,0,4,0,18],
"struct_weather_sensor_1_1_sensor.html#a5bf9823fc6f06e52990785ad9b193652":[1,0,4,0,4],
"struct_weather_sensor_1_1_sensor.html#a64b797dc2e77409c65c44efbcd8a62e9":[1,0,4,0,9],
"struct_weather_sensor_1_1_sensor.html#a77fc13b3e0da95ae026c075330035383":[1,0,4,0,10],
"struct_weather_sensor_1_1_sensor.html#a7d81ebc4829395fc132b5077f5a40c47":[1,0,4,0,14],
"struct_weather_sensor_1_1_sensor.html#a8d7ac24ffcbb4cbc5ef8005c72046a57":[1,0,4,0,2],
"struct_weather_sensor_1_1_sensor.html#a9d863c1bae23358c2a9ac61f655c59d8":[1,0,4,0,8],
"struct_weather_sensor_1_1_sensor.html#aabf3f23ee4b7db05580765f7ce392838":[1,0,4,0,19],
"struct_weather_sensor_1_1_sensor.html#aacfeed06cac7cb1ea40f4f928198657f":[1,0,4,0,7],
"struct_weather_sensor_1_1_sensor.html#ab1fb3b6988f2a14d8246b1dc239426a4":[1,0,4,0,21],
"struct_weather_sensor_1_1_sensor.html#ab70ec898bffe156ba86e21a8b7984aee":[1,0,4,0,13],
"struct_weather_sensor_1_1_sensor.html#ab91bbf3070f0da8527323393ce80b391":[1,0,4,0,5],
"struct_weather_sensor_1_1_sensor.html#abbf124d4f3f1792ff596b7dd03b9cd94":[1,0,4,0,20],
"struct_weather_sensor_1_1_sensor.html#acdcee37faebf4d2f77387d6e649b00c9":[1,0,4,0,1],
"struct_weather_sensor_1_1_sensor.html#acfc5d072c1059334b3320b4a5da0b5c4":[1,0,4,0,25],
"struct_weather_sensor_1_1_sensor.html#adb4d7e0eab22ff15c08aa17ce44738fc":[1,0,4,0,15],
"struct_weather_sensor_1_1_sensor.html#adc13b0de8543fcf00628e061fab26992":[1,0,4,0,22],
"struct_weather_sensor_1_1_sensor.html#ae28084d05f7e81b1c3a1b2cff859315a":[1,0,4,0,26],
"struct_weather_sensor_1_1_sensor.html#ae2e073d69e22bdcaa59a60c1b8189016":[1,0,4,0,17],
"struct_weather_sensor_1_1_sensor.html#ae7f794021be9cc2ad2a058715a7087d3":[1,0,4,0,6],
"struct_weather_sensor_1_1_sensor.html#aea1c5facf8df55b7e58c0d9ce572152a":[1,0,4,0,16],
"struct_weather_sensor_1_1_sensor.html#af1fd284df9f4171542a075c18e9eee9a":[1,0,4,0,24],
"struct_weather_sensor_1_1_sensor.html#af370cd7be58dc4ee21592e6354947ba1":[1,0,4,0,28],
"struct_sensor_map.html":[1,0,4],
"struct_sensor_map.html#a67056237cfe5029dfebc682216edc524":[1,0,4,1],
"struct_sensor_map.html#aed559727b1c275362724332e45b08993":[1,0,4,0],
"struct_weather_sensor_1_1_sensor.html":[1,0,5,0],
"struct_weather_sensor_1_1_sensor.html#a08d79febedd862a6e9037fe55d4a3772":[1,0,5,0,12],
"struct_weather_sensor_1_1_sensor.html#a179014c02826f68faabbddbc9a57ff90":[1,0,5,0,0],
"struct_weather_sensor_1_1_sensor.html#a1dca88a5b98a1eb7320217ec3784cf7b":[1,0,5,0,23],
"struct_weather_sensor_1_1_sensor.html#a2908169e0db96a0e19f05cd68660578e":[1,0,5,0,11],
"struct_weather_sensor_1_1_sensor.html#a3d83f4b213ea4d956d69476d1c0e885b":[1,0,5,0,3],
"struct_weather_sensor_1_1_sensor.html#a430f088457fb5dc51484a801b2b203c9":[1,0,5,0,27],
"struct_weather_sensor_1_1_sensor.html#a56ca10defbfb8bb7bab5862a3fa2b7d1":[1,0,5,0,18],
"struct_weather_sensor_1_1_sensor.html#a5bf9823fc6f06e52990785ad9b193652":[1,0,5,0,4],
"struct_weather_sensor_1_1_sensor.html#a64b797dc2e77409c65c44efbcd8a62e9":[1,0,5,0,9],
"struct_weather_sensor_1_1_sensor.html#a77fc13b3e0da95ae026c075330035383":[1,0,5,0,10],
"struct_weather_sensor_1_1_sensor.html#a7d81ebc4829395fc132b5077f5a40c47":[1,0,5,0,14],
"struct_weather_sensor_1_1_sensor.html#a8d7ac24ffcbb4cbc5ef8005c72046a57":[1,0,5,0,2],
"struct_weather_sensor_1_1_sensor.html#a9d863c1bae23358c2a9ac61f655c59d8":[1,0,5,0,8],
"struct_weather_sensor_1_1_sensor.html#aabf3f23ee4b7db05580765f7ce392838":[1,0,5,0,19],
"struct_weather_sensor_1_1_sensor.html#aacfeed06cac7cb1ea40f4f928198657f":[1,0,5,0,7],
"struct_weather_sensor_1_1_sensor.html#ab1fb3b6988f2a14d8246b1dc239426a4":[1,0,5,0,21],
"struct_weather_sensor_1_1_sensor.html#ab70ec898bffe156ba86e21a8b7984aee":[1,0,5,0,13],
"struct_weather_sensor_1_1_sensor.html#ab91bbf3070f0da8527323393ce80b391":[1,0,5,0,5],
"struct_weather_sensor_1_1_sensor.html#abbf124d4f3f1792ff596b7dd03b9cd94":[1,0,5,0,20],
"struct_weather_sensor_1_1_sensor.html#acdcee37faebf4d2f77387d6e649b00c9":[1,0,5,0,1],
"struct_weather_sensor_1_1_sensor.html#acfc5d072c1059334b3320b4a5da0b5c4":[1,0,5,0,25],
"struct_weather_sensor_1_1_sensor.html#adb4d7e0eab22ff15c08aa17ce44738fc":[1,0,5,0,15],
"struct_weather_sensor_1_1_sensor.html#adc13b0de8543fcf00628e061fab26992":[1,0,5,0,22],
"struct_weather_sensor_1_1_sensor.html#ae28084d05f7e81b1c3a1b2cff859315a":[1,0,5,0,26],
"struct_weather_sensor_1_1_sensor.html#ae2e073d69e22bdcaa59a60c1b8189016":[1,0,5,0,17],
"struct_weather_sensor_1_1_sensor.html#ae7f794021be9cc2ad2a058715a7087d3":[1,0,5,0,6],
"struct_weather_sensor_1_1_sensor.html#aea1c5facf8df55b7e58c0d9ce572152a":[1,0,5,0,16],
"struct_weather_sensor_1_1_sensor.html#af1fd284df9f4171542a075c18e9eee9a":[1,0,5,0,24],
"struct_weather_sensor_1_1_sensor.html#af370cd7be58dc4ee21592e6354947ba1":[1,0,5,0,28],
"structnv_data__t.html":[1,0,1],
"structnv_data__t.html#a05848747a63f4d3219f26e357a2664ee":[1,0,1,10],
"structnv_data__t.html#a159baf80e4c8becbe2f6572f1587784a":[1,0,1,2],
Expand Down
Loading

0 comments on commit 3c6f670

Please sign in to comment.