formating, documentation regen

This commit is contained in:
myles-parfeniuk 2024-12-26 18:02:09 -08:00
parent 1f48d4602a
commit 1fb8e09030
1420 changed files with 17996 additions and 15651 deletions

View File

@ -35,6 +35,7 @@ esp32_BNO08x is a C++ component for esp-idf v5.x, serving as a driver for both B
Originally based on the SparkFun BNO080 Arduino Library, it has since diverged significantly in implementation, taking a multi-tasked approach to avoid wasting CPU time polling the HINT pin of the IMU. Currently, only SPI is supported. There are no plans to support I2C due to unpredictable behavior caused by an esp32 I2C driver silicon bug. UART support may be implemented in the future. Originally based on the SparkFun BNO080 Arduino Library, it has since diverged significantly in implementation, taking a multi-tasked approach to avoid wasting CPU time polling the HINT pin of the IMU. Currently, only SPI is supported. There are no plans to support I2C due to unpredictable behavior caused by an esp32 I2C driver silicon bug. UART support may be implemented in the future.
**NOTE: If you are here because this most recent update broke your code:** **NOTE: If you are here because this most recent update broke your code:**
You can still use the old version on the `no_sh2_HAL` branch of this repo. It will no longer receive support. It's highly recommended you update your code base to this version as it uses the official [Hillcrest Labs sh2 HAL lib](https://github.com/ceva-dsp/sh2) to handle sh2 SHTP communication with the IMU, instead of my own implementation. It is better tested and more reliable at the cost of slightly more overhead. You can still use the old version on the `no_sh2_HAL` branch of this repo. It will no longer receive support. It's highly recommended you update your code base to this version as it uses the official [Hillcrest Labs sh2 HAL lib](https://github.com/ceva-dsp/sh2) to handle sh2 SHTP communication with the IMU, instead of my own implementation. It is better tested and more reliable at the cost of slightly more overhead.
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>
@ -94,6 +95,7 @@ To access the menu:
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>
### Examples ### Examples
There are multiple examples available on the [examples](https://github.com/myles-parfeniuk/esp32_BNO08x/tree/examples) branch of this repo, but here is a quick intro.
There are two ways data returned from the BNO08x can be accessed with this library: There are two ways data returned from the BNO08x can be accessed with this library:
1. **Polling Method with** `data_available()` **Function**: 1. **Polling Method with** `data_available()` **Function**:

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08x.cpp File Reference</title> <title>esp32_BNO08x: source/BNO08x.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -100,9 +100,9 @@ $(function(){initNavTree('_b_n_o08x_8cpp.html',''); initResizable(); });
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08x.cpp:</div> Include dependency graph for BNO08x.cpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_8cpp__incl.png" border="0" usemap="#a_b_n_o08x_8cpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_8cpp__incl.png" border="0" usemap="#asource_2_b_n_o08x_8cpp" alt=""/></div>
<map name="a_b_n_o08x_8cpp" id="a_b_n_o08x_8cpp"> <map name="asource_2_b_n_o08x_8cpp" id="asource_2_b_n_o08x_8cpp">
<area shape="rect" title=" " alt="" coords="695,5,790,32"/> <area shape="rect" title=" " alt="" coords="673,5,811,32"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="521,80,617,107"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="521,80,617,107"/>
<area shape="poly" title=" " alt="" coords="713,35,614,76,612,71,711,30"/> <area shape="poly" title=" " alt="" coords="713,35,614,76,612,71,711,30"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="658,237,827,264"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="658,237,827,264"/>
@ -223,7 +223,7 @@ Include dependency graph for BNO08x.cpp:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_105fd1ee051c171768c94e464b88861d.html">source</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8cpp.html">BNO08x.cpp</a></li> <li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8cpp.html">BNO08x.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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,5 +1,5 @@
<map id="BNO08x.cpp" name="BNO08x.cpp"> <map id="source/BNO08x.cpp" name="source/BNO08x.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="695,5,790,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="673,5,811,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="521,80,617,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="521,80,617,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="713,35,614,76,612,71,711,30"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="713,35,614,76,612,71,711,30"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="658,237,827,264"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="658,237,827,264"/>

View File

@ -1 +1 @@
84f85dedef1c2107d95e7bd0332d5061 ea976eccbb3a485d5917ea418a83ea25

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08x.hpp File Reference</title> <title>esp32_BNO08x: include/BNO08x.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -114,164 +114,165 @@ $(function(){initNavTree('_b_n_o08x_8hpp.html',''); initResizable(); });
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08x.hpp:</div> Include dependency graph for BNO08x.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_8hpp__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_8hpp" alt=""/></div>
<map name="a_b_n_o08x_8hpp" id="a_b_n_o08x_8hpp"> <map name="ainclude_2_b_n_o08x_8hpp" id="ainclude_2_b_n_o08x_8hpp">
<area shape="rect" title=" " alt="" coords="4923,5,5018,32"/> <area shape="rect" title=" " alt="" coords="331,5,472,32"/>
<area shape="rect" title=" " alt="" coords="2495,395,2580,421"/> <area shape="rect" title=" " alt="" coords="214,395,298,421"/>
<area shape="poly" title=" " alt="" coords="4923,23,2742,39,1367,58,855,69,555,83,460,82,364,71,272,56,187,45,114,44,84,50,58,61,37,77,21,101,11,134,8,175,8,259,13,270,30,280,97,300,202,318,339,334,689,360,1101,378,1531,390,1934,398,2480,404,2480,409,1934,403,1531,396,1101,383,689,365,339,339,201,324,96,306,28,285,9,274,3,261,3,175,6,132,16,99,33,74,55,56,82,44,114,39,188,39,273,51,365,66,460,77,555,77,855,64,1367,52,2742,34,4923,18"/> <area shape="poly" title=" " alt="" coords="377,35,341,57,302,88,285,107,271,128,262,150,259,175,259,260,259,379,253,379,253,260,253,174,257,149,266,125,281,104,298,84,338,52,374,30"/>
<area shape="rect" title=" " alt="" coords="4579,395,4666,421"/> <area shape="rect" title=" " alt="" coords="322,395,409,421"/>
<area shape="poly" title=" " alt="" coords="4946,35,4915,55,4886,82,4856,125,4849,146,4847,175,4847,260,4846,287,4842,309,4832,328,4814,349,4764,369,4683,393,4681,388,4762,364,4810,344,4827,325,4837,307,4841,287,4841,260,4841,175,4844,145,4851,122,4882,78,4912,50,4944,30"/> <area shape="poly" title=" " alt="" coords="386,35,363,55,341,82,316,126,311,147,309,175,309,260,313,294,324,326,351,380,346,383,319,328,308,295,304,260,304,175,306,146,311,124,336,78,359,51,382,31"/>
<area shape="rect" title=" " alt="" coords="5185,80,5260,107"/> <area shape="rect" title=" " alt="" coords="93,80,168,107"/>
<area shape="poly" title=" " alt="" coords="5015,30,5171,75,5170,80,5014,35"/> <area shape="poly" title=" " alt="" coords="355,35,184,81,183,75,354,30"/>
<area shape="rect" title=" " alt="" coords="4707,469,4797,496"/> <area shape="rect" title=" " alt="" coords="62,469,152,496"/>
<area shape="poly" title=" " alt="" coords="4984,31,5003,56,5025,90,5042,131,5049,174,5049,335,5048,383,5040,403,5023,423,4987,443,4933,458,4813,478,4812,472,4931,453,4985,438,5020,419,5035,401,5042,382,5044,335,5044,175,5037,132,5020,93,4999,59,4980,34"/> <area shape="poly" title=" " alt="" coords="331,28,178,47,106,62,79,72,59,82,35,102,19,121,11,144,8,175,8,334,15,371,33,405,56,434,80,457,77,461,52,438,28,408,10,373,3,335,3,175,5,143,14,118,31,98,56,78,77,67,105,57,177,41,330,23"/>
<area shape="rect" title=" " alt="" coords="4877,469,5017,496"/> <area shape="rect" title=" " alt="" coords="395,469,536,496"/>
<area shape="poly" title=" " alt="" coords="5002,30,5036,50,5067,78,5084,102,5094,123,5099,146,5100,175,5100,335,5099,362,5094,383,5084,402,5067,423,5038,448,5004,465,5002,461,5035,443,5063,419,5080,399,5089,381,5094,361,5095,335,5095,175,5094,146,5089,125,5080,105,5063,82,5033,54,5000,35"/> <area shape="poly" title=" " alt="" coords="331,27,262,34,189,45,124,61,100,71,83,82,66,102,59,123,59,175,59,335,61,354,67,368,76,379,88,388,120,403,158,419,214,441,272,457,380,474,380,479,270,462,212,446,156,424,118,408,85,393,72,383,62,371,56,355,53,335,53,175,54,122,62,100,80,78,98,66,123,56,188,40,261,29,330,22"/>
<area shape="rect" title=" " alt="" coords="5068,469,5199,496"/> <area shape="rect" title=" " alt="" coords="670,469,800,496"/>
<area shape="poly" title=" " alt="" coords="5008,30,5052,51,5098,82,5119,101,5135,123,5147,147,5151,174,5151,335,5147,399,5140,454,5135,454,5142,399,5145,335,5145,175,5141,149,5131,125,5115,104,5095,86,5049,56,5005,35"/> <area shape="poly" title=" " alt="" coords="358,35,317,53,298,66,281,82,210,167,183,209,164,251,155,293,158,335,173,377,203,419,220,425,258,432,379,447,654,472,654,478,378,453,258,438,218,431,200,423,168,379,152,336,150,293,159,250,179,207,206,164,277,78,294,62,315,49,356,30"/>
<area shape="rect" title=" " alt="" coords="4690,395,4830,421"/> <area shape="rect" title=" " alt="" coords="433,395,573,421"/>
<area shape="poly" title=" " alt="" coords="4970,33,4956,94,4950,134,4948,175,4948,260,4945,285,4935,307,4921,326,4903,344,4861,372,4817,391,4815,387,4858,367,4900,339,4917,323,4930,304,4939,283,4943,260,4943,175,4945,133,4951,93,4965,32"/> <area shape="poly" title=" " alt="" coords="398,33,374,94,364,133,360,175,360,260,363,281,370,300,395,335,429,364,463,385,460,389,425,368,391,339,365,303,357,282,355,260,355,175,359,133,369,92,393,32"/>
<area shape="rect" title=" " alt="" coords="5284,80,5388,107"/> <area shape="rect" title=" " alt="" coords="395,80,499,107"/>
<area shape="poly" title=" " alt="" coords="5019,27,5269,76,5268,81,5018,32"/> <area shape="poly" title=" " alt="" coords="411,31,433,65,428,68,407,34"/>
<area shape="rect" title=" " alt="" coords="4854,395,5010,421"/> <area shape="rect" title=" " alt="" coords="597,395,752,421"/>
<area shape="poly" title=" " alt="" coords="4977,32,4990,93,4996,133,4999,175,4999,260,4994,295,4983,329,4953,383,4948,380,4978,326,4989,294,4993,260,4993,175,4991,134,4985,94,4971,33"/> <area shape="poly" title=" " alt="" coords="442,30,479,49,497,62,513,78,528,102,536,123,539,175,539,260,541,281,548,300,572,334,604,363,637,384,634,389,601,367,568,338,543,302,536,282,533,260,533,175,531,124,524,104,509,82,494,66,476,54,439,35"/>
<area shape="rect" title=" " alt="" coords="5412,80,5527,107"/> <area shape="rect" title=" " alt="" coords="574,80,688,107"/>
<area shape="poly" title=" " alt="" coords="5019,24,5397,77,5396,82,5018,29"/> <area shape="poly" title=" " alt="" coords="442,30,577,72,575,77,440,35"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="4387,395,4554,421"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="923,395,1090,421"/>
<area shape="poly" title=" " alt="" coords="4936,35,4892,56,4846,86,4826,104,4810,125,4800,149,4796,175,4796,260,4789,282,4769,302,4739,321,4703,339,4619,370,4540,393,4538,388,4618,365,4701,334,4736,317,4765,298,4784,279,4791,260,4791,174,4795,147,4806,123,4822,101,4843,82,4890,51,4934,30"/> <area shape="poly" title=" " alt="" coords="472,24,616,44,682,59,728,78,757,104,771,132,783,162,803,196,850,251,900,303,983,382,980,386,896,307,846,254,799,199,778,165,766,135,752,108,725,82,681,64,615,49,472,29"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4187,320,4357,347"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="623,320,793,347"/>
<area shape="poly" title=" " alt="" coords="4962,34,4887,112,4832,159,4769,200,4668,245,4562,280,4460,305,4372,321,4371,316,4459,299,4560,275,4666,240,4767,195,4828,155,4884,108,4958,31"/> <area shape="poly" title=" " alt="" coords="472,22,537,28,605,39,664,55,687,66,702,78,719,105,730,135,736,166,737,198,731,259,719,306,714,305,725,258,732,198,730,167,725,136,715,107,698,82,684,70,662,60,604,44,537,34,472,27"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2349,245,2494,272"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="3002,245,3147,272"/>
<area shape="poly" title=" " alt="" coords="4922,23,3967,33,2347,57,1520,76,805,98,518,111,295,125,145,141,102,149,83,157,76,166,74,176,76,186,83,195,109,202,173,209,391,221,1064,239,1809,249,2333,254,2333,259,1809,255,1064,244,391,226,172,214,108,207,80,200,71,188,69,176,71,164,80,153,101,144,144,135,294,120,518,106,805,93,1520,70,2347,52,3967,28,4922,18"/> <area shape="poly" title=" " alt="" coords="472,18,1499,27,3173,51,4021,69,4751,92,5043,105,5271,119,5424,135,5468,143,5490,153,5498,164,5501,176,5498,188,5490,200,5460,208,5394,215,5168,227,4471,245,3701,255,3163,259,3163,254,3701,250,4471,239,5167,221,5394,209,5459,202,5486,195,5493,186,5495,176,5493,166,5486,157,5467,149,5423,140,5271,125,5043,110,4751,97,4021,75,3173,57,1499,33,472,23"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2505,80,2645,107"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="3065,80,3205,107"/>
<area shape="poly" title=" " alt="" coords="4923,24,2660,92,2660,87,4923,19"/> <area shape="poly" title=" " alt="" coords="472,19,3049,87,3049,92,472,25"/>
<area shape="poly" title=" " alt="" coords="4520,419,4692,463,4691,469,4519,424"/> <area shape="poly" title=" " alt="" coords="923,423,911,424,485,460,167,481,167,475,485,454,910,419,922,417"/>
<area shape="poly" title=" " alt="" coords="4555,419,4861,466,4861,471,4554,425"/> <area shape="poly" title=" " alt="" coords="923,423,552,473,551,467,922,418"/>
<area shape="poly" title=" " alt="" coords="4555,417,4567,419,5030,467,5053,469,5052,475,5029,472,4566,424,4555,423"/> <area shape="poly" title=" " alt="" coords="960,424,798,467,796,462,959,419"/>
<area shape="rect" title=" " alt="" coords="4360,469,4421,496"/> <area shape="rect" title=" " alt="" coords="929,469,991,496"/>
<area shape="poly" title=" " alt="" coords="4459,424,4417,461,4414,457,4455,420"/> <area shape="poly" title=" " alt="" coords="1001,423,978,458,974,455,996,420"/>
<area shape="rect" title=" " alt="" coords="4445,469,4523,496"/> <area shape="rect" title=" " alt="" coords="1014,469,1093,496"/>
<area shape="poly" title=" " alt="" coords="4476,421,4482,454,4476,455,4470,422"/> <area shape="poly" title=" " alt="" coords="1017,420,1039,455,1035,458,1013,423"/>
<area shape="rect" title=" " alt="" coords="4335,544,4399,571"/> <area shape="rect" title=" " alt="" coords="1053,544,1118,571"/>
<area shape="poly" title=" " alt="" coords="4493,420,4513,435,4532,454,4542,475,4542,486,4537,498,4512,523,4480,540,4447,550,4415,556,4414,551,4445,545,4478,535,4508,518,4532,494,4537,485,4537,476,4527,457,4510,439,4490,424"/> <area shape="poly" title=" " alt="" coords="977,424,951,438,928,455,915,475,915,484,920,494,944,518,974,535,1007,545,1038,551,1037,556,1005,550,972,540,940,523,915,498,910,485,910,473,924,452,948,434,975,420"/>
<area shape="rect" title=" " alt="" coords="4275,469,4336,496"/> <area shape="rect" title=" " alt="" coords="1117,469,1177,496"/>
<area shape="poly" title=" " alt="" coords="4443,424,4349,465,4347,460,4441,419"/> <area shape="poly" title=" " alt="" coords="1032,420,1110,459,1107,464,1030,424"/>
<area shape="rect" title=" " alt="" coords="2584,469,2718,496"/> <area shape="rect" title=" " alt="" coords="2710,469,2845,496"/>
<area shape="poly" title=" " alt="" coords="4387,423,4375,424,4134,441,3888,454,3411,472,3006,481,2733,484,2733,478,3006,476,3411,467,3887,449,4133,436,4374,419,4386,418"/> <area shape="poly" title=" " alt="" coords="1091,418,1103,419,1575,448,2036,466,2429,475,2695,478,2695,484,2429,480,2036,472,1574,454,1102,424,1091,423"/>
<area shape="poly" title=" " alt="" coords="4187,341,2595,407,2595,402,4187,336"/> <area shape="poly" title=" " alt="" coords="623,348,482,369,314,397,313,391,481,363,623,343"/>
<area shape="poly" title=" " alt="" coords="4335,345,4565,392,4564,397,4334,350"/> <area shape="poly" title=" " alt="" coords="647,350,425,396,423,391,646,345"/>
<area shape="poly" title=" " alt="" coords="4357,345,4675,391,4674,397,4357,350"/> <area shape="poly" title=" " alt="" coords="673,350,554,392,552,387,671,345"/>
<area shape="poly" title=" " alt="" coords="4357,340,4839,392,4839,397,4357,346"/> <area shape="poly" title=" " alt="" coords="705,348,689,382,684,379,700,346"/>
<area shape="poly" title=" " alt="" coords="4308,345,4423,386,4421,391,4306,350"/> <area shape="poly" title=" " alt="" coords="761,345,940,388,939,393,760,350"/>
<area shape="rect" title=" " alt="" coords="3835,395,3957,421"/> <area shape="rect" title=" " alt="" coords="776,395,899,421"/>
<area shape="poly" title=" " alt="" coords="4207,350,3973,395,3972,389,4206,345"/> <area shape="poly" title=" " alt="" coords="732,345,803,384,800,389,729,350"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="4181,395,4363,421"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="1315,395,1496,421"/>
<area shape="poly" title=" " alt="" coords="4275,347,4275,379,4269,379,4269,347"/> <area shape="poly" title=" " alt="" coords="793,340,1300,392,1299,397,793,345"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="3982,395,4157,421"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1115,395,1290,421"/>
<area shape="poly" title=" " alt="" coords="4238,350,4120,391,4118,386,4236,345"/> <area shape="poly" title=" " alt="" coords="793,344,1101,389,1101,395,793,350"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="4095,469,4252,496"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="1201,469,1357,496"/>
<area shape="poly" title=" " alt="" coords="4256,424,4204,462,4201,458,4253,420"/> <area shape="poly" title=" " alt="" coords="1385,424,1315,464,1313,459,1382,420"/>
<area shape="poly" title=" " alt="" coords="4208,494,4321,536,4319,541,4206,499"/> <area shape="poly" title=" " alt="" coords="1246,499,1133,541,1131,536,1244,494"/>
<area shape="poly" title=" " alt="" coords="4089,420,4144,458,4141,462,4086,424"/> <area shape="poly" title=" " alt="" coords="1218,420,1257,457,1253,461,1214,424"/>
<area shape="poly" title=" " alt="" coords="2425,272,2430,302,2440,342,2457,384,2484,419,2525,446,2570,464,2568,469,2522,451,2481,423,2453,386,2434,344,2424,303,2420,273"/> <area shape="poly" title=" " alt="" coords="3121,270,3155,283,3185,300,3196,310,3202,322,3203,335,3197,348,3164,384,3125,414,3082,437,3036,454,2990,467,2943,476,2860,484,2860,479,2943,470,2988,462,3035,449,3080,432,3123,409,3161,380,3192,345,3198,334,3197,324,3191,314,3182,304,3153,288,3119,275"/>
<area shape="poly" title=" " alt="" coords="2495,268,2507,269,2749,288,2996,302,3475,320,3887,328,4172,330,4172,335,3887,333,3475,325,2995,307,2748,293,2506,275,2494,273"/> <area shape="poly" title=" " alt="" coords="3002,273,2990,275,2787,287,2520,298,1880,316,808,334,808,328,1880,311,2520,293,2787,282,2989,269,3001,268"/>
<area shape="rect" title=" " alt="" coords="2461,320,2515,347"/> <area shape="rect" title=" " alt="" coords="3015,320,3068,347"/>
<area shape="poly" title=" " alt="" coords="2435,271,2468,307,2464,310,2431,274"/> <area shape="poly" title=" " alt="" coords="3071,274,3056,307,3051,305,3066,271"/>
<area shape="rect" title=" " alt="" coords="2538,320,2614,347"/> <area shape="rect" title=" " alt="" coords="2814,320,2890,347"/>
<area shape="poly" title=" " alt="" coords="2449,270,2536,311,2534,315,2447,275"/> <area shape="poly" title=" " alt="" coords="3037,275,2905,318,2903,313,3035,270"/>
<area shape="rect" title=" " alt="" coords="2195,320,2272,347"/> <area shape="rect" title=" " alt="" coords="2913,320,2991,347"/>
<area shape="poly" title=" " alt="" coords="2390,275,2281,316,2280,311,2388,270"/> <area shape="poly" title=" " alt="" coords="3055,275,2988,314,2985,309,3052,270"/>
<area shape="rect" title=" " alt="" coords="2297,320,2386,347"/> <area shape="rect" title=" " alt="" coords="3093,320,3182,347"/>
<area shape="poly" title=" " alt="" coords="2409,275,2368,312,2364,308,2406,271"/> <area shape="poly" title=" " alt="" coords="3088,271,3119,306,3115,310,3084,274"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3726,163,3914,189"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3146,163,3334,189"/>
<area shape="poly" title=" " alt="" coords="2645,92,2831,96,3095,105,3402,123,3714,152,3746,157,3745,162,3713,157,3402,128,3095,110,2831,101,2645,98"/> <area shape="poly" title=" " alt="" coords="3153,105,3213,151,3210,155,3150,109"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="489,163,711,189"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="3358,163,3581,189"/>
<area shape="poly" title=" " alt="" coords="2504,98,1637,117,1111,134,891,145,724,157,683,162,683,157,724,152,890,140,1111,129,1637,111,2504,93"/> <area shape="poly" title=" " alt="" coords="3188,105,3402,156,3401,161,3187,110"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="736,163,891,189"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="3605,163,3760,189"/>
<area shape="poly" title=" " alt="" coords="2504,98,2182,103,1719,114,1248,131,1051,143,903,157,877,162,876,156,902,152,1051,138,1248,126,1719,108,2182,98,2504,93"/> <area shape="poly" title=" " alt="" coords="3206,99,3382,120,3592,152,3615,156,3614,162,3592,157,3381,126,3205,105"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="915,163,1133,189"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3785,163,4002,189"/>
<area shape="poly" title=" " alt="" coords="2504,97,2277,99,1941,107,1547,125,1343,139,1144,157,1106,162,1105,157,1144,152,1343,134,1546,120,1941,102,2277,94,2504,92"/> <area shape="poly" title=" " alt="" coords="3205,97,3456,118,3772,152,3808,157,3807,162,3772,157,3455,123,3205,102"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1156,163,1388,189"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4026,163,4257,189"/>
<area shape="poly" title=" " alt="" coords="2504,98,2040,113,1723,130,1400,157,1360,162,1359,157,1400,152,1723,125,2040,108,2504,93"/> <area shape="poly" title=" " alt="" coords="3205,95,3553,113,3783,130,4015,152,4054,157,4053,162,4014,157,3782,135,3553,118,3205,100"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="1412,163,1575,189"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4282,163,4444,189"/>
<area shape="poly" title=" " alt="" coords="2504,98,2340,102,2113,111,1852,129,1587,157,1561,162,1560,156,1586,152,1851,123,2113,106,2340,96,2504,93"/> <area shape="poly" title=" " alt="" coords="3205,92,3391,94,3655,102,3960,120,4116,134,4270,152,4297,156,4296,162,4269,157,4116,140,3959,126,3654,108,3391,99,3205,97"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1599,163,1775,189"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4468,163,4644,189"/>
<area shape="poly" title=" " alt="" coords="2504,100,2193,117,1991,134,1787,157,1759,162,1758,157,1786,152,1990,129,2192,112,2504,94"/> <area shape="poly" title=" " alt="" coords="3205,91,3417,92,3727,100,4088,118,4274,133,4456,152,4486,157,4485,162,4456,157,4274,138,4088,123,3727,105,3417,98,3205,97"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="3937,163,4071,189"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="4900,163,5033,189"/>
<area shape="poly" title=" " alt="" coords="2645,93,3282,110,3654,128,3809,139,3926,152,3947,156,3946,161,3925,157,3808,144,3653,133,3282,116,2645,99"/> <area shape="poly" title=" " alt="" coords="3205,92,3542,96,4029,105,4525,123,4732,136,4888,152,4910,156,4909,161,4888,157,4732,141,4524,128,4028,110,3542,101,3205,98"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="4095,163,4263,189"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="5057,163,5226,189"/>
<area shape="poly" title=" " alt="" coords="2645,93,3355,111,3775,129,3950,140,4083,152,4112,157,4111,162,4082,157,3950,145,3775,134,3355,117,2645,99"/> <area shape="poly" title=" " alt="" coords="3205,93,3568,97,4101,107,4646,125,4874,137,5046,152,5074,156,5074,162,5045,157,4873,142,4645,130,4101,112,3568,102,3205,98"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="4287,163,4513,189"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="5250,163,5476,189"/>
<area shape="poly" title=" " alt="" coords="2645,91,2910,92,3311,98,3787,117,4034,132,4275,152,4316,157,4315,162,4274,157,4033,137,3787,122,3311,104,2910,97,2645,97"/> <area shape="poly" title=" " alt="" coords="3205,93,4188,109,4793,127,5046,139,5238,152,5279,157,5279,162,5237,157,5046,144,4793,133,4188,115,3205,98"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="4538,155,4756,197"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1102,155,1320,197"/>
<area shape="poly" title=" " alt="" coords="2645,93,3545,110,4101,128,4338,139,4522,152,4522,157,4338,144,4101,133,3545,115,2645,98"/> <area shape="poly" title=" " alt="" coords="3064,98,2232,117,1722,134,1505,145,1336,157,1335,152,1504,140,1722,129,2232,111,3064,93"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="94,163,258,189"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1345,163,1509,189"/>
<area shape="poly" title=" " alt="" coords="2504,97,2076,100,1429,108,761,126,482,140,271,157,242,162,242,156,270,152,481,134,761,120,1429,103,2076,94,2504,92"/> <area shape="poly" title=" " alt="" coords="3064,98,2306,115,1853,133,1664,144,1522,157,1494,162,1493,156,1521,152,1664,139,1853,127,2306,110,3064,93"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="282,163,465,189"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1533,163,1715,189"/>
<area shape="poly" title=" " alt="" coords="2504,98,2110,102,1524,112,921,130,668,142,478,157,445,162,444,157,477,152,668,137,920,124,1524,106,2110,97,2504,92"/> <area shape="poly" title=" " alt="" coords="3064,97,2840,97,2509,104,2122,122,1922,137,1727,157,1696,162,1695,157,1726,152,1922,132,2122,117,2509,99,2840,92,3064,91"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1799,163,2007,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4668,163,4876,189"/>
<area shape="poly" title=" " alt="" coords="2504,104,2287,125,2019,157,1986,162,1986,157,2018,152,2286,120,2504,98"/> <area shape="poly" title=" " alt="" coords="3205,91,3446,92,3804,99,4225,118,4443,133,4656,152,4693,157,4693,162,4656,157,4443,138,4225,123,3803,105,3445,98,3205,97"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2031,163,2295,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="813,163,1078,189"/>
<area shape="poly" title=" " alt="" coords="2510,110,2243,162,2242,156,2509,105"/> <area shape="poly" title=" " alt="" coords="3064,98,2108,117,1521,135,1275,145,1090,157,1040,163,1040,157,1089,152,1275,140,1521,129,2108,112,3064,93"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="2319,163,2582,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1739,163,2002,189"/>
<area shape="poly" title=" " alt="" coords="2557,109,2484,156,2481,152,2554,105"/> <area shape="poly" title=" " alt="" coords="3065,99,2622,116,2321,133,2015,157,1968,163,1967,157,2014,152,2321,128,2622,110,3064,94"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2606,163,2794,189"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2026,163,2214,189"/>
<area shape="poly" title=" " alt="" coords="2596,105,2669,152,2666,156,2593,109"/> <area shape="poly" title=" " alt="" coords="3064,99,2704,115,2466,132,2226,157,2195,162,2194,157,2225,152,2466,127,2704,110,3064,94"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2818,163,3028,189"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2238,163,2448,189"/>
<area shape="poly" title=" " alt="" coords="2630,105,2853,156,2852,161,2629,110"/> <area shape="poly" title=" " alt="" coords="3064,102,2798,122,2630,138,2460,157,2427,162,2426,157,2460,152,2629,132,2798,117,3064,96"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3052,163,3268,189"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2472,163,2688,189"/>
<area shape="poly" title=" " alt="" coords="2646,100,3040,152,3072,157,3072,162,3040,157,2645,106"/> <area shape="poly" title=" " alt="" coords="3065,106,2700,157,2669,162,2668,157,2700,152,3064,101"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3291,163,3493,189"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2711,163,2913,189"/>
<area shape="poly" title=" " alt="" coords="2646,96,2924,115,3101,131,3280,152,3312,157,3312,162,3280,157,3101,137,2924,121,2645,101"/> <area shape="poly" title=" " alt="" coords="3085,110,2879,161,2877,156,3083,105"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3517,163,3702,189"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2937,163,3122,189"/>
<area shape="poly" title=" " alt="" coords="2646,94,3014,109,3258,126,3504,152,3535,157,3535,162,3504,157,3257,132,3013,115,2645,99"/> <area shape="poly" title=" " alt="" coords="3120,109,3059,155,3056,151,3117,105"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2518,245,2634,272"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2862,245,2978,272"/>
<area shape="poly" title=" " alt="" coords="3761,193,3714,200,3404,229,3100,247,2836,256,2649,259,2649,254,2836,251,3099,242,3404,224,3713,195,3760,187"/> <area shape="poly" title=" " alt="" coords="3190,193,2986,244,2985,238,3189,187"/>
<area shape="poly" title=" " alt="" coords="2634,257,3004,257,3548,263,3823,270,4068,281,4258,297,4325,306,4369,318,4394,330,4417,347,4453,381,4449,385,4414,351,4391,335,4367,322,4324,311,4258,302,4068,286,3823,275,3548,268,3004,262,2634,262"/> <area shape="poly" title=" " alt="" coords="2862,266,2162,310,1644,349,1106,397,1106,392,1644,344,2162,305,2862,261"/>
<area shape="poly" title=" " alt="" coords="2592,271,2611,292,2628,319,2640,354,2648,391,2653,454,2648,454,2642,391,2635,356,2623,321,2607,295,2588,274"/> <area shape="poly" title=" " alt="" coords="2874,275,2836,293,2819,306,2805,322,2788,354,2780,389,2777,424,2777,454,2772,454,2771,424,2774,388,2783,352,2800,318,2816,302,2834,289,2872,270"/>
<area shape="poly" title=" " alt="" coords="2634,260,4172,325,4172,330,2634,265"/> <area shape="poly" title=" " alt="" coords="2862,265,808,331,808,326,2862,259"/>
<area shape="poly" title=" " alt="" coords="2562,275,2517,312,2513,308,2559,270"/> <area shape="poly" title=" " alt="" coords="2942,270,3008,309,3006,314,2940,275"/>
<area shape="poly" title=" " alt="" coords="2579,273,2579,304,2573,304,2573,273"/> <area shape="poly" title=" " alt="" coords="2910,274,2876,310,2872,307,2906,271"/>
<area shape="poly" title=" " alt="" coords="668,187,724,195,993,215,1222,222,1423,222,1612,218,1800,213,2002,213,2232,222,2503,243,2502,248,2232,227,2002,219,1800,219,1612,223,1423,227,1222,228,993,220,724,200,668,193"/> <area shape="poly" title=" " alt="" coords="2928,271,2943,305,2938,307,2923,274"/>
<area shape="poly" title=" " alt="" coords="862,187,903,195,1144,219,1349,230,1530,230,1700,226,1870,220,2052,218,2259,224,2503,243,2502,248,2259,230,2052,224,1870,226,1700,231,1530,236,1349,235,1144,225,902,200,861,193"/> <area shape="poly" title=" " alt="" coords="3394,193,3346,200,2994,248,2993,242,3345,195,3393,187"/>
<area shape="poly" title=" " alt="" coords="1091,187,1144,195,1349,212,1524,219,1678,220,1821,219,1966,217,2120,218,2296,226,2503,243,2502,248,2296,231,2120,224,1966,222,1822,224,1678,226,1524,224,1349,217,1144,200,1090,193"/> <area shape="poly" title=" " alt="" coords="3632,193,3592,200,3426,219,3295,226,3163,232,2993,248,2993,243,3162,227,3295,221,3426,214,3592,195,3631,187"/>
<area shape="poly" title=" " alt="" coords="1344,187,1400,195,1567,208,1708,215,1950,218,2192,220,2335,228,2503,243,2503,248,2335,233,2192,226,1950,223,1708,221,1566,214,1400,200,1343,193"/> <area shape="poly" title=" " alt="" coords="3825,193,3772,200,3555,218,3385,224,3213,229,2993,248,2993,243,3213,224,3384,218,3555,213,3772,195,3824,187"/>
<area shape="poly" title=" " alt="" coords="1545,187,1587,195,1725,210,1842,218,2042,222,2244,224,2363,230,2503,243,2502,248,2363,235,2244,229,2042,227,1841,224,1724,215,1586,200,1544,193"/> <area shape="poly" title=" " alt="" coords="4071,193,4015,200,3861,213,3730,220,3506,223,3281,227,3149,234,2994,248,2993,243,3149,229,3281,221,3506,218,3730,215,3860,208,4014,195,4070,187"/>
<area shape="poly" title=" " alt="" coords="1743,187,1787,195,1986,215,2143,221,2301,226,2503,243,2503,248,2301,231,2143,226,1986,220,1786,200,1743,193"/> <area shape="poly" title=" " alt="" coords="4312,193,4270,200,4077,220,3914,229,3769,231,3634,229,3353,226,3188,232,2994,248,2993,243,3187,227,3353,221,3634,224,3769,226,3913,224,4077,214,4269,195,4311,187"/>
<area shape="poly" title=" " alt="" coords="1971,187,2019,195,2153,210,2259,219,2366,227,2503,242,2502,248,2366,232,2259,224,2153,216,2018,200,1970,193"/> <area shape="poly" title=" " alt="" coords="4502,193,4456,200,4235,221,4048,230,3882,231,3727,228,3572,224,3405,224,3216,231,2993,248,2993,243,3216,225,3405,219,3572,219,3727,223,3882,226,4048,224,4235,215,4456,195,4501,187"/>
<area shape="poly" title=" " alt="" coords="2228,187,2504,241,2503,246,2227,193"/> <area shape="poly" title=" " alt="" coords="4709,193,4656,200,4405,220,4191,228,4002,229,3826,225,3650,221,3461,221,3246,228,2993,248,2993,243,3246,223,3461,215,3650,215,3826,219,4003,223,4191,223,4404,215,4656,195,4708,187"/>
<area shape="poly" title=" " alt="" coords="2472,188,2545,235,2542,239,2469,192"/> <area shape="poly" title=" " alt="" coords="1026,187,1090,195,1350,214,1617,229,2131,247,2563,254,2847,255,2847,260,2563,259,2130,252,1616,234,1350,219,1089,200,1025,193"/>
<area shape="poly" title=" " alt="" coords="2682,192,2609,239,2606,235,2679,188"/> <area shape="poly" title=" " alt="" coords="1955,187,2015,195,2254,216,2489,232,2847,252,2847,257,2489,238,2253,221,2014,200,1954,193"/>
<area shape="poly" title=" " alt="" coords="2869,193,2646,244,2645,239,2868,187"/> <area shape="poly" title=" " alt="" coords="2181,187,2226,195,2400,216,2573,232,2847,251,2846,256,2573,237,2399,221,2225,200,2180,193"/>
<area shape="poly" title=" " alt="" coords="3088,193,3040,200,2650,251,2649,246,3040,195,3087,187"/> <area shape="poly" title=" " alt="" coords="2414,187,2460,195,2847,246,2846,251,2460,200,2414,193"/>
<area shape="poly" title=" " alt="" coords="3327,193,3280,200,3103,220,2927,236,2650,256,2649,251,2927,231,3103,215,3280,195,3327,187"/> <area shape="poly" title=" " alt="" coords="2634,187,2852,239,2851,244,2633,193"/>
<area shape="poly" title=" " alt="" coords="3550,193,3504,200,3259,225,3017,243,2649,258,2649,253,3017,237,3259,220,3504,195,3550,187"/> <area shape="poly" title=" " alt="" coords="2830,188,2893,234,2890,238,2827,192"/>
<area shape="poly" title=" " alt="" coords="3014,192,2951,238,2948,234,3011,188"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_8hpp__dep__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_8hppdep" id="a_b_n_o08x_8hppdep"> <map name="ainclude_2_b_n_o08x_8hppdep" id="ainclude_2_b_n_o08x_8hppdep">
<area shape="rect" title=" " alt="" coords="244,5,339,32"/> <area shape="rect" title=" " alt="" coords="689,5,829,32"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="100,80,195,107"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,80,666,107"/>
<area shape="poly" title=" " alt="" coords="254,42,174,82,171,77,251,37"/> <area shape="poly" title=" " alt="" coords="712,40,599,82,598,77,710,35"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,80,364,107"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="690,80,828,107"/>
<area shape="poly" title=" " alt="" coords="294,48,294,80,289,80,289,48"/> <area shape="poly" title=" " alt="" coords="762,48,762,80,756,80,756,48"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,80,546,107"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,80,1041,107"/>
<area shape="poly" title=" " alt="" coords="337,36,437,77,435,82,335,41"/> <area shape="poly" title=" " alt="" coords="807,35,915,77,913,82,805,40"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,155,156,181"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,155,201,181"/>
<area shape="poly" title=" " alt="" coords="385,113,149,157,148,151,384,107"/> <area shape="poly" title=" " alt="" coords="469,112,184,157,183,151,468,107"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="180,155,309,181"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="225,155,379,181"/>
<area shape="poly" title=" " alt="" coords="415,114,284,157,283,151,413,109"/> <area shape="poly" title=" " alt="" coords="505,114,348,157,347,151,503,109"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="333,155,455,181"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="404,155,552,181"/>
<area shape="poly" title=" " alt="" coords="445,120,408,156,405,152,442,116"/> <area shape="poly" title=" " alt="" coords="539,119,494,156,491,152,536,115"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="479,155,605,181"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="575,155,727,181"/>
<area shape="poly" title=" " alt="" coords="493,116,531,152,527,156,489,119"/> <area shape="poly" title=" " alt="" coords="593,115,638,152,634,156,589,119"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="628,155,773,181"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="751,155,922,181"/>
<area shape="poly" title=" " alt="" coords="523,109,660,151,659,157,521,114"/> <area shape="poly" title=" " alt="" coords="627,109,789,151,788,157,626,114"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="796,155,949,181"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="946,155,1124,181"/>
<area shape="poly" title=" " alt="" coords="554,107,802,151,801,157,553,113"/> <area shape="poly" title=" " alt="" coords="662,107,953,151,952,157,662,112"/>
</map> </map>
</div> </div>
</div> </div>
@ -293,7 +294,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8hpp.html">BNO08x.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8hpp.html">BNO08x.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,21 +1,21 @@
<map id="BNO08x.hpp" name="BNO08x.hpp"> <map id="include/BNO08x.hpp" name="include/BNO08x.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="244,5,339,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="689,5,829,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="100,80,195,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,80,666,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="254,42,174,82,171,77,251,37"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="712,40,599,82,598,77,710,35"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,80,364,107"/> <area shape="rect" id="Node000009" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="690,80,828,107"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="294,48,294,80,289,80,289,48"/> <area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="762,48,762,80,756,80,756,48"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,80,546,107"/> <area shape="rect" id="Node000010" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,80,1041,107"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="337,36,437,77,435,82,335,41"/> <area shape="poly" id="edge9_Node000001_Node000010" title=" " alt="" coords="807,35,915,77,913,82,805,40"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,155,156,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,155,201,181"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="385,113,149,157,148,151,384,107"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="469,112,184,157,183,151,468,107"/>
<area shape="rect" id="Node000006" href="$_callback_tests_8cpp.html" title=" " alt="" coords="180,155,309,181"/> <area shape="rect" id="Node000004" href="$_callback_tests_8cpp.html" title=" " alt="" coords="225,155,379,181"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="415,114,284,157,283,151,413,109"/> <area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="505,114,348,157,347,151,503,109"/>
<area shape="rect" id="Node000007" href="$_feature_tests_8cpp.html" title=" " alt="" coords="333,155,455,181"/> <area shape="rect" id="Node000005" href="$_feature_tests_8cpp.html" title=" " alt="" coords="404,155,552,181"/>
<area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="445,120,408,156,405,152,442,116"/> <area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="539,119,494,156,491,152,536,115"/>
<area shape="rect" id="Node000008" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="479,155,605,181"/> <area shape="rect" id="Node000006" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="575,155,727,181"/>
<area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="493,116,531,152,527,156,489,119"/> <area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="593,115,638,152,634,156,589,119"/>
<area shape="rect" id="Node000009" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="628,155,773,181"/> <area shape="rect" id="Node000007" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="751,155,922,181"/>
<area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="523,109,660,151,659,157,521,114"/> <area shape="poly" id="edge6_Node000002_Node000007" title=" " alt="" coords="627,109,789,151,788,157,626,114"/>
<area shape="rect" id="Node000010" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="796,155,949,181"/> <area shape="rect" id="Node000008" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="946,155,1124,181"/>
<area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="554,107,802,151,801,157,553,113"/> <area shape="poly" id="edge7_Node000002_Node000008" title=" " alt="" coords="662,107,953,151,952,157,662,112"/>
</map> </map>

View File

@ -1 +1 @@
912685146efa13117ca5286bc0fc3542 4ca292fb5867ab2316a7ad0537b09d86

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,132 +1,133 @@
<map id="BNO08x.hpp" name="BNO08x.hpp"> <map id="include/BNO08x.hpp" name="include/BNO08x.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="4923,5,5018,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="331,5,472,32"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="2495,395,2580,421"/> <area shape="rect" id="Node000002" title=" " alt="" coords="214,395,298,421"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="4923,23,2742,39,1367,58,855,69,555,83,460,82,364,71,272,56,187,45,114,44,84,50,58,61,37,77,21,101,11,134,8,175,8,259,13,270,30,280,97,300,202,318,339,334,689,360,1101,378,1531,390,1934,398,2480,404,2480,409,1934,403,1531,396,1101,383,689,365,339,339,201,324,96,306,28,285,9,274,3,261,3,175,6,132,16,99,33,74,55,56,82,44,114,39,188,39,273,51,365,66,460,77,555,77,855,64,1367,52,2742,34,4923,18"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="377,35,341,57,302,88,285,107,271,128,262,150,259,175,259,260,259,379,253,379,253,260,253,174,257,149,266,125,281,104,298,84,338,52,374,30"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="4579,395,4666,421"/> <area shape="rect" id="Node000003" title=" " alt="" coords="322,395,409,421"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="4946,35,4915,55,4886,82,4856,125,4849,146,4847,175,4847,260,4846,287,4842,309,4832,328,4814,349,4764,369,4683,393,4681,388,4762,364,4810,344,4827,325,4837,307,4841,287,4841,260,4841,175,4844,145,4851,122,4882,78,4912,50,4944,30"/> <area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="386,35,363,55,341,82,316,126,311,147,309,175,309,260,313,294,324,326,351,380,346,383,319,328,308,295,304,260,304,175,306,146,311,124,336,78,359,51,382,31"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="5185,80,5260,107"/> <area shape="rect" id="Node000004" title=" " alt="" coords="93,80,168,107"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="5015,30,5171,75,5170,80,5014,35"/> <area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="355,35,184,81,183,75,354,30"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="4707,469,4797,496"/> <area shape="rect" id="Node000005" title=" " alt="" coords="62,469,152,496"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="4984,31,5003,56,5025,90,5042,131,5049,174,5049,335,5048,383,5040,403,5023,423,4987,443,4933,458,4813,478,4812,472,4931,453,4985,438,5020,419,5035,401,5042,382,5044,335,5044,175,5037,132,5020,93,4999,59,4980,34"/> <area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="331,28,178,47,106,62,79,72,59,82,35,102,19,121,11,144,8,175,8,334,15,371,33,405,56,434,80,457,77,461,52,438,28,408,10,373,3,335,3,175,5,143,14,118,31,98,56,78,77,67,105,57,177,41,330,23"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="4877,469,5017,496"/> <area shape="rect" id="Node000006" title=" " alt="" coords="395,469,536,496"/>
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="5002,30,5036,50,5067,78,5084,102,5094,123,5099,146,5100,175,5100,335,5099,362,5094,383,5084,402,5067,423,5038,448,5004,465,5002,461,5035,443,5063,419,5080,399,5089,381,5094,361,5095,335,5095,175,5094,146,5089,125,5080,105,5063,82,5033,54,5000,35"/> <area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="331,27,262,34,189,45,124,61,100,71,83,82,66,102,59,123,59,175,59,335,61,354,67,368,76,379,88,388,120,403,158,419,214,441,272,457,380,474,380,479,270,462,212,446,156,424,118,408,85,393,72,383,62,371,56,355,53,335,53,175,54,122,62,100,80,78,98,66,123,56,188,40,261,29,330,22"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="5068,469,5199,496"/> <area shape="rect" id="Node000007" title=" " alt="" coords="670,469,800,496"/>
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="5008,30,5052,51,5098,82,5119,101,5135,123,5147,147,5151,174,5151,335,5147,399,5140,454,5135,454,5142,399,5145,335,5145,175,5141,149,5131,125,5115,104,5095,86,5049,56,5005,35"/> <area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="358,35,317,53,298,66,281,82,210,167,183,209,164,251,155,293,158,335,173,377,203,419,220,425,258,432,379,447,654,472,654,478,378,453,258,438,218,431,200,423,168,379,152,336,150,293,159,250,179,207,206,164,277,78,294,62,315,49,356,30"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="4690,395,4830,421"/> <area shape="rect" id="Node000008" title=" " alt="" coords="433,395,573,421"/>
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="4970,33,4956,94,4950,134,4948,175,4948,260,4945,285,4935,307,4921,326,4903,344,4861,372,4817,391,4815,387,4858,367,4900,339,4917,323,4930,304,4939,283,4943,260,4943,175,4945,133,4951,93,4965,32"/> <area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="398,33,374,94,364,133,360,175,360,260,363,281,370,300,395,335,429,364,463,385,460,389,425,368,391,339,365,303,357,282,355,260,355,175,359,133,369,92,393,32"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="5284,80,5388,107"/> <area shape="rect" id="Node000009" title=" " alt="" coords="395,80,499,107"/>
<area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="5019,27,5269,76,5268,81,5018,32"/> <area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="411,31,433,65,428,68,407,34"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="4854,395,5010,421"/> <area shape="rect" id="Node000010" title=" " alt="" coords="597,395,752,421"/>
<area shape="poly" id="edge9_Node000001_Node000010" title=" " alt="" coords="4977,32,4990,93,4996,133,4999,175,4999,260,4994,295,4983,329,4953,383,4948,380,4978,326,4989,294,4993,260,4993,175,4991,134,4985,94,4971,33"/> <area shape="poly" id="edge9_Node000001_Node000010" title=" " alt="" coords="442,30,479,49,497,62,513,78,528,102,536,123,539,175,539,260,541,281,548,300,572,334,604,363,637,384,634,389,601,367,568,338,543,302,536,282,533,260,533,175,531,124,524,104,509,82,494,66,476,54,439,35"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="5412,80,5527,107"/> <area shape="rect" id="Node000011" title=" " alt="" coords="574,80,688,107"/>
<area shape="poly" id="edge10_Node000001_Node000011" title=" " alt="" coords="5019,24,5397,77,5396,82,5018,29"/> <area shape="poly" id="edge10_Node000001_Node000011" title=" " alt="" coords="442,30,577,72,575,77,440,35"/>
<area shape="rect" id="Node000012" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="4387,395,4554,421"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="923,395,1090,421"/>
<area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="4936,35,4892,56,4846,86,4826,104,4810,125,4800,149,4796,175,4796,260,4789,282,4769,302,4739,321,4703,339,4619,370,4540,393,4538,388,4618,365,4701,334,4736,317,4765,298,4784,279,4791,260,4791,174,4795,147,4806,123,4822,101,4843,82,4890,51,4934,30"/> <area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="472,24,616,44,682,59,728,78,757,104,771,132,783,162,803,196,850,251,900,303,983,382,980,386,896,307,846,254,799,199,778,165,766,135,752,108,725,82,681,64,615,49,472,29"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4187,320,4357,347"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="623,320,793,347"/>
<area shape="poly" id="edge20_Node000001_Node000018" title=" " alt="" coords="4962,34,4887,112,4832,159,4769,200,4668,245,4562,280,4460,305,4372,321,4371,316,4459,299,4560,275,4666,240,4767,195,4828,155,4884,108,4958,31"/> <area shape="poly" id="edge20_Node000001_Node000018" title=" " alt="" coords="472,22,537,28,605,39,664,55,687,66,702,78,719,105,730,135,736,166,737,198,731,259,719,306,714,305,725,258,732,198,730,167,725,136,715,107,698,82,684,70,662,60,604,44,537,34,472,27"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2349,245,2494,272"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="3002,245,3147,272"/>
<area shape="poly" id="edge32_Node000001_Node000024" title=" " alt="" coords="4922,23,3967,33,2347,57,1520,76,805,98,518,111,295,125,145,141,102,149,83,157,76,166,74,176,76,186,83,195,109,202,173,209,391,221,1064,239,1809,249,2333,254,2333,259,1809,255,1064,244,391,226,172,214,108,207,80,200,71,188,69,176,71,164,80,153,101,144,144,135,294,120,518,106,805,93,1520,70,2347,52,3967,28,4922,18"/> <area shape="poly" id="edge32_Node000001_Node000024" title=" " alt="" coords="472,18,1499,27,3173,51,4021,69,4751,92,5043,105,5271,119,5424,135,5468,143,5490,153,5498,164,5501,176,5498,188,5490,200,5460,208,5394,215,5168,227,4471,245,3701,255,3163,259,3163,254,3701,250,4471,239,5167,221,5394,209,5459,202,5486,195,5493,186,5495,176,5493,166,5486,157,5467,149,5423,140,5271,125,5043,110,4751,97,4021,75,3173,57,1499,33,472,23"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2505,80,2645,107"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="3065,80,3205,107"/>
<area shape="poly" id="edge39_Node000001_Node000029" title=" " alt="" coords="4923,24,2660,92,2660,87,4923,19"/> <area shape="poly" id="edge39_Node000001_Node000029" title=" " alt="" coords="472,19,3049,87,3049,92,472,25"/>
<area shape="poly" id="edge16_Node000012_Node000005" title=" " alt="" coords="4520,419,4692,463,4691,469,4519,424"/> <area shape="poly" id="edge16_Node000012_Node000005" title=" " alt="" coords="923,423,911,424,485,460,167,481,167,475,485,454,910,419,922,417"/>
<area shape="poly" id="edge17_Node000012_Node000006" title=" " alt="" coords="4555,419,4861,466,4861,471,4554,425"/> <area shape="poly" id="edge17_Node000012_Node000006" title=" " alt="" coords="923,423,552,473,551,467,922,418"/>
<area shape="poly" id="edge18_Node000012_Node000007" title=" " alt="" coords="4555,417,4567,419,5030,467,5053,469,5052,475,5029,472,4566,424,4555,423"/> <area shape="poly" id="edge18_Node000012_Node000007" title=" " alt="" coords="960,424,798,467,796,462,959,419"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="4360,469,4421,496"/> <area shape="rect" id="Node000013" title=" " alt="" coords="929,469,991,496"/>
<area shape="poly" id="edge12_Node000012_Node000013" title=" " alt="" coords="4459,424,4417,461,4414,457,4455,420"/> <area shape="poly" id="edge12_Node000012_Node000013" title=" " alt="" coords="1001,423,978,458,974,455,996,420"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="4445,469,4523,496"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1014,469,1093,496"/>
<area shape="poly" id="edge13_Node000012_Node000014" title=" " alt="" coords="4476,421,4482,454,4476,455,4470,422"/> <area shape="poly" id="edge13_Node000012_Node000014" title=" " alt="" coords="1017,420,1039,455,1035,458,1013,423"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="4335,544,4399,571"/> <area shape="rect" id="Node000015" title=" " alt="" coords="1053,544,1118,571"/>
<area shape="poly" id="edge14_Node000012_Node000015" title=" " alt="" coords="4493,420,4513,435,4532,454,4542,475,4542,486,4537,498,4512,523,4480,540,4447,550,4415,556,4414,551,4445,545,4478,535,4508,518,4532,494,4537,485,4537,476,4527,457,4510,439,4490,424"/> <area shape="poly" id="edge14_Node000012_Node000015" title=" " alt="" coords="977,424,951,438,928,455,915,475,915,484,920,494,944,518,974,535,1007,545,1038,551,1037,556,1005,550,972,540,940,523,915,498,910,485,910,473,924,452,948,434,975,420"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="4275,469,4336,496"/> <area shape="rect" id="Node000016" title=" " alt="" coords="1117,469,1177,496"/>
<area shape="poly" id="edge15_Node000012_Node000016" title=" " alt="" coords="4443,424,4349,465,4347,460,4441,419"/> <area shape="poly" id="edge15_Node000012_Node000016" title=" " alt="" coords="1032,420,1110,459,1107,464,1030,424"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="2584,469,2718,496"/> <area shape="rect" id="Node000017" title=" " alt="" coords="2710,469,2845,496"/>
<area shape="poly" id="edge19_Node000012_Node000017" title=" " alt="" coords="4387,423,4375,424,4134,441,3888,454,3411,472,3006,481,2733,484,2733,478,3006,476,3411,467,3887,449,4133,436,4374,419,4386,418"/> <area shape="poly" id="edge19_Node000012_Node000017" title=" " alt="" coords="1091,418,1103,419,1575,448,2036,466,2429,475,2695,478,2695,484,2429,480,2036,472,1574,454,1102,424,1091,423"/>
<area shape="poly" id="edge21_Node000018_Node000002" title=" " alt="" coords="4187,341,2595,407,2595,402,4187,336"/> <area shape="poly" id="edge21_Node000018_Node000002" title=" " alt="" coords="623,348,482,369,314,397,313,391,481,363,623,343"/>
<area shape="poly" id="edge22_Node000018_Node000003" title=" " alt="" coords="4335,345,4565,392,4564,397,4334,350"/> <area shape="poly" id="edge22_Node000018_Node000003" title=" " alt="" coords="647,350,425,396,423,391,646,345"/>
<area shape="poly" id="edge23_Node000018_Node000008" title=" " alt="" coords="4357,345,4675,391,4674,397,4357,350"/> <area shape="poly" id="edge23_Node000018_Node000008" title=" " alt="" coords="673,350,554,392,552,387,671,345"/>
<area shape="poly" id="edge25_Node000018_Node000010" title=" " alt="" coords="4357,340,4839,392,4839,397,4357,346"/> <area shape="poly" id="edge25_Node000018_Node000010" title=" " alt="" coords="705,348,689,382,684,379,700,346"/>
<area shape="poly" id="edge26_Node000018_Node000012" title=" " alt="" coords="4308,345,4423,386,4421,391,4306,350"/> <area shape="poly" id="edge26_Node000018_Node000012" title=" " alt="" coords="761,345,940,388,939,393,760,350"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="3835,395,3957,421"/> <area shape="rect" id="Node000019" title=" " alt="" coords="776,395,899,421"/>
<area shape="poly" id="edge24_Node000018_Node000019" title=" " alt="" coords="4207,350,3973,395,3972,389,4206,345"/> <area shape="poly" id="edge24_Node000018_Node000019" title=" " alt="" coords="732,345,803,384,800,389,729,350"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="4181,395,4363,421"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="1315,395,1496,421"/>
<area shape="poly" id="edge27_Node000018_Node000020" title=" " alt="" coords="4275,347,4275,379,4269,379,4269,347"/> <area shape="poly" id="edge27_Node000018_Node000020" title=" " alt="" coords="793,340,1300,392,1299,397,793,345"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="3982,395,4157,421"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1115,395,1290,421"/>
<area shape="poly" id="edge30_Node000018_Node000023" title=" " alt="" coords="4238,350,4120,391,4118,386,4236,345"/> <area shape="poly" id="edge30_Node000018_Node000023" title=" " alt="" coords="793,344,1101,389,1101,395,793,350"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="4095,469,4252,496"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="1201,469,1357,496"/>
<area shape="poly" id="edge28_Node000020_Node000021" title=" " alt="" coords="4256,424,4204,462,4201,458,4253,420"/> <area shape="poly" id="edge28_Node000020_Node000021" title=" " alt="" coords="1385,424,1315,464,1313,459,1382,420"/>
<area shape="poly" id="edge29_Node000021_Node000015" title=" " alt="" coords="4208,494,4321,536,4319,541,4206,499"/> <area shape="poly" id="edge29_Node000021_Node000015" title=" " alt="" coords="1246,499,1133,541,1131,536,1244,494"/>
<area shape="poly" id="edge31_Node000023_Node000021" title=" " alt="" coords="4089,420,4144,458,4141,462,4086,424"/> <area shape="poly" id="edge31_Node000023_Node000021" title=" " alt="" coords="1218,420,1257,457,1253,461,1214,424"/>
<area shape="poly" id="edge34_Node000024_Node000017" title=" " alt="" coords="2425,272,2430,302,2440,342,2457,384,2484,419,2525,446,2570,464,2568,469,2522,451,2481,423,2453,386,2434,344,2424,303,2420,273"/> <area shape="poly" id="edge34_Node000024_Node000017" title=" " alt="" coords="3121,270,3155,283,3185,300,3196,310,3202,322,3203,335,3197,348,3164,384,3125,414,3082,437,3036,454,2990,467,2943,476,2860,484,2860,479,2943,470,2988,462,3035,449,3080,432,3123,409,3161,380,3192,345,3198,334,3197,324,3191,314,3182,304,3153,288,3119,275"/>
<area shape="poly" id="edge38_Node000024_Node000018" title=" " alt="" coords="2495,268,2507,269,2749,288,2996,302,3475,320,3887,328,4172,330,4172,335,3887,333,3475,325,2995,307,2748,293,2506,275,2494,273"/> <area shape="poly" id="edge38_Node000024_Node000018" title=" " alt="" coords="3002,273,2990,275,2787,287,2520,298,1880,316,808,334,808,328,1880,311,2520,293,2787,282,2989,269,3001,268"/>
<area shape="rect" id="Node000025" title=" " alt="" coords="2461,320,2515,347"/> <area shape="rect" id="Node000025" title=" " alt="" coords="3015,320,3068,347"/>
<area shape="poly" id="edge33_Node000024_Node000025" title=" " alt="" coords="2435,271,2468,307,2464,310,2431,274"/> <area shape="poly" id="edge33_Node000024_Node000025" title=" " alt="" coords="3071,274,3056,307,3051,305,3066,271"/>
<area shape="rect" id="Node000026" title=" " alt="" coords="2538,320,2614,347"/> <area shape="rect" id="Node000026" title=" " alt="" coords="2814,320,2890,347"/>
<area shape="poly" id="edge35_Node000024_Node000026" title=" " alt="" coords="2449,270,2536,311,2534,315,2447,275"/> <area shape="poly" id="edge35_Node000024_Node000026" title=" " alt="" coords="3037,275,2905,318,2903,313,3035,270"/>
<area shape="rect" id="Node000027" title=" " alt="" coords="2195,320,2272,347"/> <area shape="rect" id="Node000027" title=" " alt="" coords="2913,320,2991,347"/>
<area shape="poly" id="edge36_Node000024_Node000027" title=" " alt="" coords="2390,275,2281,316,2280,311,2388,270"/> <area shape="poly" id="edge36_Node000024_Node000027" title=" " alt="" coords="3055,275,2988,314,2985,309,3052,270"/>
<area shape="rect" id="Node000028" title=" " alt="" coords="2297,320,2386,347"/> <area shape="rect" id="Node000028" title=" " alt="" coords="3093,320,3182,347"/>
<area shape="poly" id="edge37_Node000024_Node000028" title=" " alt="" coords="2409,275,2368,312,2364,308,2406,271"/> <area shape="poly" id="edge37_Node000024_Node000028" title=" " alt="" coords="3088,271,3119,306,3115,310,3084,274"/>
<area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3726,163,3914,189"/> <area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3146,163,3334,189"/>
<area shape="poly" id="edge40_Node000029_Node000030" title=" " alt="" coords="2645,92,2831,96,3095,105,3402,123,3714,152,3746,157,3745,162,3713,157,3402,128,3095,110,2831,101,2645,98"/> <area shape="poly" id="edge40_Node000029_Node000030" title=" " alt="" coords="3153,105,3213,151,3210,155,3150,109"/>
<area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="489,163,711,189"/> <area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="3358,163,3581,189"/>
<area shape="poly" id="edge47_Node000029_Node000032" title=" " alt="" coords="2504,98,1637,117,1111,134,891,145,724,157,683,162,683,157,724,152,890,140,1111,129,1637,111,2504,93"/> <area shape="poly" id="edge48_Node000029_Node000032" title=" " alt="" coords="3188,105,3402,156,3401,161,3187,110"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="736,163,891,189"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="3605,163,3760,189"/>
<area shape="poly" id="edge49_Node000029_Node000033" title=" " alt="" coords="2504,98,2182,103,1719,114,1248,131,1051,143,903,157,877,162,876,156,902,152,1051,138,1248,126,1719,108,2182,98,2504,93"/> <area shape="poly" id="edge50_Node000029_Node000033" title=" " alt="" coords="3206,99,3382,120,3592,152,3615,156,3614,162,3592,157,3381,126,3205,105"/>
<area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="915,163,1133,189"/> <area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3785,163,4002,189"/>
<area shape="poly" id="edge51_Node000029_Node000034" title=" " alt="" coords="2504,97,2277,99,1941,107,1547,125,1343,139,1144,157,1106,162,1105,157,1144,152,1343,134,1546,120,1941,102,2277,94,2504,92"/> <area shape="poly" id="edge52_Node000029_Node000034" title=" " alt="" coords="3205,97,3456,118,3772,152,3808,157,3807,162,3772,157,3455,123,3205,102"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1156,163,1388,189"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4026,163,4257,189"/>
<area shape="poly" id="edge53_Node000029_Node000035" title=" " alt="" coords="2504,98,2040,113,1723,130,1400,157,1360,162,1359,157,1400,152,1723,125,2040,108,2504,93"/> <area shape="poly" id="edge54_Node000029_Node000035" title=" " alt="" coords="3205,95,3553,113,3783,130,4015,152,4054,157,4053,162,4014,157,3782,135,3553,118,3205,100"/>
<area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="1412,163,1575,189"/> <area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4282,163,4444,189"/>
<area shape="poly" id="edge55_Node000029_Node000036" title=" " alt="" coords="2504,98,2340,102,2113,111,1852,129,1587,157,1561,162,1560,156,1586,152,1851,123,2113,106,2340,96,2504,93"/> <area shape="poly" id="edge56_Node000029_Node000036" title=" " alt="" coords="3205,92,3391,94,3655,102,3960,120,4116,134,4270,152,4297,156,4296,162,4269,157,4116,140,3959,126,3654,108,3391,99,3205,97"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1599,163,1775,189"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4468,163,4644,189"/>
<area shape="poly" id="edge57_Node000029_Node000037" title=" " alt="" coords="2504,100,2193,117,1991,134,1787,157,1759,162,1758,157,1786,152,1990,129,2192,112,2504,94"/> <area shape="poly" id="edge58_Node000029_Node000037" title=" " alt="" coords="3205,91,3417,92,3727,100,4088,118,4274,133,4456,152,4486,157,4485,162,4456,157,4274,138,4088,123,3727,105,3417,98,3205,97"/>
<area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="3937,163,4071,189"/> <area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="4900,163,5033,189"/>
<area shape="poly" id="edge59_Node000029_Node000038" title=" " alt="" coords="2645,93,3282,110,3654,128,3809,139,3926,152,3947,156,3946,161,3925,157,3808,144,3653,133,3282,116,2645,99"/> <area shape="poly" id="edge60_Node000029_Node000038" title=" " alt="" coords="3205,92,3542,96,4029,105,4525,123,4732,136,4888,152,4910,156,4909,161,4888,157,4732,141,4524,128,4028,110,3542,101,3205,98"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="4095,163,4263,189"/> <area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="5057,163,5226,189"/>
<area shape="poly" id="edge60_Node000029_Node000040" title=" " alt="" coords="2645,93,3355,111,3775,129,3950,140,4083,152,4112,157,4111,162,4082,157,3950,145,3775,134,3355,117,2645,99"/> <area shape="poly" id="edge61_Node000029_Node000040" title=" " alt="" coords="3205,93,3568,97,4101,107,4646,125,4874,137,5046,152,5074,156,5074,162,5045,157,4873,142,4645,130,4101,112,3568,102,3205,98"/>
<area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="4287,163,4513,189"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="5250,163,5476,189"/>
<area shape="poly" id="edge61_Node000029_Node000041" title=" " alt="" coords="2645,91,2910,92,3311,98,3787,117,4034,132,4275,152,4316,157,4315,162,4274,157,4033,137,3787,122,3311,104,2910,97,2645,97"/> <area shape="poly" id="edge62_Node000029_Node000041" title=" " alt="" coords="3205,93,4188,109,4793,127,5046,139,5238,152,5279,157,5279,162,5237,157,5046,144,4793,133,4188,115,3205,98"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="4538,155,4756,197"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1102,155,1320,197"/>
<area shape="poly" id="edge62_Node000029_Node000042" title=" " alt="" coords="2645,93,3545,110,4101,128,4338,139,4522,152,4522,157,4338,144,4101,133,3545,115,2645,98"/> <area shape="poly" id="edge63_Node000029_Node000042" title=" " alt="" coords="3064,98,2232,117,1722,134,1505,145,1336,157,1335,152,1504,140,1722,129,2232,111,3064,93"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="94,163,258,189"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1345,163,1509,189"/>
<area shape="poly" id="edge63_Node000029_Node000043" title=" " alt="" coords="2504,97,2076,100,1429,108,761,126,482,140,271,157,242,162,242,156,270,152,481,134,761,120,1429,103,2076,94,2504,92"/> <area shape="poly" id="edge64_Node000029_Node000043" title=" " alt="" coords="3064,98,2306,115,1853,133,1664,144,1522,157,1494,162,1493,156,1521,152,1664,139,1853,127,2306,110,3064,93"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="282,163,465,189"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1533,163,1715,189"/>
<area shape="poly" id="edge64_Node000029_Node000044" title=" " alt="" coords="2504,98,2110,102,1524,112,921,130,668,142,478,157,445,162,444,157,477,152,668,137,920,124,1524,106,2110,97,2504,92"/> <area shape="poly" id="edge65_Node000029_Node000044" title=" " alt="" coords="3064,97,2840,97,2509,104,2122,122,1922,137,1727,157,1696,162,1695,157,1726,152,1922,132,2122,117,2509,99,2840,92,3064,91"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1799,163,2007,189"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4668,163,4876,189"/>
<area shape="poly" id="edge65_Node000029_Node000045" title=" " alt="" coords="2504,104,2287,125,2019,157,1986,162,1986,157,2018,152,2286,120,2504,98"/> <area shape="poly" id="edge66_Node000029_Node000045" title=" " alt="" coords="3205,91,3446,92,3804,99,4225,118,4443,133,4656,152,4693,157,4693,162,4656,157,4443,138,4225,123,3803,105,3445,98,3205,97"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2031,163,2295,189"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="813,163,1078,189"/>
<area shape="poly" id="edge67_Node000029_Node000046" title=" " alt="" coords="2510,110,2243,162,2242,156,2509,105"/> <area shape="poly" id="edge68_Node000029_Node000046" title=" " alt="" coords="3064,98,2108,117,1521,135,1275,145,1090,157,1040,163,1040,157,1089,152,1275,140,1521,129,2108,112,3064,93"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="2319,163,2582,189"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1739,163,2002,189"/>
<area shape="poly" id="edge69_Node000029_Node000047" title=" " alt="" coords="2557,109,2484,156,2481,152,2554,105"/> <area shape="poly" id="edge70_Node000029_Node000047" title=" " alt="" coords="3065,99,2622,116,2321,133,2015,157,1968,163,1967,157,2014,152,2321,128,2622,110,3064,94"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2606,163,2794,189"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2026,163,2214,189"/>
<area shape="poly" id="edge71_Node000029_Node000048" title=" " alt="" coords="2596,105,2669,152,2666,156,2593,109"/> <area shape="poly" id="edge72_Node000029_Node000048" title=" " alt="" coords="3064,99,2704,115,2466,132,2226,157,2195,162,2194,157,2225,152,2466,127,2704,110,3064,94"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2818,163,3028,189"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2238,163,2448,189"/>
<area shape="poly" id="edge73_Node000029_Node000049" title=" " alt="" coords="2630,105,2853,156,2852,161,2629,110"/> <area shape="poly" id="edge74_Node000029_Node000049" title=" " alt="" coords="3064,102,2798,122,2630,138,2460,157,2427,162,2426,157,2460,152,2629,132,2798,117,3064,96"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3052,163,3268,189"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2472,163,2688,189"/>
<area shape="poly" id="edge75_Node000029_Node000050" title=" " alt="" coords="2646,100,3040,152,3072,157,3072,162,3040,157,2645,106"/> <area shape="poly" id="edge76_Node000029_Node000050" title=" " alt="" coords="3065,106,2700,157,2669,162,2668,157,2700,152,3064,101"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3291,163,3493,189"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2711,163,2913,189"/>
<area shape="poly" id="edge77_Node000029_Node000051" title=" " alt="" coords="2646,96,2924,115,3101,131,3280,152,3312,157,3312,162,3280,157,3101,137,2924,121,2645,101"/> <area shape="poly" id="edge78_Node000029_Node000051" title=" " alt="" coords="3085,110,2879,161,2877,156,3083,105"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3517,163,3702,189"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2937,163,3122,189"/>
<area shape="poly" id="edge79_Node000029_Node000052" title=" " alt="" coords="2646,94,3014,109,3258,126,3504,152,3535,157,3535,162,3504,157,3257,132,3013,115,2645,99"/> <area shape="poly" id="edge80_Node000029_Node000052" title=" " alt="" coords="3120,109,3059,155,3056,151,3117,105"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2518,245,2634,272"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2862,245,2978,272"/>
<area shape="poly" id="edge41_Node000030_Node000031" title=" " alt="" coords="3761,193,3714,200,3404,229,3100,247,2836,256,2649,259,2649,254,2836,251,3099,242,3404,224,3713,195,3760,187"/> <area shape="poly" id="edge41_Node000030_Node000031" title=" " alt="" coords="3190,193,2986,244,2985,238,3189,187"/>
<area shape="poly" id="edge42_Node000031_Node000012" title=" " alt="" coords="2634,257,3004,257,3548,263,3823,270,4068,281,4258,297,4325,306,4369,318,4394,330,4417,347,4453,381,4449,385,4414,351,4391,335,4367,322,4324,311,4258,302,4068,286,3823,275,3548,268,3004,262,2634,262"/> <area shape="poly" id="edge43_Node000031_Node000012" title=" " alt="" coords="2862,266,2162,310,1644,349,1106,397,1106,392,1644,344,2162,305,2862,261"/>
<area shape="poly" id="edge45_Node000031_Node000017" title=" " alt="" coords="2592,271,2611,292,2628,319,2640,354,2648,391,2653,454,2648,454,2642,391,2635,356,2623,321,2607,295,2588,274"/> <area shape="poly" id="edge46_Node000031_Node000017" title=" " alt="" coords="2874,275,2836,293,2819,306,2805,322,2788,354,2780,389,2777,424,2777,454,2772,454,2771,424,2774,388,2783,352,2800,318,2816,302,2834,289,2872,270"/>
<area shape="poly" id="edge43_Node000031_Node000018" title=" " alt="" coords="2634,260,4172,325,4172,330,2634,265"/> <area shape="poly" id="edge44_Node000031_Node000018" title=" " alt="" coords="2862,265,808,331,808,326,2862,259"/>
<area shape="poly" id="edge44_Node000031_Node000025" title=" " alt="" coords="2562,275,2517,312,2513,308,2559,270"/> <area shape="poly" id="edge45_Node000031_Node000025" title=" " alt="" coords="2942,270,3008,309,3006,314,2940,275"/>
<area shape="poly" id="edge46_Node000031_Node000026" title=" " alt="" coords="2579,273,2579,304,2573,304,2573,273"/> <area shape="poly" id="edge47_Node000031_Node000026" title=" " alt="" coords="2910,274,2876,310,2872,307,2906,271"/>
<area shape="poly" id="edge48_Node000032_Node000031" title=" " alt="" coords="668,187,724,195,993,215,1222,222,1423,222,1612,218,1800,213,2002,213,2232,222,2503,243,2502,248,2232,227,2002,219,1800,219,1612,223,1423,227,1222,228,993,220,724,200,668,193"/> <area shape="poly" id="edge42_Node000031_Node000027" title=" " alt="" coords="2928,271,2943,305,2938,307,2923,274"/>
<area shape="poly" id="edge50_Node000033_Node000031" title=" " alt="" coords="862,187,903,195,1144,219,1349,230,1530,230,1700,226,1870,220,2052,218,2259,224,2503,243,2502,248,2259,230,2052,224,1870,226,1700,231,1530,236,1349,235,1144,225,902,200,861,193"/> <area shape="poly" id="edge49_Node000032_Node000031" title=" " alt="" coords="3394,193,3346,200,2994,248,2993,242,3345,195,3393,187"/>
<area shape="poly" id="edge52_Node000034_Node000031" title=" " alt="" coords="1091,187,1144,195,1349,212,1524,219,1678,220,1821,219,1966,217,2120,218,2296,226,2503,243,2502,248,2296,231,2120,224,1966,222,1822,224,1678,226,1524,224,1349,217,1144,200,1090,193"/> <area shape="poly" id="edge51_Node000033_Node000031" title=" " alt="" coords="3632,193,3592,200,3426,219,3295,226,3163,232,2993,248,2993,243,3162,227,3295,221,3426,214,3592,195,3631,187"/>
<area shape="poly" id="edge54_Node000035_Node000031" title=" " alt="" coords="1344,187,1400,195,1567,208,1708,215,1950,218,2192,220,2335,228,2503,243,2503,248,2335,233,2192,226,1950,223,1708,221,1566,214,1400,200,1343,193"/> <area shape="poly" id="edge53_Node000034_Node000031" title=" " alt="" coords="3825,193,3772,200,3555,218,3385,224,3213,229,2993,248,2993,243,3213,224,3384,218,3555,213,3772,195,3824,187"/>
<area shape="poly" id="edge56_Node000036_Node000031" title=" " alt="" coords="1545,187,1587,195,1725,210,1842,218,2042,222,2244,224,2363,230,2503,243,2502,248,2363,235,2244,229,2042,227,1841,224,1724,215,1586,200,1544,193"/> <area shape="poly" id="edge55_Node000035_Node000031" title=" " alt="" coords="4071,193,4015,200,3861,213,3730,220,3506,223,3281,227,3149,234,2994,248,2993,243,3149,229,3281,221,3506,218,3730,215,3860,208,4014,195,4070,187"/>
<area shape="poly" id="edge58_Node000037_Node000031" title=" " alt="" coords="1743,187,1787,195,1986,215,2143,221,2301,226,2503,243,2503,248,2301,231,2143,226,1986,220,1786,200,1743,193"/> <area shape="poly" id="edge57_Node000036_Node000031" title=" " alt="" coords="4312,193,4270,200,4077,220,3914,229,3769,231,3634,229,3353,226,3188,232,2994,248,2993,243,3187,227,3353,221,3634,224,3769,226,3913,224,4077,214,4269,195,4311,187"/>
<area shape="poly" id="edge66_Node000045_Node000031" title=" " alt="" coords="1971,187,2019,195,2153,210,2259,219,2366,227,2503,242,2502,248,2366,232,2259,224,2153,216,2018,200,1970,193"/> <area shape="poly" id="edge59_Node000037_Node000031" title=" " alt="" coords="4502,193,4456,200,4235,221,4048,230,3882,231,3727,228,3572,224,3405,224,3216,231,2993,248,2993,243,3216,225,3405,219,3572,219,3727,223,3882,226,4048,224,4235,215,4456,195,4501,187"/>
<area shape="poly" id="edge68_Node000046_Node000031" title=" " alt="" coords="2228,187,2504,241,2503,246,2227,193"/> <area shape="poly" id="edge67_Node000045_Node000031" title=" " alt="" coords="4709,193,4656,200,4405,220,4191,228,4002,229,3826,225,3650,221,3461,221,3246,228,2993,248,2993,243,3246,223,3461,215,3650,215,3826,219,4003,223,4191,223,4404,215,4656,195,4708,187"/>
<area shape="poly" id="edge70_Node000047_Node000031" title=" " alt="" coords="2472,188,2545,235,2542,239,2469,192"/> <area shape="poly" id="edge69_Node000046_Node000031" title=" " alt="" coords="1026,187,1090,195,1350,214,1617,229,2131,247,2563,254,2847,255,2847,260,2563,259,2130,252,1616,234,1350,219,1089,200,1025,193"/>
<area shape="poly" id="edge72_Node000048_Node000031" title=" " alt="" coords="2682,192,2609,239,2606,235,2679,188"/> <area shape="poly" id="edge71_Node000047_Node000031" title=" " alt="" coords="1955,187,2015,195,2254,216,2489,232,2847,252,2847,257,2489,238,2253,221,2014,200,1954,193"/>
<area shape="poly" id="edge74_Node000049_Node000031" title=" " alt="" coords="2869,193,2646,244,2645,239,2868,187"/> <area shape="poly" id="edge73_Node000048_Node000031" title=" " alt="" coords="2181,187,2226,195,2400,216,2573,232,2847,251,2846,256,2573,237,2399,221,2225,200,2180,193"/>
<area shape="poly" id="edge76_Node000050_Node000031" title=" " alt="" coords="3088,193,3040,200,2650,251,2649,246,3040,195,3087,187"/> <area shape="poly" id="edge75_Node000049_Node000031" title=" " alt="" coords="2414,187,2460,195,2847,246,2846,251,2460,200,2414,193"/>
<area shape="poly" id="edge78_Node000051_Node000031" title=" " alt="" coords="3327,193,3280,200,3103,220,2927,236,2650,256,2649,251,2927,231,3103,215,3280,195,3327,187"/> <area shape="poly" id="edge77_Node000050_Node000031" title=" " alt="" coords="2634,187,2852,239,2851,244,2633,193"/>
<area shape="poly" id="edge80_Node000052_Node000031" title=" " alt="" coords="3550,193,3504,200,3259,225,3017,243,2649,258,2649,253,3017,237,3259,220,3504,195,3550,187"/> <area shape="poly" id="edge79_Node000051_Node000031" title=" " alt="" coords="2830,188,2893,234,2890,238,2827,192"/>
<area shape="poly" id="edge81_Node000052_Node000031" title=" " alt="" coords="3014,192,2951,238,2948,234,3011,188"/>
</map> </map>

View File

@ -1 +1 @@
83a1aa8fcb8679d0f077d138249fd5dd 60f0ebb1e90588f70f34677b54848ea7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08x.hpp Source File</title> <title>esp32_BNO08x: include/BNO08x.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -132,240 +132,241 @@ $(function(){initNavTree('_b_n_o08x_8hpp_source.html',''); initResizable(); });
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aea8e2c6dd7a2c9899479a7f39fe94798">initialize</a>();</div> <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aea8e2c6dd7a2c9899479a7f39fe94798">initialize</a>();</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a28cd1c0b3477571d87133234e6358503">hard_reset</a>();</div> <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a28cd1c0b3477571d87133234e6358503">hard_reset</a>();</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a973a1b1785f3302ee1b2702c6a27646e">soft_reset</a>();</div> <div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a973a1b1785f3302ee1b2702c6a27646e">soft_reset</a>();</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#ab2a2ace42f7f438d6a799dfcbc243147">BNO08xResetReason</a> <a class="code hl_function" href="class_b_n_o08x.html#a96d47dd0f9aedfbe3f731f8ae76b2e85">get_reset_reason</a>();</div> <div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aebacbe092615cd083cf996b14402bba6">disable_all_reports</a>();</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div> <div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#ab2a2ace42f7f438d6a799dfcbc243147">BNO08xResetReason</a> <a class="code hl_function" href="class_b_n_o08x.html#a96d47dd0f9aedfbe3f731f8ae76b2e85">get_reset_reason</a>();</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aaaa15b21ad98a3b161065c3d03ff62b5">on</a>();</div> <div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a7c5774a48227e8e3346fa5df7dfa420c">sleep</a>();</div> <div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aaaa15b21ad98a3b161065c3d03ff62b5">on</a>();</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div> <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a7c5774a48227e8e3346fa5df7dfa420c">sleep</a>();</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#af0dd28db9e331312e45937b12295ca94">calibration_start</a>(uint32_t period_us);</div> <div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a817ec9ad9d51a1515f658374de48f483">calibration_end</a>(sh2_CalStatus_t&amp; status);</div> <div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#af0dd28db9e331312e45937b12295ca94">calibration_start</a>(uint32_t period_us);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div> <div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a817ec9ad9d51a1515f658374de48f483">calibration_end</a>(sh2_CalStatus_t&amp; status);</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a90ea8e811d4bea28a356290d6f5caac5">dynamic_calibration_enable</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aeeb4f49593c062357c3b7037bc2de850">BNO08xCalSel</a> sensor);</div> <div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a5c7498f6fa4bd43280dff1d322233b95">dynamic_calibration_disable</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aeeb4f49593c062357c3b7037bc2de850">BNO08xCalSel</a> sensor);</div> <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a90ea8e811d4bea28a356290d6f5caac5">dynamic_calibration_enable</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aeeb4f49593c062357c3b7037bc2de850">BNO08xCalSel</a> sensor);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a4e8b49abd33e6e11f23b2ae345058b9b">dynamic_calibration_autosave_enable</a>();</div> <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a5c7498f6fa4bd43280dff1d322233b95">dynamic_calibration_disable</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aeeb4f49593c062357c3b7037bc2de850">BNO08xCalSel</a> sensor);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a9387728c276734da27388dbea38b6b32">dynamic_calibration_autosave_disable</a>();</div> <div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a4e8b49abd33e6e11f23b2ae345058b9b">dynamic_calibration_autosave_enable</a>();</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a1c703a1fb79ce777dc73a83f02bfdb85">save_dynamic_calibration</a>();</div> <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a9387728c276734da27388dbea38b6b32">dynamic_calibration_autosave_disable</a>();</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a84a19cd1564f8d427394f137df54477d">clear_dynamic_calibration</a>();</div> <div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a1c703a1fb79ce777dc73a83f02bfdb85">save_dynamic_calibration</a>();</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div> <div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a84a19cd1564f8d427394f137df54477d">clear_dynamic_calibration</a>();</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aee6ce74b95c1e1651cb93a60d723c16c">get_frs</a>(uint16_t frs_ID, uint32_t (&amp;data)[16], uint16_t&amp; rx_data_sz);</div> <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> sh2_ProductIds_t <a class="code hl_function" href="class_b_n_o08x.html#aa8fd64f60de86ff6b8562f90f3b09690">get_product_IDs</a>();</div> <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aee6ce74b95c1e1651cb93a60d723c16c">get_frs</a>(uint16_t frs_ID, uint32_t (&amp;data)[16], uint16_t&amp; rx_data_sz);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div> <div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> sh2_ProductIds_t <a class="code hl_function" href="class_b_n_o08x.html#aa8fd64f60de86ff6b8562f90f3b09690">get_product_IDs</a>();</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a367d525d1c0ba119b3dca3067bb5bccc">data_available</a>();</div> <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(<span class="keywordtype">void</span>)&gt; cb_fxn);</div> <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#a367d525d1c0ba119b3dca3067bb5bccc">data_available</a>();</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(uint8_t report_ID)&gt; cb_fxn);</div> <div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(<span class="keywordtype">void</span>)&gt; cb_fxn);</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div> <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(uint8_t report_ID)&gt; cb_fxn);</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7441f7f2477c152deca17054041bf3e6">print_product_ids</a>();</div> <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div> <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7441f7f2477c152deca17054041bf3e6">print_product_ids</a>();</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="comment">// enum helper fxns</span></div> <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#a0559c3f2f49d287e7c400a780975f850">activity_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#abcc5d57e21ea6ed79e792deafcb62187">BNO08xActivity</a> activity);</div> <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="comment">// enum helper fxns</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#aa8347555e37a185bef4a834b04231123">stability_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#a498b35f9e00b24e51f8f60b029751ab5">BNO08xStability</a> stability);</div> <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#a0559c3f2f49d287e7c400a780975f850">activity_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#abcc5d57e21ea6ed79e792deafcb62187">BNO08xActivity</a> activity);</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#a41d65567bb316971f68718ca69039ace">accuracy_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aed7bab8e55be415938e078ebe72562a0">BNO08xAccuracy</a> accuracy);</div> <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#aa8347555e37a185bef4a834b04231123">stability_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#a498b35f9e00b24e51f8f60b029751ab5">BNO08xStability</a> stability);</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div> <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_b_n_o08x.html#a41d65567bb316971f68718ca69039ace">accuracy_to_str</a>(<a class="code hl_enumeration" href="_b_n_o08x_global_types_8hpp.html#aed7bab8e55be415938e078ebe72562a0">BNO08xAccuracy</a> accuracy);</div>
<div class="foldopen" id="foldopen00071" data-start="{" data-end="};"> <div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html"> 71</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="struct_b_n_o08x_1_1bno08x__reports__t.html">bno08x_reports_t</a></div> <div class="foldopen" id="foldopen00072" data-start="{" data-end="};">
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> {</div> <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html"> 72</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_struct" href="struct_b_n_o08x_1_1bno08x__reports__t.html">bno08x_reports_t</a></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119"> 73</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_acceleration.html">BNO08xRptAcceleration</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>;</div> <div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> {</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3"> 74</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_linear_acceleration.html">BNO08xRptLinearAcceleration</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>;</div> <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119"> 74</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_acceleration.html">BNO08xRptAcceleration</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355"> 75</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_gravity.html">BNO08xRptGravity</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>;</div> <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3"> 75</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_linear_acceleration.html">BNO08xRptLinearAcceleration</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094"> 76</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_cal_magnetometer.html">BNO08xRptCalMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>;</div> <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355"> 76</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_gravity.html">BNO08xRptGravity</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece"> 77</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_uncal_magnetometer.html">BNO08xRptUncalMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>;</div> <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094"> 77</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_cal_magnetometer.html">BNO08xRptCalMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e"> 78</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_cal_gyro.html">BNO08xRptCalGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>;</div> <div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece"> 78</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_uncal_magnetometer.html">BNO08xRptUncalMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3"> 79</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_uncal_gyro.html">BNO08xRptUncalGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>;</div> <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e"> 79</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_cal_gyro.html">BNO08xRptCalGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>;</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5"> 80</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_r_v.html">BNO08xRptRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>;</div> <div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3"> 80</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_uncal_gyro.html">BNO08xRptUncalGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6"> 81</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_game_r_v.html">BNO08xRptGameRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>;</div> <div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5"> 81</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_r_v.html">BNO08xRptRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>;</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9"> 82</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html">BNO08xRptARVRStabilizedRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>;</div> <div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6"> 82</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_game_r_v.html">BNO08xRptGameRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206"> 83</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html">BNO08xRptARVRStabilizedGameRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>;</div> <div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9"> 83</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html">BNO08xRptARVRStabilizedRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42"> 84</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_i_gyro_r_v.html">BNO08xRptIGyroRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>;</div> <div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206"> 84</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html">BNO08xRptARVRStabilizedGameRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f"> 85</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_r_v_geomag.html">BNO08xRptRVGeomag</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>;</div> <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42"> 85</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_i_gyro_r_v.html">BNO08xRptIGyroRV</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196"> 86</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_gyro.html">BNO08xRptRawMEMSGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>;</div> <div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f"> 86</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_r_v_geomag.html">BNO08xRptRVGeomag</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590"> 87</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_accelerometer.html">BNO08xRptRawMEMSAccelerometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>;</div> <div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196"> 87</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_gyro.html">BNO08xRptRawMEMSGyro</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071"> 88</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_magnetometer.html">BNO08xRptRawMEMSMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>;</div> <div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590"> 88</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_accelerometer.html">BNO08xRptRawMEMSAccelerometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>;</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7"> 89</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_step_counter.html">BNO08xRptStepCounter</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>;</div> <div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071"> 89</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_raw_m_e_m_s_magnetometer.html">BNO08xRptRawMEMSMagnetometer</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>;</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f"> 90</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_activity_classifier.html">BNO08xRptActivityClassifier</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>;</div> <div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7"> 90</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_step_counter.html">BNO08xRptStepCounter</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>;</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f"> 91</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_stability_classifier.html">BNO08xRptStabilityClassifier</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>;</div> <div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f"> 91</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_activity_classifier.html">BNO08xRptActivityClassifier</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>;</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c"> 92</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_shake_detector.html">BNO08xRptShakeDetector</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>;</div> <div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f"> 92</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_stability_classifier.html">BNO08xRptStabilityClassifier</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>;</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7"> 93</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_tap_detector.html">BNO08xRptTapDetector</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>;</div> <div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c"> 93</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_shake_detector.html">BNO08xRptShakeDetector</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>;</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div> <div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7"> 94</a></span> <a class="code hl_class" href="class_b_n_o08x_rpt_tap_detector.html">BNO08xRptTapDetector</a> <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>;</div>
<div class="foldopen" id="foldopen00095" data-start="{" data-end="}"> <div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb"> 95</a></span> <a class="code hl_function" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb">bno08x_reports_t</a>(<a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="foldopen" id="foldopen00096" data-start="{" data-end="}">
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> : <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>(SH2_ACCELEROMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb"> 96</a></span> <a class="code hl_function" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb">bno08x_reports_t</a>(<a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>(</div> <div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> : <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>(SH2_ACCELEROMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> SH2_LINEAR_ACCELERATION, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>(</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>(SH2_GRAVITY, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GRAVITY_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> SH2_LINEAR_ACCELERATION, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>(</div> <div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>(SH2_GRAVITY, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GRAVITY_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> SH2_MAGNETIC_FIELD_CALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_CAL_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>(</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>(</div> <div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> SH2_MAGNETIC_FIELD_CALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_CAL_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> SH2_MAGNETIC_FIELD_UNCALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>(</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>(SH2_GYROSCOPE_CALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_CAL_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> SH2_MAGNETIC_FIELD_UNCALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>(SH2_GYROSCOPE_UNCALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_UNCAL_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>(SH2_GYROSCOPE_CALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_CAL_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>(SH2_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>(SH2_GYROSCOPE_UNCALIBRATED, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_UNCAL_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>(SH2_GAME_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_GAME_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>(SH2_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>(SH2_ARVR_STABILIZED_RV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_ARVR_S_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>(SH2_GAME_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_GAME_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>(</div> <div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>(SH2_ARVR_STABILIZED_RV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_ARVR_S_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> SH2_ARVR_STABILIZED_GRV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_ARVR_S_GAME_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>(</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>(SH2_GYRO_INTEGRATED_RV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> SH2_ARVR_STABILIZED_GRV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RV_ARVR_S_GAME_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>(SH2_GEOMAGNETIC_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GEOMAG_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>(SH2_GYRO_INTEGRATED_RV, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>(SH2_RAW_GYROSCOPE, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>(SH2_GEOMAGNETIC_ROTATION_VECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_GEOMAG_RV_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>(SH2_RAW_ACCELEROMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>(SH2_RAW_GYROSCOPE, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_GYRO_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>(SH2_RAW_MAGNETOMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>(SH2_RAW_ACCELEROMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_ACCELEROMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>(SH2_STEP_COUNTER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_STEP_COUNTER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>(SH2_RAW_MAGNETOMETER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>(</div> <div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>(SH2_STEP_COUNTER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_STEP_COUNTER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> SH2_PERSONAL_ACTIVITY_CLASSIFIER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>(</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>(</div> <div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> SH2_PERSONAL_ACTIVITY_CLASSIFIER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> SH2_STABILITY_CLASSIFIER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_STABILITY_CLASSIFIER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>(</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>(SH2_SHAKE_DETECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_SHAKE_DETECTOR_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> SH2_STABILITY_CLASSIFIER, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_STABILITY_CLASSIFIER_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>(SH2_TAP_DETECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_TAP_DETECTOR_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div> <div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>(SH2_SHAKE_DETECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_SHAKE_DETECTOR_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> {</div> <div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> , <a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>(SH2_TAP_DETECTOR, <a class="code hl_namespace" href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a>::EVT_GRP_RPT_TAP_DETECTOR_BIT, <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>)</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> }</div> <div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> {</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> }</div>
</div> </div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99"> 125</a></span> } <a class="code hl_typedef" href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99">bno08x_reports_t</a>;</div> <div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99"> 126</a></span> } <a class="code hl_typedef" href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99">bno08x_reports_t</a>;</div>
</div> </div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div> <div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e"> 127</a></span> <a class="code hl_struct" href="struct_b_n_o08x_1_1bno08x__reports__t.html">bno08x_reports_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>;</div> <div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e"> 128</a></span> <a class="code hl_struct" href="struct_b_n_o08x_1_1bno08x__reports__t.html">bno08x_reports_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>;</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div> <div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keyword">private</span>:</div> <div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="comment">// data processing task</span></div> <div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="comment">// data processing task</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1"> 131</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1">DATA_PROC_TASK_SZ</a> =</div> <div class="line"><a id="l00132" name="l00132"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1"> 132</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1">DATA_PROC_TASK_SZ</a> =</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> CONFIG_ESP32_BNO08X_DATA_PROC_TASK_SZ; </div> <div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> CONFIG_ESP32_BNO08X_DATA_PROC_TASK_SZ; </div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4"> 133</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4">data_proc_task_hdl</a>; </div> <div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4"> 134</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4">data_proc_task_hdl</a>; </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a0ae135d7bf7a5f047a1d1aa5cc07e520">data_proc_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div> <div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a0ae135d7bf7a5f047a1d1aa5cc07e520">data_proc_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#ab4373e9b87837ea9fcbc0b536338c7b8">data_proc_task</a>();</div> <div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#ab4373e9b87837ea9fcbc0b536338c7b8">data_proc_task</a>();</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> </div> <div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="comment">// sh2 service task</span></div> <div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="comment">// sh2 service task</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb"> 138</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb">SH2_HAL_SERVICE_TASK_SZ</a> =</div> <div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb"> 139</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb">SH2_HAL_SERVICE_TASK_SZ</a> =</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> CONFIG_ESP32_BNO08X_SH2_HAL_SERVICE_TASK_SZ; </div> <div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> CONFIG_ESP32_BNO08X_SH2_HAL_SERVICE_TASK_SZ; </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6"> 140</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6">sh2_HAL_service_task_hdl</a>; </div> <div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6"> 141</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6">sh2_HAL_service_task_hdl</a>; </div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a888eaf810d6140e2e771c44f5857b7c1">sh2_HAL_service_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div> <div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a888eaf810d6140e2e771c44f5857b7c1">sh2_HAL_service_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7c7a9a0b81f9c8762fc927efea68bf23">sh2_HAL_service_task</a>();</div> <div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7c7a9a0b81f9c8762fc927efea68bf23">sh2_HAL_service_task</a>();</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> </div> <div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="comment">// callback task</span></div> <div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="comment">// callback task</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3"> 145</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3">CB_TASK_SZ</a> =</div> <div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3"> 146</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> configSTACK_DEPTH_TYPE <a class="code hl_variable" href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3">CB_TASK_SZ</a> =</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> CONFIG_ESP32_BNO08X_CB_TASK_SZ; </div> <div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> CONFIG_ESP32_BNO08X_CB_TASK_SZ; </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33"> 147</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33">cb_task_hdl</a>; </div> <div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33"> 148</a></span> TaskHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33">cb_task_hdl</a>; </div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#addf01190119091237ad7a9a1aaea4dcc">cb_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div> <div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#addf01190119091237ad7a9a1aaea4dcc">cb_task_trampoline</a>(<span class="keywordtype">void</span>* arg);</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a5fb7f6c3e5d1b3478f529644a0f175b7">cb_task</a>();</div> <div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a5fb7f6c3e5d1b3478f529644a0f175b7">cb_task</a>();</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div> <div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571"> 151</a></span> SemaphoreHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571">sem_kill_tasks</a>; </div> <div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571"> 152</a></span> SemaphoreHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571">sem_kill_tasks</a>; </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div> <div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a8e43dd50140f326cfb58e00399923e8c">lock_sh2_HAL</a>();</div> <div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a8e43dd50140f326cfb58e00399923e8c">lock_sh2_HAL</a>();</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a2dbce689245a1b9968e3ea627d2b9a42">unlock_sh2_HAL</a>();</div> <div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a2dbce689245a1b9968e3ea627d2b9a42">unlock_sh2_HAL</a>();</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a37e7c18232f47694d5e55bacc109189c">lock_user_data</a>();</div> <div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a37e7c18232f47694d5e55bacc109189c">lock_user_data</a>();</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a171b4f380b145e295a11219a8e2a961a">unlock_user_data</a>();</div> <div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a171b4f380b145e295a11219a8e2a961a">unlock_user_data</a>();</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div> <div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7d5250a6017f9e76e3c2ddb00d7103a1">handle_sensor_report</a>(sh2_SensorValue_t* sensor_val);</div> <div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a7d5250a6017f9e76e3c2ddb00d7103a1">handle_sensor_report</a>(sh2_SensorValue_t* sensor_val);</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a86275a93706656dae6af421bc15a4e59">handle_cb</a>(uint8_t rpt_ID, <a class="code hl_class" href="class_b_n_o08x_cb_generic.html">BNO08xCbGeneric</a>* cb_entry);</div> <div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a86275a93706656dae6af421bc15a4e59">handle_cb</a>(uint8_t rpt_ID, <a class="code hl_class" href="class_b_n_o08x_cb_generic.html">BNO08xCbGeneric</a>* cb_entry);</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> </div> <div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a589eb9780f5bf613bbd447ef5b9ade3d">init_config_args</a>();</div> <div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a589eb9780f5bf613bbd447ef5b9ade3d">init_config_args</a>();</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ae0dab25557befcf62bf384fdc241ef10">init_gpio</a>();</div> <div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ae0dab25557befcf62bf384fdc241ef10">init_gpio</a>();</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a8f34d5475474f00ae6a92f73c1fe14e4">init_gpio_inputs</a>();</div> <div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a8f34d5475474f00ae6a92f73c1fe14e4">init_gpio_inputs</a>();</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ad0b9e8f8d051798bb1da9b19598dbd64">init_gpio_outputs</a>();</div> <div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ad0b9e8f8d051798bb1da9b19598dbd64">init_gpio_outputs</a>();</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#aa27026da2c52b4aca49b78863f10ec61">init_hint_isr</a>();</div> <div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#aa27026da2c52b4aca49b78863f10ec61">init_hint_isr</a>();</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a58f43c8bb1e7fe8560ce442d46240e81">init_spi</a>();</div> <div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a58f43c8bb1e7fe8560ce442d46240e81">init_spi</a>();</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a90d959312e6f7f8151b8a38218492ead">init_tasks</a>();</div> <div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a90d959312e6f7f8151b8a38218492ead">init_tasks</a>();</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ae2fc9a0fe63a927c015a267621316a80">init_sh2_HAL</a>();</div> <div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ae2fc9a0fe63a927c015a267621316a80">init_sh2_HAL</a>();</div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div> <div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a4f007dd431f10e741414d197bb4926c3">deinit_gpio</a>();</div> <div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a4f007dd431f10e741414d197bb4926c3">deinit_gpio</a>();</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a1f0f4cd8dc7d38448e2198ea47d0018c">deinit_gpio_inputs</a>();</div> <div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a1f0f4cd8dc7d38448e2198ea47d0018c">deinit_gpio_inputs</a>();</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ab132a061bd437fd109225446aa1f6010">deinit_gpio_outputs</a>();</div> <div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ab132a061bd437fd109225446aa1f6010">deinit_gpio_outputs</a>();</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a9d96108b0f5b1e1e1ac431bc993ca758">deinit_hint_isr</a>();</div> <div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a9d96108b0f5b1e1e1ac431bc993ca758">deinit_hint_isr</a>();</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a233920ce97f685fbdabecccacf471d85">deinit_spi</a>();</div> <div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a233920ce97f685fbdabecccacf471d85">deinit_spi</a>();</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a968144efd5100ccce0e453c40a63592b">deinit_tasks</a>();</div> <div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a968144efd5100ccce0e453c40a63592b">deinit_tasks</a>();</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a75c7226ea4626862a5039aa053116861">deinit_sh2_HAL</a>();</div> <div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a75c7226ea4626862a5039aa053116861">deinit_sh2_HAL</a>();</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div> <div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a69cf0da11a71f5ea40f9fddd598d06fc">wait_for_hint</a>();</div> <div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a69cf0da11a71f5ea40f9fddd598d06fc">wait_for_hint</a>();</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a6602374314c07e9f707c0a6d2234bf7e">wait_for_reset</a>();</div> <div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#a6602374314c07e9f707c0a6d2234bf7e">wait_for_reset</a>();</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div> <div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a6711a624f7229f2eee51ee0a5bc87e67">toggle_reset</a>();</div> <div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x.html#a6711a624f7229f2eee51ee0a5bc87e67">toggle_reset</a>();</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div> <div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ac732c968f8d639c81f5d423aad004e95">re_enable_reports</a>();</div> <div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> esp_err_t <a class="code hl_function" href="class_b_n_o08x.html#ac732c968f8d639c81f5d423aad004e95">re_enable_reports</a>();</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div> <div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa"> 185</a></span> sh2_Hal_t <a class="code hl_variable" href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa">sh2_HAL</a>; </div> <div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa"> 186</a></span> sh2_Hal_t <a class="code hl_variable" href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa">sh2_HAL</a>; </div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> </div> <div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> </div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> QueueHandle_t</div> <div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> QueueHandle_t</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a"> 188</a></span> <a class="code hl_variable" href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a">queue_rx_sensor_event</a>; </div> <div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a"> 189</a></span> <a class="code hl_variable" href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a">queue_rx_sensor_event</a>; </div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div> <div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e"> 190</a></span> QueueHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e">queue_cb_report_id</a>; </div> <div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e"> 191</a></span> QueueHandle_t <a class="code hl_variable" href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e">queue_cb_report_id</a>; </div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> </div> <div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82"> 192</a></span> <a class="code hl_struct" href="structbno08x__config__t.html">bno08x_config_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82">imu_config</a>{}; </div> <div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82"> 193</a></span> <a class="code hl_struct" href="structbno08x__config__t.html">bno08x_config_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82">imu_config</a>{}; </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1"> 193</a></span> spi_bus_config_t <a class="code hl_variable" href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1">bus_config</a>{}; </div> <div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1"> 194</a></span> spi_bus_config_t <a class="code hl_variable" href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1">bus_config</a>{}; </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e"> 194</a></span> spi_device_interface_config_t <a class="code hl_variable" href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e">imu_spi_config</a>{}; </div> <div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e"> 195</a></span> spi_device_interface_config_t <a class="code hl_variable" href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e">imu_spi_config</a>{}; </div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef"> 195</a></span> spi_device_handle_t <a class="code hl_variable" href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef">spi_hdl</a>{}; </div> <div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef"> 196</a></span> spi_device_handle_t <a class="code hl_variable" href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef">spi_hdl</a>{}; </div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026"> 196</a></span> spi_transaction_t <a class="code hl_variable" href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026">spi_transaction</a>{}; </div> <div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026"> 197</a></span> spi_transaction_t <a class="code hl_variable" href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026">spi_transaction</a>{}; </div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__init__status__t.html">BNO08xPrivateTypes::bno08x_init_status_t</a></div> <div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__init__status__t.html">BNO08xPrivateTypes::bno08x_init_status_t</a></div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1"> 198</a></span> <a class="code hl_variable" href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1">init_status</a>; </div> <div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1"> 199</a></span> <a class="code hl_variable" href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1">init_status</a>; </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e"> 199</a></span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>; </div> <div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e"> 200</a></span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a> <a class="code hl_variable" href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">sync_ctx</a>; </div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f"> 200</a></span> sh2_ProductIds_t <a class="code hl_variable" href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f">product_IDs</a>; </div> <div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f"> 201</a></span> sh2_ProductIds_t <a class="code hl_variable" href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f">product_IDs</a>; </div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div> <div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="comment">// clang-format off</span></div> <div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">// clang-format off</span></div>
<div class="foldopen" id="foldopen00203" data-start="{" data-end="};"> <div class="foldopen" id="foldopen00204" data-start="{" data-end="};">
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39"> 203</a></span> etl::map&lt;uint8_t, BNO08xRpt*, TOTAL_RPT_COUNT, etl::less&lt;uint8_t&gt;&gt; <a class="code hl_variable" href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39">usr_reports</a> = </div> <div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39"> 204</a></span> etl::map&lt;uint8_t, BNO08xRpt*, TOTAL_RPT_COUNT, etl::less&lt;uint8_t&gt;&gt; <a class="code hl_variable" href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39">usr_reports</a> = </div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> {</div> <div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> {</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> {SH2_ACCELEROMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>},</div> <div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> {SH2_ACCELEROMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">accelerometer</a>},</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> {SH2_LINEAR_ACCELERATION, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>}, </div> <div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> {SH2_LINEAR_ACCELERATION, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">linear_accelerometer</a>}, </div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> {SH2_GRAVITY, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>}, </div> <div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> {SH2_GRAVITY, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">gravity</a>}, </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> {SH2_MAGNETIC_FIELD_CALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>},</div> <div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> {SH2_MAGNETIC_FIELD_CALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">cal_magnetometer</a>},</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> {SH2_MAGNETIC_FIELD_UNCALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>}, </div> <div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> {SH2_MAGNETIC_FIELD_UNCALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">uncal_magnetometer</a>}, </div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> {SH2_GYROSCOPE_CALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>},</div> <div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> {SH2_GYROSCOPE_CALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">cal_gyro</a>},</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> {SH2_GYROSCOPE_UNCALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>}, </div> <div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> {SH2_GYROSCOPE_UNCALIBRATED, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">uncal_gyro</a>}, </div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> {SH2_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>}, </div> <div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> {SH2_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">rv</a>}, </div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> {SH2_GAME_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>},</div> <div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> {SH2_GAME_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">rv_game</a>},</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> {SH2_ARVR_STABILIZED_RV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>}, </div> <div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> {SH2_ARVR_STABILIZED_RV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">rv_ARVR_stabilized</a>}, </div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> {SH2_ARVR_STABILIZED_GRV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>},</div> <div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> {SH2_ARVR_STABILIZED_GRV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">rv_ARVR_stabilized_game</a>},</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> {SH2_GYRO_INTEGRATED_RV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>}, </div> <div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> {SH2_GYRO_INTEGRATED_RV, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">rv_gyro_integrated</a>}, </div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> {SH2_GEOMAGNETIC_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>}, </div> <div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> {SH2_GEOMAGNETIC_ROTATION_VECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">rv_geomagnetic</a>}, </div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> {SH2_RAW_GYROSCOPE, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>},</div> <div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> {SH2_RAW_GYROSCOPE, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">raw_gyro</a>},</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> {SH2_RAW_ACCELEROMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>}, </div> <div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> {SH2_RAW_ACCELEROMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">raw_accelerometer</a>}, </div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> {SH2_RAW_MAGNETOMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>}, </div> <div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> {SH2_RAW_MAGNETOMETER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">raw_magnetometer</a>}, </div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> {SH2_STEP_COUNTER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>},</div> <div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> {SH2_STEP_COUNTER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">step_counter</a>},</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> {SH2_PERSONAL_ACTIVITY_CLASSIFIER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>}, </div> <div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> {SH2_PERSONAL_ACTIVITY_CLASSIFIER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">activity_classifier</a>}, </div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> {SH2_STABILITY_CLASSIFIER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>},</div> <div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> {SH2_STABILITY_CLASSIFIER, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">stability_classifier</a>},</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> {SH2_SHAKE_DETECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>}, </div> <div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> {SH2_SHAKE_DETECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">shake_detector</a>}, </div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> {SH2_TAP_DETECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>},</div> <div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> {SH2_TAP_DETECTOR, &amp;<a class="code hl_variable" href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">rpt</a>.<a class="code hl_variable" href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">tap_detector</a>},</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> </div> <div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="comment">// not implemented, see include/report for existing implementations to add your own</span></div> <div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="comment">// not implemented, see include/report for existing implementations to add your own</span></div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> {SH2_PRESSURE, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> {SH2_PRESSURE, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> {SH2_AMBIENT_LIGHT, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> {SH2_AMBIENT_LIGHT, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> {SH2_HUMIDITY, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> {SH2_HUMIDITY, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> {SH2_PROXIMITY, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> {SH2_PROXIMITY, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> {SH2_TEMPERATURE, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> {SH2_TEMPERATURE, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> {SH2_HEART_RATE_MONITOR, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div> <div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> {SH2_HEART_RATE_MONITOR, <span class="keyword">nullptr</span>}, <span class="comment">// requires auxilary i2c sensor</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> {SH2_STEP_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> {SH2_STEP_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> {SH2_SIGNIFICANT_MOTION, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> {SH2_SIGNIFICANT_MOTION, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> {SH2_FLIP_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> {SH2_FLIP_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> {SH2_PICKUP_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> {SH2_PICKUP_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> {SH2_STABILITY_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> {SH2_STABILITY_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> {SH2_SLEEP_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> {SH2_SLEEP_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> {SH2_TILT_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> {SH2_TILT_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> {SH2_POCKET_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> {SH2_POCKET_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> {SH2_CIRCLE_DETECTOR, <span class="keyword">nullptr</span>},</div> <div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> {SH2_CIRCLE_DETECTOR, <span class="keyword">nullptr</span>},</div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> {SH2_IZRO_MOTION_REQUEST, <span class="keyword">nullptr</span>}</div> <div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> {SH2_IZRO_MOTION_REQUEST, <span class="keyword">nullptr</span>}</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> };</div> <div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> };</div>
</div> </div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="comment">// clang-format on</span></div> <div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="comment">// clang-format on</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> </div> <div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> </div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="keyword">static</span> <span class="keywordtype">void</span> IRAM_ATTR <a class="code hl_function" href="class_b_n_o08x.html#a804b95c58c30d36933fd251626b85bf7">hint_handler</a>(<span class="keywordtype">void</span>* arg);</div> <div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="keyword">static</span> <span class="keywordtype">void</span> IRAM_ATTR <a class="code hl_function" href="class_b_n_o08x.html#a804b95c58c30d36933fd251626b85bf7">hint_handler</a>(<span class="keywordtype">void</span>* arg);</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> </div> <div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b"> 249</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> uint16_t <a class="code hl_variable" href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b">RX_DATA_LENGTH</a> = 300U; </div> <div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b"> 250</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> uint16_t <a class="code hl_variable" href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b">RX_DATA_LENGTH</a> = 300U; </div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> </div> <div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> </div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4"> 251</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4">HOST_INT_TIMEOUT_DEFAULT_MS</a> =</div> <div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4"> 252</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4">HOST_INT_TIMEOUT_DEFAULT_MS</a> =</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> CONFIG_ESP32_BNO08X_HINT_TIMEOUT_MS /</div> <div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> CONFIG_ESP32_BNO08X_HINT_TIMEOUT_MS /</div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> portTICK_PERIOD_MS; </div> <div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> portTICK_PERIOD_MS; </div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> </div> <div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b"> 255</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b">DATA_AVAILABLE_TIMEOUT_MS</a> =</div> <div class="line"><a id="l00256" name="l00256"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b"> 256</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b">DATA_AVAILABLE_TIMEOUT_MS</a> =</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> CONFIG_ESP32_BNO08X_DATA_AVAILABLE_TIMEOUT_MS /</div> <div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> CONFIG_ESP32_BNO08X_DATA_AVAILABLE_TIMEOUT_MS /</div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> portTICK_PERIOD_MS; </div> <div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> portTICK_PERIOD_MS; </div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> </div> <div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> </div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b"> 259</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b">HARD_RESET_DELAY_MS</a> =</div> <div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b"> 260</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> TickType_t <a class="code hl_variable" href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b">HARD_RESET_DELAY_MS</a> =</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> CONFIG_ESP32_BNO08X_HARD_RESET_DELAY_MS /</div> <div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> CONFIG_ESP32_BNO08X_HARD_RESET_DELAY_MS /</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> portTICK_PERIOD_MS; </div> <div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> portTICK_PERIOD_MS; </div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div> <div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> </div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c"> 263</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> uint32_t <a class="code hl_variable" href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c">SCLK_MAX_SPEED</a> = 3000000UL; </div> <div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c"> 264</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> uint32_t <a class="code hl_variable" href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c">SCLK_MAX_SPEED</a> = 3000000UL; </div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> </div> <div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> </div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46"> 265</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46">TAG</a> = <span class="stringliteral">&quot;BNO08x&quot;</span>; </div> <div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46"> 266</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46">TAG</a> = <span class="stringliteral">&quot;BNO08x&quot;</span>; </div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div> <div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a6dd0081dc9eb0cfb019bfdca3aa31802"> 267</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_s_h2_h_a_l.html">BNO08xSH2HAL</a>;</div> <div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a6dd0081dc9eb0cfb019bfdca3aa31802"> 268</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_s_h2_h_a_l.html">BNO08xSH2HAL</a>;</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a190775b71c35d8007faae7dd6a9f1030"> 268</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_test_helper.html">BNO08xTestHelper</a>;</div> <div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="class_b_n_o08x.html#a190775b71c35d8007faae7dd6a9f1030"> 269</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_test_helper.html">BNO08xTestHelper</a>;</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span>};</div> <div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span>};</div>
</div> </div>
<div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div>
<div class="ttc" id="a_b_n_o08x_global_types_8hpp_html_a498b35f9e00b24e51f8f60b029751ab5"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html#a498b35f9e00b24e51f8f60b029751ab5">BNO08xStability</a></div><div class="ttdeci">BNO08xStability</div><div class="ttdoc">BNO08xStability states returned from BNO08x::stability_classifier.get()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:147</div></div> <div class="ttc" id="a_b_n_o08x_global_types_8hpp_html_a498b35f9e00b24e51f8f60b029751ab5"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html#a498b35f9e00b24e51f8f60b029751ab5">BNO08xStability</a></div><div class="ttdeci">BNO08xStability</div><div class="ttdoc">BNO08xStability states returned from BNO08x::stability_classifier.get()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:147</div></div>
@ -379,89 +380,90 @@ $(function(){initNavTree('_b_n_o08x_8hpp_source.html',''); initResizable(); });
<div class="ttc" id="a_b_n_o08x_s_h2_h_a_l_8hpp_html"><div class="ttname"><a href="_b_n_o08x_s_h2_h_a_l_8hpp.html">BNO08xSH2HAL.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_s_h2_h_a_l_8hpp_html"><div class="ttname"><a href="_b_n_o08x_s_h2_h_a_l_8hpp.html">BNO08xSH2HAL.hpp</a></div></div>
<div class="ttc" id="aclass_b_n_o08x_cb_generic_html"><div class="ttname"><a href="class_b_n_o08x_cb_generic.html">BNO08xCbGeneric</a></div><div class="ttdoc">Parent class to represent callback functions as generic type such that all flavors can be invoked by ...</div><div class="ttdef"><b>Definition</b> BNO08xCbGeneric.hpp:19</div></div> <div class="ttc" id="aclass_b_n_o08x_cb_generic_html"><div class="ttname"><a href="class_b_n_o08x_cb_generic.html">BNO08xCbGeneric</a></div><div class="ttdoc">Parent class to represent callback functions as generic type such that all flavors can be invoked by ...</div><div class="ttdef"><b>Definition</b> BNO08xCbGeneric.hpp:19</div></div>
<div class="ttc" id="aclass_b_n_o08x_html"><div class="ttname"><a href="class_b_n_o08x.html">BNO08x</a></div><div class="ttdoc">BNO08x IMU driver class.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:33</div></div> <div class="ttc" id="aclass_b_n_o08x_html"><div class="ttname"><a href="class_b_n_o08x.html">BNO08x</a></div><div class="ttdoc">BNO08x IMU driver class.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:33</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a031976dacd97917d9d72edccb607160c"><div class="ttname"><a href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c">BNO08x::SCLK_MAX_SPEED</a></div><div class="ttdeci">static const constexpr uint32_t SCLK_MAX_SPEED</div><div class="ttdoc">Max SPI SCLK speed BNO08x is capable of.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:263</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a031976dacd97917d9d72edccb607160c"><div class="ttname"><a href="class_b_n_o08x.html#a031976dacd97917d9d72edccb607160c">BNO08x::SCLK_MAX_SPEED</a></div><div class="ttdeci">static const constexpr uint32_t SCLK_MAX_SPEED</div><div class="ttdoc">Max SPI SCLK speed BNO08x is capable of.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:264</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a0559c3f2f49d287e7c400a780975f850"><div class="ttname"><a href="class_b_n_o08x.html#a0559c3f2f49d287e7c400a780975f850">BNO08x::activity_to_str</a></div><div class="ttdeci">static const char * activity_to_str(BNO08xActivity activity)</div><div class="ttdoc">Converts a BNO08xActivity enum to string.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1594</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a0559c3f2f49d287e7c400a780975f850"><div class="ttname"><a href="class_b_n_o08x.html#a0559c3f2f49d287e7c400a780975f850">BNO08x::activity_to_str</a></div><div class="ttdeci">static const char * activity_to_str(BNO08xActivity activity)</div><div class="ttdoc">Converts a BNO08xActivity enum to string.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1658</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a0a2d157afc0da144536d8d6927cc63f1"><div class="ttname"><a href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1">BNO08x::init_status</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_init_status_t init_status</div><div class="ttdoc">Initialization status of various functionality, used by deconstructor during cleanup,...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:198</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a0a2d157afc0da144536d8d6927cc63f1"><div class="ttname"><a href="class_b_n_o08x.html#a0a2d157afc0da144536d8d6927cc63f1">BNO08x::init_status</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_init_status_t init_status</div><div class="ttdoc">Initialization status of various functionality, used by deconstructor during cleanup,...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:199</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a0ae135d7bf7a5f047a1d1aa5cc07e520"><div class="ttname"><a href="class_b_n_o08x.html#a0ae135d7bf7a5f047a1d1aa5cc07e520">BNO08x::data_proc_task_trampoline</a></div><div class="ttdeci">static void data_proc_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch data processing task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:125</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a0ae135d7bf7a5f047a1d1aa5cc07e520"><div class="ttname"><a href="class_b_n_o08x.html#a0ae135d7bf7a5f047a1d1aa5cc07e520">BNO08x::data_proc_task_trampoline</a></div><div class="ttdeci">static void data_proc_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch data processing task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:125</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a171b4f380b145e295a11219a8e2a961a"><div class="ttname"><a href="class_b_n_o08x.html#a171b4f380b145e295a11219a8e2a961a">BNO08x::unlock_user_data</a></div><div class="ttdeci">void unlock_user_data()</div><div class="ttdoc">Unlocks user data to allow other tasks to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:309</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a171b4f380b145e295a11219a8e2a961a"><div class="ttname"><a href="class_b_n_o08x.html#a171b4f380b145e295a11219a8e2a961a">BNO08x::unlock_user_data</a></div><div class="ttdeci">void unlock_user_data()</div><div class="ttdoc">Unlocks user data to allow other tasks to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:323</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a1a037bda37493cde56732cc6fdc7884b"><div class="ttname"><a href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b">BNO08x::RX_DATA_LENGTH</a></div><div class="ttdeci">static const constexpr uint16_t RX_DATA_LENGTH</div><div class="ttdoc">length buffer containing data received over spi</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:249</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a1a037bda37493cde56732cc6fdc7884b"><div class="ttname"><a href="class_b_n_o08x.html#a1a037bda37493cde56732cc6fdc7884b">BNO08x::RX_DATA_LENGTH</a></div><div class="ttdeci">static const constexpr uint16_t RX_DATA_LENGTH</div><div class="ttdoc">length buffer containing data received over spi</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:250</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a1c703a1fb79ce777dc73a83f02bfdb85"><div class="ttname"><a href="class_b_n_o08x.html#a1c703a1fb79ce777dc73a83f02bfdb85">BNO08x::save_dynamic_calibration</a></div><div class="ttdeci">bool save_dynamic_calibration()</div><div class="ttdoc">Saves dynamic/motion engine calibration data to BNO08x internal flash immediately....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1315</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a1c703a1fb79ce777dc73a83f02bfdb85"><div class="ttname"><a href="class_b_n_o08x.html#a1c703a1fb79ce777dc73a83f02bfdb85">BNO08x::save_dynamic_calibration</a></div><div class="ttdeci">bool save_dynamic_calibration()</div><div class="ttdoc">Saves dynamic/motion engine calibration data to BNO08x internal flash immediately....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1379</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a1f0f4cd8dc7d38448e2198ea47d0018c"><div class="ttname"><a href="class_b_n_o08x.html#a1f0f4cd8dc7d38448e2198ea47d0018c">BNO08x::deinit_gpio_inputs</a></div><div class="ttdeci">esp_err_t deinit_gpio_inputs()</div><div class="ttdoc">Deinitializes GPIO inputs, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:815</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a1f0f4cd8dc7d38448e2198ea47d0018c"><div class="ttname"><a href="class_b_n_o08x.html#a1f0f4cd8dc7d38448e2198ea47d0018c">BNO08x::deinit_gpio_inputs</a></div><div class="ttdeci">esp_err_t deinit_gpio_inputs()</div><div class="ttdoc">Deinitializes GPIO inputs, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:835</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a22bb1bdc1153a455ec8f549d9389406e"><div class="ttname"><a href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">BNO08x::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t sync_ctx</div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:199</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a22bb1bdc1153a455ec8f549d9389406e"><div class="ttname"><a href="class_b_n_o08x.html#a22bb1bdc1153a455ec8f549d9389406e">BNO08x::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t sync_ctx</div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:200</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a233920ce97f685fbdabecccacf471d85"><div class="ttname"><a href="class_b_n_o08x.html#a233920ce97f685fbdabecccacf471d85">BNO08x::deinit_spi</a></div><div class="ttdeci">esp_err_t deinit_spi()</div><div class="ttdoc">Deinitializes SPI.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:911</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a233920ce97f685fbdabecccacf471d85"><div class="ttname"><a href="class_b_n_o08x.html#a233920ce97f685fbdabecccacf471d85">BNO08x::deinit_spi</a></div><div class="ttdeci">esp_err_t deinit_spi()</div><div class="ttdoc">Deinitializes SPI.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:931</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a28cd1c0b3477571d87133234e6358503"><div class="ttname"><a href="class_b_n_o08x.html#a28cd1c0b3477571d87133234e6358503">BNO08x::hard_reset</a></div><div class="ttdeci">bool hard_reset()</div><div class="ttdoc">Hard resets BNO08x device.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1026</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a28cd1c0b3477571d87133234e6358503"><div class="ttname"><a href="class_b_n_o08x.html#a28cd1c0b3477571d87133234e6358503">BNO08x::hard_reset</a></div><div class="ttdeci">bool hard_reset()</div><div class="ttdoc">Hard resets BNO08x device.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1046</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a2c98d5f2c406a3efd0b48c5666fa8c46"><div class="ttname"><a href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46">BNO08x::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdoc">Class tag used for serial print statements.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:265</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a2c98d5f2c406a3efd0b48c5666fa8c46"><div class="ttname"><a href="class_b_n_o08x.html#a2c98d5f2c406a3efd0b48c5666fa8c46">BNO08x::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdoc">Class tag used for serial print statements.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:266</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a2dbce689245a1b9968e3ea627d2b9a42"><div class="ttname"><a href="class_b_n_o08x.html#a2dbce689245a1b9968e3ea627d2b9a42">BNO08x::unlock_sh2_HAL</a></div><div class="ttdeci">void unlock_sh2_HAL()</div><div class="ttdoc">Unlocks sh2 HAL lib to allow other tasks to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:289</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a2dbce689245a1b9968e3ea627d2b9a42"><div class="ttname"><a href="class_b_n_o08x.html#a2dbce689245a1b9968e3ea627d2b9a42">BNO08x::unlock_sh2_HAL</a></div><div class="ttdeci">void unlock_sh2_HAL()</div><div class="ttdoc">Unlocks sh2 HAL lib to allow other tasks to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:303</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a367d525d1c0ba119b3dca3067bb5bccc"><div class="ttname"><a href="class_b_n_o08x.html#a367d525d1c0ba119b3dca3067bb5bccc">BNO08x::data_available</a></div><div class="ttdeci">bool data_available()</div><div class="ttdoc">Polls for new data/report to become available.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1518</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a367d525d1c0ba119b3dca3067bb5bccc"><div class="ttname"><a href="class_b_n_o08x.html#a367d525d1c0ba119b3dca3067bb5bccc">BNO08x::data_available</a></div><div class="ttdeci">bool data_available()</div><div class="ttdoc">Polls for new data/report to become available.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1582</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a37e7c18232f47694d5e55bacc109189c"><div class="ttname"><a href="class_b_n_o08x.html#a37e7c18232f47694d5e55bacc109189c">BNO08x::lock_user_data</a></div><div class="ttdeci">void lock_user_data()</div><div class="ttdoc">Locks locks user data to only allow the calling task to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:299</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a37e7c18232f47694d5e55bacc109189c"><div class="ttname"><a href="class_b_n_o08x.html#a37e7c18232f47694d5e55bacc109189c">BNO08x::lock_user_data</a></div><div class="ttdeci">void lock_user_data()</div><div class="ttdoc">Locks locks user data to only allow the calling task to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:313</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a41d65567bb316971f68718ca69039ace"><div class="ttname"><a href="class_b_n_o08x.html#a41d65567bb316971f68718ca69039ace">BNO08x::accuracy_to_str</a></div><div class="ttdeci">static const char * accuracy_to_str(BNO08xAccuracy accuracy)</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1651</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a41d65567bb316971f68718ca69039ace"><div class="ttname"><a href="class_b_n_o08x.html#a41d65567bb316971f68718ca69039ace">BNO08x::accuracy_to_str</a></div><div class="ttdeci">static const char * accuracy_to_str(BNO08xAccuracy accuracy)</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1715</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a425a1f5a9f3232aadc685caaf4c2f82e"><div class="ttname"><a href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e">BNO08x::imu_spi_config</a></div><div class="ttdeci">spi_device_interface_config_t imu_spi_config</div><div class="ttdoc">SPI slave device settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:194</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a425a1f5a9f3232aadc685caaf4c2f82e"><div class="ttname"><a href="class_b_n_o08x.html#a425a1f5a9f3232aadc685caaf4c2f82e">BNO08x::imu_spi_config</a></div><div class="ttdeci">spi_device_interface_config_t imu_spi_config</div><div class="ttdoc">SPI slave device settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:195</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a4e8b49abd33e6e11f23b2ae345058b9b"><div class="ttname"><a href="class_b_n_o08x.html#a4e8b49abd33e6e11f23b2ae345058b9b">BNO08x::dynamic_calibration_autosave_enable</a></div><div class="ttdeci">bool dynamic_calibration_autosave_enable()</div><div class="ttdoc">Enables the automatic saving of dynamic/ME calibration data to BNO08x internal flash See ref manual 6...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1281</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a4e8b49abd33e6e11f23b2ae345058b9b"><div class="ttname"><a href="class_b_n_o08x.html#a4e8b49abd33e6e11f23b2ae345058b9b">BNO08x::dynamic_calibration_autosave_enable</a></div><div class="ttdeci">bool dynamic_calibration_autosave_enable()</div><div class="ttdoc">Enables the automatic saving of dynamic/ME calibration data to BNO08x internal flash See ref manual 6...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1345</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a4f007dd431f10e741414d197bb4926c3"><div class="ttname"><a href="class_b_n_o08x.html#a4f007dd431f10e741414d197bb4926c3">BNO08x::deinit_gpio</a></div><div class="ttdeci">esp_err_t deinit_gpio()</div><div class="ttdoc">Deinitializes GPIO, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:785</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a4f007dd431f10e741414d197bb4926c3"><div class="ttname"><a href="class_b_n_o08x.html#a4f007dd431f10e741414d197bb4926c3">BNO08x::deinit_gpio</a></div><div class="ttdeci">esp_err_t deinit_gpio()</div><div class="ttdoc">Deinitializes GPIO, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:805</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a589eb9780f5bf613bbd447ef5b9ade3d"><div class="ttname"><a href="class_b_n_o08x.html#a589eb9780f5bf613bbd447ef5b9ade3d">BNO08x::init_config_args</a></div><div class="ttdeci">esp_err_t init_config_args()</div><div class="ttdoc">Initializes required esp-idf SPI data structures with values from user passed bno08x_config_t struct.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:370</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a589eb9780f5bf613bbd447ef5b9ade3d"><div class="ttname"><a href="class_b_n_o08x.html#a589eb9780f5bf613bbd447ef5b9ade3d">BNO08x::init_config_args</a></div><div class="ttdeci">esp_err_t init_config_args()</div><div class="ttdoc">Initializes required esp-idf SPI data structures with values from user passed bno08x_config_t struct.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:390</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a58b4949a61a784d09df3e7ecda175b39"><div class="ttname"><a href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39">BNO08x::usr_reports</a></div><div class="ttdeci">etl::map&lt; uint8_t, BNO08xRpt *, TOTAL_RPT_COUNT, etl::less&lt; uint8_t &gt; &gt; usr_reports</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:203</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a58b4949a61a784d09df3e7ecda175b39"><div class="ttname"><a href="class_b_n_o08x.html#a58b4949a61a784d09df3e7ecda175b39">BNO08x::usr_reports</a></div><div class="ttdeci">etl::map&lt; uint8_t, BNO08xRpt *, TOTAL_RPT_COUNT, etl::less&lt; uint8_t &gt; &gt; usr_reports</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:204</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a58f43c8bb1e7fe8560ce442d46240e81"><div class="ttname"><a href="class_b_n_o08x.html#a58f43c8bb1e7fe8560ce442d46240e81">BNO08x::init_spi</a></div><div class="ttdeci">esp_err_t init_spi()</div><div class="ttdoc">Initializes SPI.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:682</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a58f43c8bb1e7fe8560ce442d46240e81"><div class="ttname"><a href="class_b_n_o08x.html#a58f43c8bb1e7fe8560ce442d46240e81">BNO08x::init_spi</a></div><div class="ttdeci">esp_err_t init_spi()</div><div class="ttdoc">Initializes SPI.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:702</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a5c7498f6fa4bd43280dff1d322233b95"><div class="ttname"><a href="class_b_n_o08x.html#a5c7498f6fa4bd43280dff1d322233b95">BNO08x::dynamic_calibration_disable</a></div><div class="ttdeci">bool dynamic_calibration_disable(BNO08xCalSel sensor)</div><div class="ttdoc">Disables dynamic/motion engine calibration for specified sensor(s), see ref. manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1254</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a5c7498f6fa4bd43280dff1d322233b95"><div class="ttname"><a href="class_b_n_o08x.html#a5c7498f6fa4bd43280dff1d322233b95">BNO08x::dynamic_calibration_disable</a></div><div class="ttdeci">bool dynamic_calibration_disable(BNO08xCalSel sensor)</div><div class="ttdoc">Disables dynamic/motion engine calibration for specified sensor(s), see ref. manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1318</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a5fb7f6c3e5d1b3478f529644a0f175b7"><div class="ttname"><a href="class_b_n_o08x.html#a5fb7f6c3e5d1b3478f529644a0f175b7">BNO08x::cb_task</a></div><div class="ttdeci">void cb_task()</div><div class="ttdoc">Task responsible for executing callbacks registered with register_cb().</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:241</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a5fb7f6c3e5d1b3478f529644a0f175b7"><div class="ttname"><a href="class_b_n_o08x.html#a5fb7f6c3e5d1b3478f529644a0f175b7">BNO08x::cb_task</a></div><div class="ttdeci">void cb_task()</div><div class="ttdoc">Task responsible for executing callbacks registered with register_cb().</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:255</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a63002547e309412846c3967c9d068ee3"><div class="ttname"><a href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3">BNO08x::CB_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE CB_TASK_SZ</div><div class="ttdoc">Size of sh2_HAL_service_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:145</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a63002547e309412846c3967c9d068ee3"><div class="ttname"><a href="class_b_n_o08x.html#a63002547e309412846c3967c9d068ee3">BNO08x::CB_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE CB_TASK_SZ</div><div class="ttdoc">Size of sh2_HAL_service_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:146</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a6602374314c07e9f707c0a6d2234bf7e"><div class="ttname"><a href="class_b_n_o08x.html#a6602374314c07e9f707c0a6d2234bf7e">BNO08x::wait_for_reset</a></div><div class="ttdeci">esp_err_t wait_for_reset()</div><div class="ttdoc">Waits for SH2 HAL lib to detect reset or HOST_INT_TIMEOUT_DEFAULT_MS to elapse.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1443</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a6602374314c07e9f707c0a6d2234bf7e"><div class="ttname"><a href="class_b_n_o08x.html#a6602374314c07e9f707c0a6d2234bf7e">BNO08x::wait_for_reset</a></div><div class="ttdeci">esp_err_t wait_for_reset()</div><div class="ttdoc">Waits for SH2 HAL lib to detect reset or HOST_INT_TIMEOUT_DEFAULT_MS to elapse.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1507</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a6711a624f7229f2eee51ee0a5bc87e67"><div class="ttname"><a href="class_b_n_o08x.html#a6711a624f7229f2eee51ee0a5bc87e67">BNO08x::toggle_reset</a></div><div class="ttdeci">void toggle_reset()</div><div class="ttdoc">Toggles reset gpio pin for hard reset of BNO08x device.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1459</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a6711a624f7229f2eee51ee0a5bc87e67"><div class="ttname"><a href="class_b_n_o08x.html#a6711a624f7229f2eee51ee0a5bc87e67">BNO08x::toggle_reset</a></div><div class="ttdeci">void toggle_reset()</div><div class="ttdoc">Toggles reset gpio pin for hard reset of BNO08x device.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1523</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a687eee44d68e1bcabce04780d7eb5fb9"><div class="ttname"><a href="class_b_n_o08x.html#a687eee44d68e1bcabce04780d7eb5fb9">BNO08x::~BNO08x</a></div><div class="ttdeci">~BNO08x()</div><div class="ttdoc">BNO08x imu deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:39</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a687eee44d68e1bcabce04780d7eb5fb9"><div class="ttname"><a href="class_b_n_o08x.html#a687eee44d68e1bcabce04780d7eb5fb9">BNO08x::~BNO08x</a></div><div class="ttdeci">~BNO08x()</div><div class="ttdoc">BNO08x imu deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:39</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a6931b6544788f268a9441a9f9d4a5e33"><div class="ttname"><a href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33">BNO08x::cb_task_hdl</a></div><div class="ttdeci">TaskHandle_t cb_task_hdl</div><div class="ttdoc">sh2_HAL_service_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:147</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a6931b6544788f268a9441a9f9d4a5e33"><div class="ttname"><a href="class_b_n_o08x.html#a6931b6544788f268a9441a9f9d4a5e33">BNO08x::cb_task_hdl</a></div><div class="ttdeci">TaskHandle_t cb_task_hdl</div><div class="ttdoc">sh2_HAL_service_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:148</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a69cf0da11a71f5ea40f9fddd598d06fc"><div class="ttname"><a href="class_b_n_o08x.html#a69cf0da11a71f5ea40f9fddd598d06fc">BNO08x::wait_for_hint</a></div><div class="ttdeci">esp_err_t wait_for_hint()</div><div class="ttdoc">Waits for HINT pin assertion or HOST_INT_TIMEOUT_DEFAULT_MS to elapse.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1424</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a69cf0da11a71f5ea40f9fddd598d06fc"><div class="ttname"><a href="class_b_n_o08x.html#a69cf0da11a71f5ea40f9fddd598d06fc">BNO08x::wait_for_hint</a></div><div class="ttdeci">esp_err_t wait_for_hint()</div><div class="ttdoc">Waits for HINT pin assertion or HOST_INT_TIMEOUT_DEFAULT_MS to elapse.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1488</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a7441f7f2477c152deca17054041bf3e6"><div class="ttname"><a href="class_b_n_o08x.html#a7441f7f2477c152deca17054041bf3e6">BNO08x::print_product_ids</a></div><div class="ttdeci">void print_product_ids()</div><div class="ttdoc">Prints product IDs received at initialization.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1571</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a7441f7f2477c152deca17054041bf3e6"><div class="ttname"><a href="class_b_n_o08x.html#a7441f7f2477c152deca17054041bf3e6">BNO08x::print_product_ids</a></div><div class="ttdeci">void print_product_ids()</div><div class="ttdoc">Prints product IDs received at initialization.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1635</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a75c7226ea4626862a5039aa053116861"><div class="ttname"><a href="class_b_n_o08x.html#a75c7226ea4626862a5039aa053116861">BNO08x::deinit_sh2_HAL</a></div><div class="ttdeci">esp_err_t deinit_sh2_HAL()</div><div class="ttdoc">Deinitializes sh2 HAL.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1010</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a75c7226ea4626862a5039aa053116861"><div class="ttname"><a href="class_b_n_o08x.html#a75c7226ea4626862a5039aa053116861">BNO08x::deinit_sh2_HAL</a></div><div class="ttdeci">esp_err_t deinit_sh2_HAL()</div><div class="ttdoc">Deinitializes sh2 HAL.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1030</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a7c5774a48227e8e3346fa5df7dfa420c"><div class="ttname"><a href="class_b_n_o08x.html#a7c5774a48227e8e3346fa5df7dfa420c">BNO08x::sleep</a></div><div class="ttdeci">bool sleep()</div><div class="ttdoc">Places BNO08x device in sleep state by sending SLEEP (3) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1175</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a7c5774a48227e8e3346fa5df7dfa420c"><div class="ttname"><a href="class_b_n_o08x.html#a7c5774a48227e8e3346fa5df7dfa420c">BNO08x::sleep</a></div><div class="ttdeci">bool sleep()</div><div class="ttdoc">Places BNO08x device in sleep state by sending SLEEP (3) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1239</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a7c7a9a0b81f9c8762fc927efea68bf23"><div class="ttname"><a href="class_b_n_o08x.html#a7c7a9a0b81f9c8762fc927efea68bf23">BNO08x::sh2_HAL_service_task</a></div><div class="ttdeci">void sh2_HAL_service_task()</div><div class="ttdoc">Task responsible for calling shtp_service() when HINT is asserted to dispatch any sh2 HAL lib callbac...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:185</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a7c7a9a0b81f9c8762fc927efea68bf23"><div class="ttname"><a href="class_b_n_o08x.html#a7c7a9a0b81f9c8762fc927efea68bf23">BNO08x::sh2_HAL_service_task</a></div><div class="ttdeci">void sh2_HAL_service_task()</div><div class="ttdoc">Task responsible for calling shtp_service() when HINT is asserted to dispatch any sh2 HAL lib callbac...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:185</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a7d5250a6017f9e76e3c2ddb00d7103a1"><div class="ttname"><a href="class_b_n_o08x.html#a7d5250a6017f9e76e3c2ddb00d7103a1">BNO08x::handle_sensor_report</a></div><div class="ttdeci">void handle_sensor_report(sh2_SensorValue_t *sensor_val)</div><div class="ttdoc">Parses receieved report and updates uer data with it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:319</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a7d5250a6017f9e76e3c2ddb00d7103a1"><div class="ttname"><a href="class_b_n_o08x.html#a7d5250a6017f9e76e3c2ddb00d7103a1">BNO08x::handle_sensor_report</a></div><div class="ttdeci">void handle_sensor_report(sh2_SensorValue_t *sensor_val)</div><div class="ttdoc">Parses receieved report and updates uer data with it.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:333</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a804b95c58c30d36933fd251626b85bf7"><div class="ttname"><a href="class_b_n_o08x.html#a804b95c58c30d36933fd251626b85bf7">BNO08x::hint_handler</a></div><div class="ttdeci">static void IRAM_ATTR hint_handler(void *arg)</div><div class="ttdoc">HINT interrupt service routine, handles falling edge of BNO08x HINT pin.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1677</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a804b95c58c30d36933fd251626b85bf7"><div class="ttname"><a href="class_b_n_o08x.html#a804b95c58c30d36933fd251626b85bf7">BNO08x::hint_handler</a></div><div class="ttdeci">static void IRAM_ATTR hint_handler(void *arg)</div><div class="ttdoc">HINT interrupt service routine, handles falling edge of BNO08x HINT pin.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1741</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a817ec9ad9d51a1515f658374de48f483"><div class="ttname"><a href="class_b_n_o08x.html#a817ec9ad9d51a1515f658374de48f483">BNO08x::calibration_end</a></div><div class="ttdeci">bool calibration_end(sh2_CalStatus_t &amp;status)</div><div class="ttdoc">Ends turn-table calibration, see ref. manual 6.4.10.2.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1217</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a817ec9ad9d51a1515f658374de48f483"><div class="ttname"><a href="class_b_n_o08x.html#a817ec9ad9d51a1515f658374de48f483">BNO08x::calibration_end</a></div><div class="ttdeci">bool calibration_end(sh2_CalStatus_t &amp;status)</div><div class="ttdoc">Ends turn-table calibration, see ref. manual 6.4.10.2.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1281</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a84a19cd1564f8d427394f137df54477d"><div class="ttname"><a href="class_b_n_o08x.html#a84a19cd1564f8d427394f137df54477d">BNO08x::clear_dynamic_calibration</a></div><div class="ttdeci">bool clear_dynamic_calibration()</div><div class="ttdoc">Clears dynamic/motion engine calibration data and resets BNO08x device. See ref manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1332</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a84a19cd1564f8d427394f137df54477d"><div class="ttname"><a href="class_b_n_o08x.html#a84a19cd1564f8d427394f137df54477d">BNO08x::clear_dynamic_calibration</a></div><div class="ttdeci">bool clear_dynamic_calibration()</div><div class="ttdoc">Clears dynamic/motion engine calibration data and resets BNO08x device. See ref manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1396</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a86275a93706656dae6af421bc15a4e59"><div class="ttname"><a href="class_b_n_o08x.html#a86275a93706656dae6af421bc15a4e59">BNO08x::handle_cb</a></div><div class="ttdeci">void handle_cb(uint8_t rpt_ID, BNO08xCbGeneric *cb_entry)</div><div class="ttdoc">Determines the flavor of a passed callback and executes it appropriately.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:355</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a86275a93706656dae6af421bc15a4e59"><div class="ttname"><a href="class_b_n_o08x.html#a86275a93706656dae6af421bc15a4e59">BNO08x::handle_cb</a></div><div class="ttdeci">void handle_cb(uint8_t rpt_ID, BNO08xCbGeneric *cb_entry)</div><div class="ttdoc">Determines the flavor of a passed callback and executes it appropriately.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:375</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a876ef3f899989de83ee6a9d6b218f8e1"><div class="ttname"><a href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1">BNO08x::DATA_PROC_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE DATA_PROC_TASK_SZ</div><div class="ttdoc">Size of data_proc_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:131</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a876ef3f899989de83ee6a9d6b218f8e1"><div class="ttname"><a href="class_b_n_o08x.html#a876ef3f899989de83ee6a9d6b218f8e1">BNO08x::DATA_PROC_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE DATA_PROC_TASK_SZ</div><div class="ttdoc">Size of data_proc_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:132</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a888eaf810d6140e2e771c44f5857b7c1"><div class="ttname"><a href="class_b_n_o08x.html#a888eaf810d6140e2e771c44f5857b7c1">BNO08x::sh2_HAL_service_task_trampoline</a></div><div class="ttdeci">static void sh2_HAL_service_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch sh2 HAL service task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:172</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a888eaf810d6140e2e771c44f5857b7c1"><div class="ttname"><a href="class_b_n_o08x.html#a888eaf810d6140e2e771c44f5857b7c1">BNO08x::sh2_HAL_service_task_trampoline</a></div><div class="ttdeci">static void sh2_HAL_service_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch sh2 HAL service task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:172</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a8b45106ee35e8d2ddc9709b7f788212e"><div class="ttname"><a href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e">BNO08x::queue_cb_report_id</a></div><div class="ttdeci">QueueHandle_t queue_cb_report_id</div><div class="ttdoc">Queue to send report ID of most recent report to cb_task()</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:190</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a8b45106ee35e8d2ddc9709b7f788212e"><div class="ttname"><a href="class_b_n_o08x.html#a8b45106ee35e8d2ddc9709b7f788212e">BNO08x::queue_cb_report_id</a></div><div class="ttdeci">QueueHandle_t queue_cb_report_id</div><div class="ttdoc">Queue to send report ID of most recent report to cb_task()</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:191</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a8e43dd50140f326cfb58e00399923e8c"><div class="ttname"><a href="class_b_n_o08x.html#a8e43dd50140f326cfb58e00399923e8c">BNO08x::lock_sh2_HAL</a></div><div class="ttdeci">void lock_sh2_HAL()</div><div class="ttdoc">Locks sh2 HAL lib to only allow the calling task to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:279</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a8e43dd50140f326cfb58e00399923e8c"><div class="ttname"><a href="class_b_n_o08x.html#a8e43dd50140f326cfb58e00399923e8c">BNO08x::lock_sh2_HAL</a></div><div class="ttdeci">void lock_sh2_HAL()</div><div class="ttdoc">Locks sh2 HAL lib to only allow the calling task to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:293</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a8f34d5475474f00ae6a92f73c1fe14e4"><div class="ttname"><a href="class_b_n_o08x.html#a8f34d5475474f00ae6a92f73c1fe14e4">BNO08x::init_gpio_inputs</a></div><div class="ttdeci">esp_err_t init_gpio_inputs()</div><div class="ttdoc">Initializes required gpio inputs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:465</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a8f34d5475474f00ae6a92f73c1fe14e4"><div class="ttname"><a href="class_b_n_o08x.html#a8f34d5475474f00ae6a92f73c1fe14e4">BNO08x::init_gpio_inputs</a></div><div class="ttdeci">esp_err_t init_gpio_inputs()</div><div class="ttdoc">Initializes required gpio inputs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:485</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a90d959312e6f7f8151b8a38218492ead"><div class="ttname"><a href="class_b_n_o08x.html#a90d959312e6f7f8151b8a38218492ead">BNO08x::init_tasks</a></div><div class="ttdeci">esp_err_t init_tasks()</div><div class="ttdoc">Initializes data_proc_task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:612</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a90d959312e6f7f8151b8a38218492ead"><div class="ttname"><a href="class_b_n_o08x.html#a90d959312e6f7f8151b8a38218492ead">BNO08x::init_tasks</a></div><div class="ttdeci">esp_err_t init_tasks()</div><div class="ttdoc">Initializes data_proc_task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:632</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a90ea8e811d4bea28a356290d6f5caac5"><div class="ttname"><a href="class_b_n_o08x.html#a90ea8e811d4bea28a356290d6f5caac5">BNO08x::dynamic_calibration_enable</a></div><div class="ttdeci">bool dynamic_calibration_enable(BNO08xCalSel sensor)</div><div class="ttdoc">Enables dynamic/motion engine calibration for specified sensor(s), see ref. manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1235</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a90ea8e811d4bea28a356290d6f5caac5"><div class="ttname"><a href="class_b_n_o08x.html#a90ea8e811d4bea28a356290d6f5caac5">BNO08x::dynamic_calibration_enable</a></div><div class="ttdeci">bool dynamic_calibration_enable(BNO08xCalSel sensor)</div><div class="ttdoc">Enables dynamic/motion engine calibration for specified sensor(s), see ref. manual 6....</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1299</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a9387728c276734da27388dbea38b6b32"><div class="ttname"><a href="class_b_n_o08x.html#a9387728c276734da27388dbea38b6b32">BNO08x::dynamic_calibration_autosave_disable</a></div><div class="ttdeci">bool dynamic_calibration_autosave_disable()</div><div class="ttdoc">Disables the automatic saving of dynamic/ME calibration data to BNO08x internal flash See ref manual ...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1298</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a9387728c276734da27388dbea38b6b32"><div class="ttname"><a href="class_b_n_o08x.html#a9387728c276734da27388dbea38b6b32">BNO08x::dynamic_calibration_autosave_disable</a></div><div class="ttdeci">bool dynamic_calibration_autosave_disable()</div><div class="ttdoc">Disables the automatic saving of dynamic/ME calibration data to BNO08x internal flash See ref manual ...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1362</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a968144efd5100ccce0e453c40a63592b"><div class="ttname"><a href="class_b_n_o08x.html#a968144efd5100ccce0e453c40a63592b">BNO08x::deinit_tasks</a></div><div class="ttdeci">esp_err_t deinit_tasks()</div><div class="ttdoc">Deinitializes tasks used by BNO08x driver.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:957</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a968144efd5100ccce0e453c40a63592b"><div class="ttname"><a href="class_b_n_o08x.html#a968144efd5100ccce0e453c40a63592b">BNO08x::deinit_tasks</a></div><div class="ttdeci">esp_err_t deinit_tasks()</div><div class="ttdoc">Deinitializes tasks used by BNO08x driver.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:977</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a96d47dd0f9aedfbe3f731f8ae76b2e85"><div class="ttname"><a href="class_b_n_o08x.html#a96d47dd0f9aedfbe3f731f8ae76b2e85">BNO08x::get_reset_reason</a></div><div class="ttdeci">BNO08xResetReason get_reset_reason()</div><div class="ttdoc">Returns reason for previous reset via product ID report.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1128</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a96d47dd0f9aedfbe3f731f8ae76b2e85"><div class="ttname"><a href="class_b_n_o08x.html#a96d47dd0f9aedfbe3f731f8ae76b2e85">BNO08x::get_reset_reason</a></div><div class="ttdeci">BNO08xResetReason get_reset_reason()</div><div class="ttdoc">Returns reason for previous reset via product ID report.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1192</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a973a1b1785f3302ee1b2702c6a27646e"><div class="ttname"><a href="class_b_n_o08x.html#a973a1b1785f3302ee1b2702c6a27646e">BNO08x::soft_reset</a></div><div class="ttdeci">bool soft_reset()</div><div class="ttdoc">Soft resets BNO08x device by sending RESET (1) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1070</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a973a1b1785f3302ee1b2702c6a27646e"><div class="ttname"><a href="class_b_n_o08x.html#a973a1b1785f3302ee1b2702c6a27646e">BNO08x::soft_reset</a></div><div class="ttdeci">bool soft_reset()</div><div class="ttdoc">Soft resets BNO08x device by sending RESET (1) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1090</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a982f065df42f00e53fd87c840efdb0f1"><div class="ttname"><a href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1">BNO08x::bus_config</a></div><div class="ttdeci">spi_bus_config_t bus_config</div><div class="ttdoc">SPI bus GPIO configuration settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:193</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a982f065df42f00e53fd87c840efdb0f1"><div class="ttname"><a href="class_b_n_o08x.html#a982f065df42f00e53fd87c840efdb0f1">BNO08x::bus_config</a></div><div class="ttdeci">spi_bus_config_t bus_config</div><div class="ttdoc">SPI bus GPIO configuration settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:194</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_a9d96108b0f5b1e1e1ac431bc993ca758"><div class="ttname"><a href="class_b_n_o08x.html#a9d96108b0f5b1e1e1ac431bc993ca758">BNO08x::deinit_hint_isr</a></div><div class="ttdeci">esp_err_t deinit_hint_isr()</div><div class="ttdoc">Deinitializes host interrupt ISR, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:873</div></div> <div class="ttc" id="aclass_b_n_o08x_html_a9d96108b0f5b1e1e1ac431bc993ca758"><div class="ttname"><a href="class_b_n_o08x.html#a9d96108b0f5b1e1e1ac431bc993ca758">BNO08x::deinit_hint_isr</a></div><div class="ttdeci">esp_err_t deinit_hint_isr()</div><div class="ttdoc">Deinitializes host interrupt ISR, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:893</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aa07e329d693eb8d9270a7f9ad6f1d94b"><div class="ttname"><a href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b">BNO08x::HARD_RESET_DELAY_MS</a></div><div class="ttdeci">static const constexpr TickType_t HARD_RESET_DELAY_MS</div><div class="ttdoc">How long RST pin is held low during hard reset (min 10ns according to datasheet, but should be longer...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:259</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aa07e329d693eb8d9270a7f9ad6f1d94b"><div class="ttname"><a href="class_b_n_o08x.html#aa07e329d693eb8d9270a7f9ad6f1d94b">BNO08x::HARD_RESET_DELAY_MS</a></div><div class="ttdeci">static const constexpr TickType_t HARD_RESET_DELAY_MS</div><div class="ttdoc">How long RST pin is held low during hard reset (min 10ns according to datasheet, but should be longer...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:260</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aa27026da2c52b4aca49b78863f10ec61"><div class="ttname"><a href="class_b_n_o08x.html#aa27026da2c52b4aca49b78863f10ec61">BNO08x::init_hint_isr</a></div><div class="ttdeci">esp_err_t init_hint_isr()</div><div class="ttdoc">Initializes host interrupt ISR.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:563</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aa27026da2c52b4aca49b78863f10ec61"><div class="ttname"><a href="class_b_n_o08x.html#aa27026da2c52b4aca49b78863f10ec61">BNO08x::init_hint_isr</a></div><div class="ttdeci">esp_err_t init_hint_isr()</div><div class="ttdoc">Initializes host interrupt ISR.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:583</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aa8347555e37a185bef4a834b04231123"><div class="ttname"><a href="class_b_n_o08x.html#aa8347555e37a185bef4a834b04231123">BNO08x::stability_to_str</a></div><div class="ttdeci">static const char * stability_to_str(BNO08xStability stability)</div><div class="ttdoc">Converts a BNO08xStability enum to string.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1628</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aa8347555e37a185bef4a834b04231123"><div class="ttname"><a href="class_b_n_o08x.html#aa8347555e37a185bef4a834b04231123">BNO08x::stability_to_str</a></div><div class="ttdeci">static const char * stability_to_str(BNO08xStability stability)</div><div class="ttdoc">Converts a BNO08xStability enum to string.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1692</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aa8fd64f60de86ff6b8562f90f3b09690"><div class="ttname"><a href="class_b_n_o08x.html#aa8fd64f60de86ff6b8562f90f3b09690">BNO08x::get_product_IDs</a></div><div class="ttdeci">sh2_ProductIds_t get_product_IDs()</div><div class="ttdoc">Returns product ID info sent by IMU at initialization.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1413</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aa8fd64f60de86ff6b8562f90f3b09690"><div class="ttname"><a href="class_b_n_o08x.html#aa8fd64f60de86ff6b8562f90f3b09690">BNO08x::get_product_IDs</a></div><div class="ttdeci">sh2_ProductIds_t get_product_IDs()</div><div class="ttdoc">Returns product ID info sent by IMU at initialization.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1477</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aa92ff86d82a097a565ed2a2b9000b571"><div class="ttname"><a href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571">BNO08x::sem_kill_tasks</a></div><div class="ttdeci">SemaphoreHandle_t sem_kill_tasks</div><div class="ttdoc">Counting Semaphore to count amount of killed tasks.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:151</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aa92ff86d82a097a565ed2a2b9000b571"><div class="ttname"><a href="class_b_n_o08x.html#aa92ff86d82a097a565ed2a2b9000b571">BNO08x::sem_kill_tasks</a></div><div class="ttdeci">SemaphoreHandle_t sem_kill_tasks</div><div class="ttdoc">Counting Semaphore to count amount of killed tasks.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:152</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aaaa15b21ad98a3b161065c3d03ff62b5"><div class="ttname"><a href="class_b_n_o08x.html#aaaa15b21ad98a3b161065c3d03ff62b5">BNO08x::on</a></div><div class="ttdeci">bool on()</div><div class="ttdoc">Places BNO08x device in on state by sending ON (2) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1159</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aaaa15b21ad98a3b161065c3d03ff62b5"><div class="ttname"><a href="class_b_n_o08x.html#aaaa15b21ad98a3b161065c3d03ff62b5">BNO08x::on</a></div><div class="ttdeci">bool on()</div><div class="ttdoc">Places BNO08x device in on state by sending ON (2) command on &quot;device&quot; channel.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1223</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aac1f772772db2d5fd14d51e44649d8eb"><div class="ttname"><a href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb">BNO08x::SH2_HAL_SERVICE_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE SH2_HAL_SERVICE_TASK_SZ</div><div class="ttdoc">Size of sh2_HAL_service_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:138</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aac1f772772db2d5fd14d51e44649d8eb"><div class="ttname"><a href="class_b_n_o08x.html#aac1f772772db2d5fd14d51e44649d8eb">BNO08x::SH2_HAL_SERVICE_TASK_SZ</a></div><div class="ttdeci">static const constexpr configSTACK_DEPTH_TYPE SH2_HAL_SERVICE_TASK_SZ</div><div class="ttdoc">Size of sh2_HAL_service_task() stack in bytes.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:139</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aadd44524e6d22c48916acd9518b63ec3"><div class="ttname"><a href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">BNO08x::register_cb</a></div><div class="ttdeci">bool register_cb(std::function&lt; void(void)&gt; cb_fxn)</div><div class="ttdoc">Registers a callback to execute when new data from a report is received.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1536</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aadd44524e6d22c48916acd9518b63ec3"><div class="ttname"><a href="class_b_n_o08x.html#aadd44524e6d22c48916acd9518b63ec3">BNO08x::register_cb</a></div><div class="ttdeci">bool register_cb(std::function&lt; void(void)&gt; cb_fxn)</div><div class="ttdoc">Registers a callback to execute when new data from a report is received.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1600</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ab132a061bd437fd109225446aa1f6010"><div class="ttname"><a href="class_b_n_o08x.html#ab132a061bd437fd109225446aa1f6010">BNO08x::deinit_gpio_outputs</a></div><div class="ttdeci">esp_err_t deinit_gpio_outputs()</div><div class="ttdoc">Deinitializes GPIO outputs, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:837</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ab132a061bd437fd109225446aa1f6010"><div class="ttname"><a href="class_b_n_o08x.html#ab132a061bd437fd109225446aa1f6010">BNO08x::deinit_gpio_outputs</a></div><div class="ttdeci">esp_err_t deinit_gpio_outputs()</div><div class="ttdoc">Deinitializes GPIO outputs, called from deconstructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:857</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ab4373e9b87837ea9fcbc0b536338c7b8"><div class="ttname"><a href="class_b_n_o08x.html#ab4373e9b87837ea9fcbc0b536338c7b8">BNO08x::data_proc_task</a></div><div class="ttdeci">void data_proc_task()</div><div class="ttdoc">Task responsible for parsing/handling sensor events sent by SH2 HAL and updating data that is returne...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:138</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ab4373e9b87837ea9fcbc0b536338c7b8"><div class="ttname"><a href="class_b_n_o08x.html#ab4373e9b87837ea9fcbc0b536338c7b8">BNO08x::data_proc_task</a></div><div class="ttdeci">void data_proc_task()</div><div class="ttdoc">Task responsible for parsing/handling sensor events sent by SH2 HAL and updating data that is returne...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:138</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_abae123678dc62f139749f13a3b6d1baa"><div class="ttname"><a href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa">BNO08x::sh2_HAL</a></div><div class="ttdeci">sh2_Hal_t sh2_HAL</div><div class="ttdoc">sh2 hardware abstraction layer struct for use with sh2 HAL lib.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:185</div></div> <div class="ttc" id="aclass_b_n_o08x_html_abae123678dc62f139749f13a3b6d1baa"><div class="ttname"><a href="class_b_n_o08x.html#abae123678dc62f139749f13a3b6d1baa">BNO08x::sh2_HAL</a></div><div class="ttdeci">sh2_Hal_t sh2_HAL</div><div class="ttdoc">sh2 hardware abstraction layer struct for use with sh2 HAL lib.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:186</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ac16adc5f00b0039c98a4921f13895026"><div class="ttname"><a href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026">BNO08x::spi_transaction</a></div><div class="ttdeci">spi_transaction_t spi_transaction</div><div class="ttdoc">SPI transaction handle.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:196</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ac16adc5f00b0039c98a4921f13895026"><div class="ttname"><a href="class_b_n_o08x.html#ac16adc5f00b0039c98a4921f13895026">BNO08x::spi_transaction</a></div><div class="ttdeci">spi_transaction_t spi_transaction</div><div class="ttdoc">SPI transaction handle.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:197</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ac732c968f8d639c81f5d423aad004e95"><div class="ttname"><a href="class_b_n_o08x.html#ac732c968f8d639c81f5d423aad004e95">BNO08x::re_enable_reports</a></div><div class="ttdeci">esp_err_t re_enable_reports()</div><div class="ttdoc">Re-enables all reports enabled by user (called when BNO08x reset is detected by sh2 HAL lib).</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1477</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ac732c968f8d639c81f5d423aad004e95"><div class="ttname"><a href="class_b_n_o08x.html#ac732c968f8d639c81f5d423aad004e95">BNO08x::re_enable_reports</a></div><div class="ttdeci">esp_err_t re_enable_reports()</div><div class="ttdoc">Re-enables all reports enabled by user (called when BNO08x reset is detected by sh2 HAL lib).</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1541</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ac8f6fc515923ffc820a7cfafc0c2830f"><div class="ttname"><a href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f">BNO08x::product_IDs</a></div><div class="ttdeci">sh2_ProductIds_t product_IDs</div><div class="ttdoc">Product ID info returned IMU at initialization, can be viewed with print_product_ids()</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:200</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ac8f6fc515923ffc820a7cfafc0c2830f"><div class="ttname"><a href="class_b_n_o08x.html#ac8f6fc515923ffc820a7cfafc0c2830f">BNO08x::product_IDs</a></div><div class="ttdeci">sh2_ProductIds_t product_IDs</div><div class="ttdoc">Product ID info returned IMU at initialization, can be viewed with print_product_ids()</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:201</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_acc0ea091465fc9a5736f5e0c6a0ce8ef"><div class="ttname"><a href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef">BNO08x::spi_hdl</a></div><div class="ttdeci">spi_device_handle_t spi_hdl</div><div class="ttdoc">SPI device handle.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:195</div></div> <div class="ttc" id="aclass_b_n_o08x_html_acc0ea091465fc9a5736f5e0c6a0ce8ef"><div class="ttname"><a href="class_b_n_o08x.html#acc0ea091465fc9a5736f5e0c6a0ce8ef">BNO08x::spi_hdl</a></div><div class="ttdeci">spi_device_handle_t spi_hdl</div><div class="ttdoc">SPI device handle.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:196</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ad0b9e8f8d051798bb1da9b19598dbd64"><div class="ttname"><a href="class_b_n_o08x.html#ad0b9e8f8d051798bb1da9b19598dbd64">BNO08x::init_gpio_outputs</a></div><div class="ttdeci">esp_err_t init_gpio_outputs()</div><div class="ttdoc">Initializes required gpio outputs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:501</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ad0b9e8f8d051798bb1da9b19598dbd64"><div class="ttname"><a href="class_b_n_o08x.html#ad0b9e8f8d051798bb1da9b19598dbd64">BNO08x::init_gpio_outputs</a></div><div class="ttdeci">esp_err_t init_gpio_outputs()</div><div class="ttdoc">Initializes required gpio outputs.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:521</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ad12fb6cf310ad7a04a4e53809833bd61"><div class="ttname"><a href="class_b_n_o08x.html#ad12fb6cf310ad7a04a4e53809833bd61">BNO08x::BNO08x</a></div><div class="ttdeci">BNO08x(bno08x_config_t imu_config=bno08x_config_t())</div><div class="ttdoc">BNO08x imu constructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:20</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ad12fb6cf310ad7a04a4e53809833bd61"><div class="ttname"><a href="class_b_n_o08x.html#ad12fb6cf310ad7a04a4e53809833bd61">BNO08x::BNO08x</a></div><div class="ttdeci">BNO08x(bno08x_config_t imu_config=bno08x_config_t())</div><div class="ttdoc">BNO08x imu constructor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:20</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_addf01190119091237ad7a9a1aaea4dcc"><div class="ttname"><a href="class_b_n_o08x.html#addf01190119091237ad7a9a1aaea4dcc">BNO08x::cb_task_trampoline</a></div><div class="ttdeci">static void cb_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch cb_task task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:229</div></div> <div class="ttc" id="aclass_b_n_o08x_html_addf01190119091237ad7a9a1aaea4dcc"><div class="ttname"><a href="class_b_n_o08x.html#addf01190119091237ad7a9a1aaea4dcc">BNO08x::cb_task_trampoline</a></div><div class="ttdeci">static void cb_task_trampoline(void *arg)</div><div class="ttdoc">Static function used to launch cb_task task.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:243</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae08bdaff01ecacf0f399ab289fdf0b99"><div class="ttname"><a href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99">BNO08x::bno08x_reports_t</a></div><div class="ttdeci">struct BNO08x::bno08x_reports_t bno08x_reports_t</div><div class="ttdoc">Contains report implementations.</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae08bdaff01ecacf0f399ab289fdf0b99"><div class="ttname"><a href="class_b_n_o08x.html#ae08bdaff01ecacf0f399ab289fdf0b99">BNO08x::bno08x_reports_t</a></div><div class="ttdeci">struct BNO08x::bno08x_reports_t bno08x_reports_t</div><div class="ttdoc">Contains report implementations.</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae0dab25557befcf62bf384fdc241ef10"><div class="ttname"><a href="class_b_n_o08x.html#ae0dab25557befcf62bf384fdc241ef10">BNO08x::init_gpio</a></div><div class="ttdeci">esp_err_t init_gpio()</div><div class="ttdoc">Initializes required gpio.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:538</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae0dab25557befcf62bf384fdc241ef10"><div class="ttname"><a href="class_b_n_o08x.html#ae0dab25557befcf62bf384fdc241ef10">BNO08x::init_gpio</a></div><div class="ttdeci">esp_err_t init_gpio()</div><div class="ttdoc">Initializes required gpio.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:558</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae1db7422ee9c2cac77382cc0a7aa430e"><div class="ttname"><a href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">BNO08x::rpt</a></div><div class="ttdeci">bno08x_reports_t rpt</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:127</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae1db7422ee9c2cac77382cc0a7aa430e"><div class="ttname"><a href="class_b_n_o08x.html#ae1db7422ee9c2cac77382cc0a7aa430e">BNO08x::rpt</a></div><div class="ttdeci">bno08x_reports_t rpt</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:128</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae2fc9a0fe63a927c015a267621316a80"><div class="ttname"><a href="class_b_n_o08x.html#ae2fc9a0fe63a927c015a267621316a80">BNO08x::init_sh2_HAL</a></div><div class="ttdeci">esp_err_t init_sh2_HAL()</div><div class="ttdoc">Initializes sh2 HAL.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:727</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae2fc9a0fe63a927c015a267621316a80"><div class="ttname"><a href="class_b_n_o08x.html#ae2fc9a0fe63a927c015a267621316a80">BNO08x::init_sh2_HAL</a></div><div class="ttdeci">esp_err_t init_sh2_HAL()</div><div class="ttdoc">Initializes sh2 HAL.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:747</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae32ce16c51a93b9d53058bf3b6f0d94b"><div class="ttname"><a href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b">BNO08x::DATA_AVAILABLE_TIMEOUT_MS</a></div><div class="ttdeci">static const constexpr TickType_t DATA_AVAILABLE_TIMEOUT_MS</div><div class="ttdoc">Max wait between data_available() being called and no new data/report being detected.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:255</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae32ce16c51a93b9d53058bf3b6f0d94b"><div class="ttname"><a href="class_b_n_o08x.html#ae32ce16c51a93b9d53058bf3b6f0d94b">BNO08x::DATA_AVAILABLE_TIMEOUT_MS</a></div><div class="ttdeci">static const constexpr TickType_t DATA_AVAILABLE_TIMEOUT_MS</div><div class="ttdoc">Max wait between data_available() being called and no new data/report being detected.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:256</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_ae51d4e3228a91ee407d5866e604804c4"><div class="ttname"><a href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4">BNO08x::HOST_INT_TIMEOUT_DEFAULT_MS</a></div><div class="ttdeci">static const constexpr TickType_t HOST_INT_TIMEOUT_DEFAULT_MS</div><div class="ttdoc">Max wait between HINT being asserted by BNO08x before transaction is considered failed (in milisecond...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:251</div></div> <div class="ttc" id="aclass_b_n_o08x_html_ae51d4e3228a91ee407d5866e604804c4"><div class="ttname"><a href="class_b_n_o08x.html#ae51d4e3228a91ee407d5866e604804c4">BNO08x::HOST_INT_TIMEOUT_DEFAULT_MS</a></div><div class="ttdeci">static const constexpr TickType_t HOST_INT_TIMEOUT_DEFAULT_MS</div><div class="ttdoc">Max wait between HINT being asserted by BNO08x before transaction is considered failed (in milisecond...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:252</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aea8e2c6dd7a2c9899479a7f39fe94798"><div class="ttname"><a href="class_b_n_o08x.html#aea8e2c6dd7a2c9899479a7f39fe94798">BNO08x::initialize</a></div><div class="ttdeci">bool initialize()</div><div class="ttdoc">Initializes BNO08x sensor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:81</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aea8e2c6dd7a2c9899479a7f39fe94798"><div class="ttname"><a href="class_b_n_o08x.html#aea8e2c6dd7a2c9899479a7f39fe94798">BNO08x::initialize</a></div><div class="ttdeci">bool initialize()</div><div class="ttdoc">Initializes BNO08x sensor.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:81</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aeda443e9f608fccfec0e6770edc90c82"><div class="ttname"><a href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82">BNO08x::imu_config</a></div><div class="ttdeci">bno08x_config_t imu_config</div><div class="ttdoc">IMU configuration settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:192</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aebacbe092615cd083cf996b14402bba6"><div class="ttname"><a href="class_b_n_o08x.html#aebacbe092615cd083cf996b14402bba6">BNO08x::disable_all_reports</a></div><div class="ttdeci">bool disable_all_reports()</div><div class="ttdoc">Disables all currently enabled reports.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1148</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aee6ce74b95c1e1651cb93a60d723c16c"><div class="ttname"><a href="class_b_n_o08x.html#aee6ce74b95c1e1651cb93a60d723c16c">BNO08x::get_frs</a></div><div class="ttdeci">bool get_frs(uint16_t frs_ID, uint32_t(&amp;data)[16], uint16_t &amp;rx_data_sz)</div><div class="ttdoc">Retrieves a record from flash record system (if your goal is to retrieve meta data use the BNO08xRpt:...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1397</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aeda443e9f608fccfec0e6770edc90c82"><div class="ttname"><a href="class_b_n_o08x.html#aeda443e9f608fccfec0e6770edc90c82">BNO08x::imu_config</a></div><div class="ttdeci">bno08x_config_t imu_config</div><div class="ttdoc">IMU configuration settings.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:193</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_aefd6d59af9f8cf73be017db55f8b2e6a"><div class="ttname"><a href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a">BNO08x::queue_rx_sensor_event</a></div><div class="ttdeci">QueueHandle_t queue_rx_sensor_event</div><div class="ttdoc">Queue to send sensor events from sh2 HAL sensor event callback (BNO08xSH2HAL::sensor_event_cb()) to d...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:188</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aee6ce74b95c1e1651cb93a60d723c16c"><div class="ttname"><a href="class_b_n_o08x.html#aee6ce74b95c1e1651cb93a60d723c16c">BNO08x::get_frs</a></div><div class="ttdeci">bool get_frs(uint16_t frs_ID, uint32_t(&amp;data)[16], uint16_t &amp;rx_data_sz)</div><div class="ttdoc">Retrieves a record from flash record system (if your goal is to retrieve meta data use the BNO08xRpt:...</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1461</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_af0dd28db9e331312e45937b12295ca94"><div class="ttname"><a href="class_b_n_o08x.html#af0dd28db9e331312e45937b12295ca94">BNO08x::calibration_start</a></div><div class="ttdeci">bool calibration_start(uint32_t period_us)</div><div class="ttdoc">Starts simple calibration, see ref. manual 6.4.10.1.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1199</div></div> <div class="ttc" id="aclass_b_n_o08x_html_aefd6d59af9f8cf73be017db55f8b2e6a"><div class="ttname"><a href="class_b_n_o08x.html#aefd6d59af9f8cf73be017db55f8b2e6a">BNO08x::queue_rx_sensor_event</a></div><div class="ttdeci">QueueHandle_t queue_rx_sensor_event</div><div class="ttdoc">Queue to send sensor events from sh2 HAL sensor event callback (BNO08xSH2HAL::sensor_event_cb()) to d...</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:189</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_af9b6fbf35e7cd55d517d30c6429a21a4"><div class="ttname"><a href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4">BNO08x::data_proc_task_hdl</a></div><div class="ttdeci">TaskHandle_t data_proc_task_hdl</div><div class="ttdoc">data_proc_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:133</div></div> <div class="ttc" id="aclass_b_n_o08x_html_af0dd28db9e331312e45937b12295ca94"><div class="ttname"><a href="class_b_n_o08x.html#af0dd28db9e331312e45937b12295ca94">BNO08x::calibration_start</a></div><div class="ttdeci">bool calibration_start(uint32_t period_us)</div><div class="ttdoc">Starts simple calibration, see ref. manual 6.4.10.1.</div><div class="ttdef"><b>Definition</b> BNO08x.cpp:1263</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_afb288b912294ac6a568c1aab8bb382f6"><div class="ttname"><a href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6">BNO08x::sh2_HAL_service_task_hdl</a></div><div class="ttdeci">TaskHandle_t sh2_HAL_service_task_hdl</div><div class="ttdoc">sh2_HAL_service_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:140</div></div> <div class="ttc" id="aclass_b_n_o08x_html_af9b6fbf35e7cd55d517d30c6429a21a4"><div class="ttname"><a href="class_b_n_o08x.html#af9b6fbf35e7cd55d517d30c6429a21a4">BNO08x::data_proc_task_hdl</a></div><div class="ttdeci">TaskHandle_t data_proc_task_hdl</div><div class="ttdoc">data_proc_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:134</div></div>
<div class="ttc" id="aclass_b_n_o08x_html_afb288b912294ac6a568c1aab8bb382f6"><div class="ttname"><a href="class_b_n_o08x.html#afb288b912294ac6a568c1aab8bb382f6">BNO08x::sh2_HAL_service_task_hdl</a></div><div class="ttdeci">TaskHandle_t sh2_HAL_service_task_hdl</div><div class="ttdoc">sh2_HAL_service_task() task handle</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:141</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html">BNO08xRptARVRStabilizedGameRV</a></div><div class="ttdoc">Class to represent ARVR stabilized rotation vector reports. (See Ref. Manual 6.5.43)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:16</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html">BNO08xRptARVRStabilizedGameRV</a></div><div class="ttdoc">Class to represent ARVR stabilized rotation vector reports. (See Ref. Manual 6.5.43)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:16</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html">BNO08xRptARVRStabilizedRV</a></div><div class="ttdoc">Class to represent ARVR stabilized rotation vector reports. (See Ref. Manual 6.5.42)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:16</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html">BNO08xRptARVRStabilizedRV</a></div><div class="ttdoc">Class to represent ARVR stabilized rotation vector reports. (See Ref. Manual 6.5.42)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:16</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_acceleration_html"><div class="ttname"><a href="class_b_n_o08x_rpt_acceleration.html">BNO08xRptAcceleration</a></div><div class="ttdoc">Class to represent accelerometer reports. (See Ref. Manual 6.5.9)</div><div class="ttdef"><b>Definition</b> BNO08xRptAcceleration.hpp:16</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_acceleration_html"><div class="ttname"><a href="class_b_n_o08x_rpt_acceleration.html">BNO08xRptAcceleration</a></div><div class="ttdoc">Class to represent accelerometer reports. (See Ref. Manual 6.5.9)</div><div class="ttdef"><b>Definition</b> BNO08xRptAcceleration.hpp:16</div></div>
@ -486,29 +488,29 @@ $(function(){initNavTree('_b_n_o08x_8hpp_source.html',''); initResizable(); });
<div class="ttc" id="aclass_b_n_o08x_s_h2_h_a_l_html"><div class="ttname"><a href="class_b_n_o08x_s_h2_h_a_l.html">BNO08xSH2HAL</a></div><div class="ttdoc">Fully static class containing callback implementations for sh2 HAL lib.</div><div class="ttdef"><b>Definition</b> BNO08xSH2HAL.hpp:72</div></div> <div class="ttc" id="aclass_b_n_o08x_s_h2_h_a_l_html"><div class="ttname"><a href="class_b_n_o08x_s_h2_h_a_l.html">BNO08xSH2HAL</a></div><div class="ttdoc">Fully static class containing callback implementations for sh2 HAL lib.</div><div class="ttdef"><b>Definition</b> BNO08xSH2HAL.hpp:72</div></div>
<div class="ttc" id="aclass_b_n_o08x_test_helper_html"><div class="ttname"><a href="class_b_n_o08x_test_helper.html">BNO08xTestHelper</a></div><div class="ttdoc">BNO08x unit test helper class.</div><div class="ttdef"><b>Definition</b> BNO08xTestHelper.hpp:17</div></div> <div class="ttc" id="aclass_b_n_o08x_test_helper_html"><div class="ttname"><a href="class_b_n_o08x_test_helper.html">BNO08xTestHelper</a></div><div class="ttdoc">BNO08x unit test helper class.</div><div class="ttdef"><b>Definition</b> BNO08xTestHelper.hpp:17</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a></div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:21</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a></div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:21</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html">BNO08x::bno08x_reports_t</a></div><div class="ttdoc">Contains report implementations.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:72</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html">BNO08x::bno08x_reports_t</a></div><div class="ttdoc">Contains report implementations.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:73</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a027c914e51da445148dc9b2735cc5fc9"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">BNO08x::bno08x_reports_t::rv_ARVR_stabilized</a></div><div class="ttdeci">BNO08xRptARVRStabilizedRV rv_ARVR_stabilized</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:82</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a027c914e51da445148dc9b2735cc5fc9"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a027c914e51da445148dc9b2735cc5fc9">BNO08x::bno08x_reports_t::rv_ARVR_stabilized</a></div><div class="ttdeci">BNO08xRptARVRStabilizedRV rv_ARVR_stabilized</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:83</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a03d6194225331df5326a97ec6d45b094"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">BNO08x::bno08x_reports_t::cal_magnetometer</a></div><div class="ttdeci">BNO08xRptCalMagnetometer cal_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:76</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a03d6194225331df5326a97ec6d45b094"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a03d6194225331df5326a97ec6d45b094">BNO08x::bno08x_reports_t::cal_magnetometer</a></div><div class="ttdeci">BNO08xRptCalMagnetometer cal_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:77</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a0cabee7da991a7399d607373f09548a7"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">BNO08x::bno08x_reports_t::tap_detector</a></div><div class="ttdeci">BNO08xRptTapDetector tap_detector</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:93</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a0cabee7da991a7399d607373f09548a7"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a0cabee7da991a7399d607373f09548a7">BNO08x::bno08x_reports_t::tap_detector</a></div><div class="ttdeci">BNO08xRptTapDetector tap_detector</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:94</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a13357e58bc926c2420ab41e4ffef4196"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">BNO08x::bno08x_reports_t::raw_gyro</a></div><div class="ttdeci">BNO08xRptRawMEMSGyro raw_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:86</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a13357e58bc926c2420ab41e4ffef4196"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a13357e58bc926c2420ab41e4ffef4196">BNO08x::bno08x_reports_t::raw_gyro</a></div><div class="ttdeci">BNO08xRptRawMEMSGyro raw_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:87</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a2edee4386eaea86ef3d316f5840d7a2f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">BNO08x::bno08x_reports_t::stability_classifier</a></div><div class="ttdeci">BNO08xRptStabilityClassifier stability_classifier</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:91</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a2edee4386eaea86ef3d316f5840d7a2f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a2edee4386eaea86ef3d316f5840d7a2f">BNO08x::bno08x_reports_t::stability_classifier</a></div><div class="ttdeci">BNO08xRptStabilityClassifier stability_classifier</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:92</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a5774fa69fc74264d40478a729aeb5ece"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">BNO08x::bno08x_reports_t::uncal_magnetometer</a></div><div class="ttdeci">BNO08xRptUncalMagnetometer uncal_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:77</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a5774fa69fc74264d40478a729aeb5ece"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a5774fa69fc74264d40478a729aeb5ece">BNO08x::bno08x_reports_t::uncal_magnetometer</a></div><div class="ttdeci">BNO08xRptUncalMagnetometer uncal_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:78</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6475bdab7c49091f3086537efc00c12f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">BNO08x::bno08x_reports_t::activity_classifier</a></div><div class="ttdeci">BNO08xRptActivityClassifier activity_classifier</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:90</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6475bdab7c49091f3086537efc00c12f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6475bdab7c49091f3086537efc00c12f">BNO08x::bno08x_reports_t::activity_classifier</a></div><div class="ttdeci">BNO08xRptActivityClassifier activity_classifier</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:91</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6937b5d9bf8af9344a5013e1c543ab42"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">BNO08x::bno08x_reports_t::rv_gyro_integrated</a></div><div class="ttdeci">BNO08xRptIGyroRV rv_gyro_integrated</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:84</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6937b5d9bf8af9344a5013e1c543ab42"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6937b5d9bf8af9344a5013e1c543ab42">BNO08x::bno08x_reports_t::rv_gyro_integrated</a></div><div class="ttdeci">BNO08xRptIGyroRV rv_gyro_integrated</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:85</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6f1929843393c09c21b1f107a47c8fe3"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">BNO08x::bno08x_reports_t::uncal_gyro</a></div><div class="ttdeci">BNO08xRptUncalGyro uncal_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:79</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a6f1929843393c09c21b1f107a47c8fe3"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a6f1929843393c09c21b1f107a47c8fe3">BNO08x::bno08x_reports_t::uncal_gyro</a></div><div class="ttdeci">BNO08xRptUncalGyro uncal_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:80</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a7e17ff7b9763ed040158813c69614a9f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">BNO08x::bno08x_reports_t::rv_geomagnetic</a></div><div class="ttdeci">BNO08xRptRVGeomag rv_geomagnetic</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:85</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a7e17ff7b9763ed040158813c69614a9f"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7e17ff7b9763ed040158813c69614a9f">BNO08x::bno08x_reports_t::rv_geomagnetic</a></div><div class="ttdeci">BNO08xRptRVGeomag rv_geomagnetic</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:86</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a7f33ac650137f5933ee1eab1ce936db6"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">BNO08x::bno08x_reports_t::rv_game</a></div><div class="ttdeci">BNO08xRptGameRV rv_game</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:81</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a7f33ac650137f5933ee1eab1ce936db6"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a7f33ac650137f5933ee1eab1ce936db6">BNO08x::bno08x_reports_t::rv_game</a></div><div class="ttdeci">BNO08xRptGameRV rv_game</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:82</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a9d7ff08c5a141c3d1ad3493423e7c49c"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">BNO08x::bno08x_reports_t::shake_detector</a></div><div class="ttdeci">BNO08xRptShakeDetector shake_detector</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:92</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_a9d7ff08c5a141c3d1ad3493423e7c49c"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#a9d7ff08c5a141c3d1ad3493423e7c49c">BNO08x::bno08x_reports_t::shake_detector</a></div><div class="ttdeci">BNO08xRptShakeDetector shake_detector</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:93</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aa3a65aaf2adf05aa014b72c2d4485590"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">BNO08x::bno08x_reports_t::raw_accelerometer</a></div><div class="ttdeci">BNO08xRptRawMEMSAccelerometer raw_accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:87</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aa3a65aaf2adf05aa014b72c2d4485590"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aa3a65aaf2adf05aa014b72c2d4485590">BNO08x::bno08x_reports_t::raw_accelerometer</a></div><div class="ttdeci">BNO08xRptRawMEMSAccelerometer raw_accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:88</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aad0b1641e9c31927c33d0f69c174f9cb"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb">BNO08x::bno08x_reports_t::bno08x_reports_t</a></div><div class="ttdeci">bno08x_reports_t(BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:95</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aad0b1641e9c31927c33d0f69c174f9cb"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad0b1641e9c31927c33d0f69c174f9cb">BNO08x::bno08x_reports_t::bno08x_reports_t</a></div><div class="ttdeci">bno08x_reports_t(BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:96</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aad8698945b261c0a871f2f409897b071"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">BNO08x::bno08x_reports_t::raw_magnetometer</a></div><div class="ttdeci">BNO08xRptRawMEMSMagnetometer raw_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:88</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aad8698945b261c0a871f2f409897b071"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aad8698945b261c0a871f2f409897b071">BNO08x::bno08x_reports_t::raw_magnetometer</a></div><div class="ttdeci">BNO08xRptRawMEMSMagnetometer raw_magnetometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:89</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_ab7939486c9ba7e7c70f82d2284fb6119"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">BNO08x::bno08x_reports_t::accelerometer</a></div><div class="ttdeci">BNO08xRptAcceleration accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:73</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_ab7939486c9ba7e7c70f82d2284fb6119"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#ab7939486c9ba7e7c70f82d2284fb6119">BNO08x::bno08x_reports_t::accelerometer</a></div><div class="ttdeci">BNO08xRptAcceleration accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:74</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_ac8114db28ee3f7be5578e52f48caa9c3"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">BNO08x::bno08x_reports_t::linear_accelerometer</a></div><div class="ttdeci">BNO08xRptLinearAcceleration linear_accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:74</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_ac8114db28ee3f7be5578e52f48caa9c3"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#ac8114db28ee3f7be5578e52f48caa9c3">BNO08x::bno08x_reports_t::linear_accelerometer</a></div><div class="ttdeci">BNO08xRptLinearAcceleration linear_accelerometer</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:75</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_adabe838126b5bbc83fc4f69bba78123e"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">BNO08x::bno08x_reports_t::cal_gyro</a></div><div class="ttdeci">BNO08xRptCalGyro cal_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:78</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_adabe838126b5bbc83fc4f69bba78123e"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#adabe838126b5bbc83fc4f69bba78123e">BNO08x::bno08x_reports_t::cal_gyro</a></div><div class="ttdeci">BNO08xRptCalGyro cal_gyro</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:79</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aeab138f8ddfed3f4d6b855a73b7e2db5"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">BNO08x::bno08x_reports_t::rv</a></div><div class="ttdeci">BNO08xRptRV rv</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:80</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aeab138f8ddfed3f4d6b855a73b7e2db5"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aeab138f8ddfed3f4d6b855a73b7e2db5">BNO08x::bno08x_reports_t::rv</a></div><div class="ttdeci">BNO08xRptRV rv</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:81</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aee9528ea57ab86ef29e10de9ecfefcf7"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">BNO08x::bno08x_reports_t::step_counter</a></div><div class="ttdeci">BNO08xRptStepCounter step_counter</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:89</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_aee9528ea57ab86ef29e10de9ecfefcf7"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#aee9528ea57ab86ef29e10de9ecfefcf7">BNO08x::bno08x_reports_t::step_counter</a></div><div class="ttdeci">BNO08xRptStepCounter step_counter</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:90</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_af5245d5e4a6f7548a0c3a30af53b7355"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">BNO08x::bno08x_reports_t::gravity</a></div><div class="ttdeci">BNO08xRptGravity gravity</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:75</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_af5245d5e4a6f7548a0c3a30af53b7355"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#af5245d5e4a6f7548a0c3a30af53b7355">BNO08x::bno08x_reports_t::gravity</a></div><div class="ttdeci">BNO08xRptGravity gravity</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:76</div></div>
<div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_af550968d0e56f114b4afb20a5a442206"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">BNO08x::bno08x_reports_t::rv_ARVR_stabilized_game</a></div><div class="ttdeci">BNO08xRptARVRStabilizedGameRV rv_ARVR_stabilized_game</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:83</div></div> <div class="ttc" id="astruct_b_n_o08x_1_1bno08x__reports__t_html_af550968d0e56f114b4afb20a5a442206"><div class="ttname"><a href="struct_b_n_o08x_1_1bno08x__reports__t.html#af550968d0e56f114b4afb20a5a442206">BNO08x::bno08x_reports_t::rv_ARVR_stabilized_game</a></div><div class="ttdeci">BNO08xRptARVRStabilizedGameRV rv_ARVR_stabilized_game</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:84</div></div>
<div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__init__status__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__init__status__t.html">BNO08xPrivateTypes::bno08x_init_status_t</a></div><div class="ttdoc">Holds info about which functionality has been successfully initialized (used by deconstructor during ...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:28</div></div> <div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__init__status__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__init__status__t.html">BNO08xPrivateTypes::bno08x_init_status_t</a></div><div class="ttdoc">Holds info about which functionality has been successfully initialized (used by deconstructor during ...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:28</div></div>
<div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div> <div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div>
<div class="ttc" id="astructbno08x__config__t_html"><div class="ttname"><a href="structbno08x__config__t.html">bno08x_config_t</a></div><div class="ttdoc">IMU configuration settings passed into constructor.</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:38</div></div> <div class="ttc" id="astructbno08x__config__t_html"><div class="ttname"><a href="structbno08x__config__t.html">bno08x_config_t</a></div><div class="ttdoc">IMU configuration settings passed into constructor.</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:38</div></div>
@ -517,7 +519,7 @@ $(function(){initNavTree('_b_n_o08x_8hpp_source.html',''); initResizable(); });
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8hpp.html">BNO08x.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_8hpp.html">BNO08x.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbGeneric.hpp File Reference</title> <title>esp32_BNO08x: include/callback/BNO08xCbGeneric.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -102,144 +102,144 @@ $(function(){initNavTree('_b_n_o08x_cb_generic_8hpp.html',''); initResizable();
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xCbGeneric.hpp:</div> Include dependency graph for BNO08xCbGeneric.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_generic_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_cb_generic_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_generic_8hpp__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_generic_8hpp" alt=""/></div>
<map name="a_b_n_o08x_cb_generic_8hpp" id="a_b_n_o08x_cb_generic_8hpp"> <map name="ainclude_2callback_2_b_n_o08x_cb_generic_8hpp" id="ainclude_2callback_2_b_n_o08x_cb_generic_8hpp">
<area shape="rect" title=" " alt="" coords="6,5,162,32"/> <area shape="rect" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" title=" " alt="" coords="5,80,70,107"/> <area shape="rect" title=" " alt="" coords="18,96,83,123"/>
<area shape="poly" title=" " alt="" coords="78,34,56,68,51,66,74,31"/> <area shape="poly" title=" " alt="" coords="87,50,68,84,63,81,83,47"/>
<area shape="rect" title=" " alt="" coords="94,80,170,107"/> <area shape="rect" title=" " alt="" coords="107,96,183,123"/>
<area shape="poly" title=" " alt="" coords="95,31,118,66,113,69,90,34"/> <area shape="poly" title=" " alt="" coords="112,47,132,81,127,84,107,50"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_generic_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_cb_generic_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_generic_8hpp__dep__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_generic_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_cb_generic_8hppdep" id="a_b_n_o08x_cb_generic_8hppdep"> <map name="ainclude_2callback_2_b_n_o08x_cb_generic_8hppdep" id="ainclude_2callback_2_b_n_o08x_cb_generic_8hppdep">
<area shape="rect" title=" " alt="" coords="1182,5,1338,32"/> <area shape="rect" title=" " alt="" coords="3175,5,3358,48"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="1068,80,1249,107"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="3071,96,3254,139"/>
<area shape="poly" title=" " alt="" coords="1232,44,1178,82,1175,77,1228,39"/> <area shape="poly" title=" " alt="" coords="3233,60,3189,97,3185,93,3229,56"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1274,80,1449,107"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="3279,96,3462,139"/>
<area shape="poly" title=" " alt="" coords="1292,39,1345,77,1342,82,1288,44"/> <area shape="poly" title=" " alt="" coords="3304,56,3348,93,3345,97,3301,60"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,155,1345,181"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="3160,187,3374,213"/>
<area shape="poly" title=" " alt="" coords="1190,114,1244,152,1241,156,1187,118"/> <area shape="poly" title=" " alt="" coords="3203,146,3252,184,3249,188,3200,151"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="1198,619,1293,645"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="4646,592,4786,619"/>
<area shape="poly" title=" " alt="" coords="1160,171,929,173,639,181,493,188,357,199,242,213,155,232,101,244,53,255,35,263,20,275,11,292,8,316,8,484,11,494,18,504,48,523,96,540,160,555,322,580,516,599,720,612,915,620,1197,627,1197,633,914,626,719,617,515,604,322,586,159,561,95,545,46,528,14,508,6,496,3,484,3,316,6,290,16,271,32,258,52,250,100,239,154,227,241,208,357,194,492,183,639,175,929,168,1160,166"/> <area shape="poly" title=" " alt="" coords="3389,199,3754,204,3980,212,4209,225,4421,244,4596,271,4665,288,4717,308,4750,330,4760,342,4763,356,4763,449,4758,491,4748,532,4725,592,4720,591,4743,530,4753,491,4757,449,4757,356,4755,345,4747,334,4715,312,4663,293,4595,277,4420,250,4208,230,3979,217,3754,209,3389,204"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,544,2596,571"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2172,667,2311,693"/>
<area shape="poly" title=" " alt="" coords="1160,174,866,183,684,193,500,207,329,226,188,250,134,265,93,281,67,298,61,307,59,316,59,401,64,411,81,422,147,442,252,460,389,476,738,503,1148,522,1575,536,1972,545,2500,553,2500,558,1972,551,1574,542,1148,528,738,508,389,481,251,465,146,447,79,426,60,415,53,402,53,316,56,305,63,294,90,276,132,259,187,245,329,220,499,202,683,188,865,178,1160,168"/> <area shape="poly" title=" " alt="" coords="3144,208,2469,230,1559,264,1442,263,1243,258,991,252,717,249,451,255,331,262,224,272,134,286,66,305,41,316,23,328,12,342,8,356,8,531,12,540,27,550,84,567,173,584,291,598,592,623,947,642,1321,656,1674,666,2172,675,2172,680,1674,671,1320,662,947,647,591,628,291,604,173,589,82,573,24,554,8,544,3,533,3,356,7,339,19,325,38,312,64,300,133,281,223,267,331,256,451,249,717,244,991,246,1243,252,1442,258,1559,259,2469,224,3144,202"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2604,229,2719,256"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="4797,517,4987,544"/>
<area shape="poly" title=" " alt="" coords="1360,172,2603,236,2603,241,1360,177"/> <area shape="poly" title=" " alt="" coords="3389,200,3746,205,4194,216,4587,234,4717,245,4758,252,4780,259,4811,287,4836,320,4855,357,4870,395,4887,467,4894,517,4889,517,4882,468,4865,397,4851,359,4832,323,4807,290,4777,264,4757,257,4717,250,4587,239,4194,222,3746,211,3389,205"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,469,2794,496"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1571,261,1768,288"/>
<area shape="poly" title=" " alt="" coords="1360,167,2088,171,2608,178,3162,189,3696,206,4156,229,4341,244,4488,261,4591,280,4623,291,4642,302,4680,340,4687,352,4683,363,4665,373,4633,385,4517,424,4474,434,4408,443,4222,457,3982,468,3712,475,3174,483,2794,484,2794,479,3174,477,3712,470,3982,463,4222,452,4408,438,4473,429,4515,419,4632,380,4663,368,4679,360,4682,353,4676,343,4638,306,4621,295,4589,285,4488,266,4341,249,4155,235,3695,211,3162,194,2608,183,2087,177,1360,172"/> <area shape="poly" title=" " alt="" coords="3144,210,1769,272,1768,266,3144,204"/>
<area shape="poly" title=" " alt="" coords="2485,565,1294,631,1293,625,2485,560"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4571,667,4773,693"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,619,2794,645"/> <area shape="poly" title=" " alt="" coords="4703,634,4682,668,4677,665,4698,631"/>
<area shape="poly" title=" " alt="" coords="2593,575,2692,616,2690,620,2591,579"/> <area shape="poly" title=" " alt="" coords="4630,612,2311,679,2311,674,4630,606"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,619,2624,645"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="4798,667,4986,693"/>
<area shape="poly" title=" " alt="" coords="2550,587,2548,618,2543,618,2544,586"/> <area shape="poly" title=" " alt="" coords="4762,623,4862,664,4860,668,4760,627"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,693,2234,720"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4113,741,4308,768"/>
<area shape="poly" title=" " alt="" coords="2463,651,2227,695,2226,690,2462,646"/> <area shape="poly" title=" " alt="" coords="4577,699,4292,743,4291,738,4576,694"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="2259,693,2387,720"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="4332,741,4487,768"/>
<area shape="poly" title=" " alt="" coords="2493,653,2363,695,2361,690,2492,648"/> <area shape="poly" title=" " alt="" coords="4612,700,4456,743,4455,738,4611,695"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="2411,693,2533,720"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="4511,741,4660,768"/>
<area shape="poly" title=" " alt="" coords="2524,658,2486,695,2483,691,2520,655"/> <area shape="poly" title=" " alt="" coords="4647,706,4602,743,4599,739,4644,701"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,693,2683,720"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="4683,741,4834,768"/>
<area shape="poly" title=" " alt="" coords="2571,654,2609,691,2605,695,2567,658"/> <area shape="poly" title=" " alt="" coords="4700,701,4745,739,4742,743,4697,706"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,693,2851,720"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="4859,741,5029,768"/>
<area shape="poly" title=" " alt="" coords="2601,648,2738,690,2737,695,2599,653"/> <area shape="poly" title=" " alt="" coords="4735,695,4897,738,4896,743,4733,700"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="2875,693,3027,720"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="5054,741,5232,768"/>
<area shape="poly" title=" " alt="" coords="2632,646,2880,690,2879,695,2631,651"/> <area shape="poly" title=" " alt="" coords="4770,694,5061,738,5060,743,4769,699"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,304,208,331"/> <area shape="poly" title=" " alt="" coords="4848,553,4748,594,4746,589,4846,548"/>
<area shape="poly" title=" " alt="" coords="2588,247,2136,251,1451,260,743,278,446,291,222,307,209,308,209,303,221,301,445,286,742,273,1451,255,2136,245,2588,242"/> <area shape="poly" title=" " alt="" coords="4895,560,4895,666,4889,666,4889,560"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,304,420,331"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1883,336,2056,379"/>
<area shape="poly" title=" " alt="" coords="2588,246,2252,247,1722,254,1086,272,756,287,432,307,421,308,421,302,432,301,756,282,1086,267,1722,249,2252,242,2588,241"/> <area shape="poly" title=" " alt="" coords="1731,290,1893,333,1891,338,1730,295"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,304,655,331"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2103,336,2276,379"/>
<area shape="poly" title=" " alt="" coords="2588,247,2285,251,1815,261,1255,278,679,307,655,308,655,303,679,301,1255,273,1815,255,2285,246,2588,242"/> <area shape="poly" title=" " alt="" coords="1771,288,2068,333,2103,339,2102,344,2068,339,1770,294"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,304,853,331"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="2673,336,2845,379"/>
<area shape="poly" title=" " alt="" coords="2588,248,1905,265,1417,282,916,307,854,311,854,306,916,301,1417,277,1905,259,2588,243"/> <area shape="poly" title=" " alt="" coords="1784,275,1954,280,2173,290,2416,307,2660,333,2673,335,2672,340,2660,339,2416,313,2173,296,1954,285,1784,280"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,304,1146,331"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,336,1000,379"/>
<area shape="poly" title=" " alt="" coords="2588,249,2017,269,1209,307,1147,311,1146,305,1209,301,2017,264,2588,244"/> <area shape="poly" title=" " alt="" coords="1555,285,1305,305,1158,320,1011,339,1000,340,999,335,1010,333,1157,314,1304,299,1555,280"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,304,1376,331"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1271,336,1444,379"/>
<area shape="poly" title=" " alt="" coords="2588,249,2106,270,1439,307,1377,311,1377,306,1438,301,2105,264,2588,244"/> <area shape="poly" title=" " alt="" coords="1606,295,1438,338,1437,333,1605,290"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,304,1673,331"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1687,336,1860,379"/>
<area shape="poly" title=" " alt="" coords="2588,251,1673,311,1673,306,2588,246"/> <area shape="poly" title=" " alt="" coords="1699,296,1748,333,1745,338,1696,300"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2412,304,2591,331"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="3497,336,3669,379"/>
<area shape="poly" title=" " alt="" coords="2621,265,2531,306,2528,301,2618,260"/> <area shape="poly" title=" " alt="" coords="1783,278,3496,350,3496,355,1783,283"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2652,304,2916,331"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2453,336,2648,379"/>
<area shape="poly" title=" " alt="" coords="2697,262,2764,301,2761,306,2694,267"/> <area shape="poly" title=" " alt="" coords="1783,284,2453,344,2452,350,1783,289"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="2940,304,3148,331"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4489,336,4661,379"/>
<area shape="poly" title=" " alt="" coords="2735,255,2977,301,2976,306,2734,260"/> <area shape="poly" title=" " alt="" coords="1783,276,3863,333,4488,351,4488,356,3863,339,1783,282"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3172,304,3436,331"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1468,336,1663,379"/>
<area shape="poly" title=" " alt="" coords="2735,250,3192,301,3191,306,2734,255"/> <area shape="poly" title=" " alt="" coords="1643,300,1594,338,1590,333,1640,296"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3459,304,3661,331"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="43,336,216,379"/>
<area shape="poly" title=" " alt="" coords="2735,246,3045,268,3448,301,3459,302,3458,308,3448,307,3045,274,2734,251"/> <area shape="poly" title=" " alt="" coords="1555,281,877,300,501,317,345,327,227,339,216,340,215,335,226,333,345,322,501,312,876,295,1555,276"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3684,304,3900,331"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="239,336,412,379"/>
<area shape="poly" title=" " alt="" coords="2735,245,3135,265,3674,301,3684,302,3684,308,3673,307,3134,271,2734,250"/> <area shape="poly" title=" " alt="" coords="1556,278,1344,281,1062,289,744,307,582,321,423,339,412,340,411,335,422,333,581,316,744,302,1062,284,1344,275,1556,273"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="3924,304,4111,331"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="435,336,608,379"/>
<area shape="poly" title=" " alt="" coords="2734,243,3228,261,3567,278,3912,301,3923,302,3923,308,3912,307,3566,283,3228,266,2734,248"/> <area shape="poly" title=" " alt="" coords="1555,280,1374,284,1141,294,881,311,619,339,608,340,607,335,618,333,880,306,1141,288,1374,279,1555,274"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4135,304,4321,331"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="631,336,804,379"/>
<area shape="poly" title=" " alt="" coords="2735,242,3310,258,3712,275,4123,301,4135,302,4135,308,4122,307,3712,281,3310,263,2735,248"/> <area shape="poly" title=" " alt="" coords="1555,282,1222,299,1019,315,815,339,804,340,803,335,814,333,1018,310,1222,294,1555,277"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4299,387,4475,413"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1023,336,1196,379"/>
<area shape="poly" title=" " alt="" coords="2735,242,3107,247,3626,257,4099,275,4258,287,4308,294,4335,302,4355,320,4370,343,4386,385,4381,387,4365,345,4351,323,4332,306,4307,299,4257,292,4098,280,3626,262,3107,252,2735,247"/> <area shape="poly" title=" " alt="" coords="1556,292,1394,312,1215,339,1197,342,1196,337,1214,333,1393,307,1555,287"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4396,304,4628,331"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="779,427,952,469"/>
<area shape="poly" title=" " alt="" coords="2735,242,3407,259,3886,276,4377,301,4396,303,4396,308,4377,307,3886,281,3407,264,2735,248"/> <area shape="poly" title=" " alt="" coords="1556,288,1388,308,1313,322,1260,338,1245,348,1235,359,1225,370,1209,381,1144,406,1090,415,1034,419,964,429,952,432,951,426,964,424,1034,414,1089,410,1142,401,1207,376,1222,366,1231,355,1241,344,1258,334,1312,317,1387,303,1555,283"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,469,2621,496"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="3693,344,3851,371"/>
<area shape="poly" title=" " alt="" coords="240,337,188,351,146,370,132,381,124,393,125,405,134,419,161,426,229,434,461,446,1174,464,1953,474,2480,478,2480,484,1953,479,1174,469,461,451,229,439,160,432,130,423,119,407,119,392,128,378,143,366,186,346,238,332"/> <area shape="poly" title=" " alt="" coords="1783,274,2183,278,2731,287,3280,305,3508,318,3682,333,3723,341,3722,346,3681,339,3508,323,3280,310,2731,293,2183,283,1783,279"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,387,331,413"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="1908,517,2130,544"/>
<area shape="poly" title=" " alt="" coords="303,343,253,389,249,385,300,339"/> <area shape="poly" title=" " alt="" coords="1912,389,1892,407,1876,428,1869,448,1876,468,1889,484,1906,497,1946,514,1944,519,1904,501,1886,488,1871,471,1863,448,1871,425,1888,403,1909,385"/>
<area shape="poly" title=" " alt="" coords="2552,512,2551,544,2546,544,2547,512"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="1885,435,2152,461"/>
<area shape="poly" title=" " alt="" coords="453,339,421,355,396,380,387,401,389,410,395,419,419,426,479,432,684,444,1313,461,2004,473,2480,478,2480,483,2004,478,1313,467,683,449,478,437,418,431,392,424,384,412,382,400,391,377,417,351,450,334"/> <area shape="poly" title=" " alt="" coords="1991,391,2014,433,2009,436,1986,394"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,387,616,413"/> <area shape="poly" title=" " alt="" coords="2145,533,4646,599,4646,605,2145,538"/>
<area shape="poly" title=" " alt="" coords="539,346,519,388,514,385,534,344"/> <area shape="poly" title=" " alt="" coords="2192,395,2185,434,2178,453,2166,471,2149,488,2128,501,2085,519,2083,514,2126,496,2145,484,2162,468,2173,451,2180,432,2187,394"/>
<area shape="poly" title=" " alt="" coords="725,340,700,357,681,380,673,401,674,410,680,419,707,430,761,440,940,456,1189,467,1478,474,2067,480,2480,479,2480,484,2067,485,1478,480,1189,473,940,461,760,446,705,435,677,423,669,412,668,401,676,377,696,353,722,336"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2227,427,2440,469"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,387,853,413"/> <area shape="poly" title=" " alt="" coords="2238,385,2301,424,2298,428,2235,390"/>
<area shape="poly" title=" " alt="" coords="775,346,775,387,769,387,769,346"/> <area shape="poly" title=" " alt="" coords="2751,395,2730,436,2715,456,2696,472,2665,482,2613,492,2463,508,2131,528,2130,522,2462,503,2612,487,2664,477,2693,467,2711,452,2726,433,2746,392"/>
<area shape="poly" title=" " alt="" coords="971,339,941,356,918,380,910,401,912,410,918,419,940,429,987,438,1141,452,1354,463,1604,470,2114,477,2480,479,2480,484,2114,483,1604,475,1354,468,1140,457,986,443,938,434,914,423,907,412,905,401,914,377,938,352,968,334"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="2784,427,2973,469"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,387,1146,413"/> <area shape="poly" title=" " alt="" coords="2800,386,2852,424,2849,428,2797,390"/>
<area shape="poly" title=" " alt="" coords="1040,346,1040,387,1035,387,1035,346"/> <area shape="poly" title=" " alt="" coords="821,387,781,403,750,423,741,433,736,444,738,455,746,467,761,474,793,481,900,493,1227,510,1603,521,1907,526,1907,531,1603,526,1226,516,900,498,793,486,759,479,742,471,733,457,731,443,736,430,747,419,779,398,819,382"/>
<area shape="poly" title=" " alt="" coords="1254,340,1230,357,1212,380,1204,401,1205,410,1211,419,1229,427,1266,434,1389,447,1560,457,1760,465,2174,474,2480,478,2480,484,2174,480,1760,470,1560,463,1388,453,1265,440,1227,432,1208,423,1200,412,1198,401,1207,377,1226,353,1251,336"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="464,427,653,469"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,387,1376,413"/> <area shape="poly" title=" " alt="" coords="816,386,643,429,641,423,815,380"/>
<area shape="poly" title=" " alt="" coords="1301,346,1301,387,1296,387,1296,346"/> <area shape="poly" title=" " alt="" coords="1329,393,1316,412,1306,432,1305,451,1313,467,1341,482,1394,493,1553,511,1740,521,1907,525,1907,531,1739,526,1552,516,1393,499,1339,487,1309,471,1299,452,1301,430,1311,409,1324,390"/>
<area shape="poly" title=" " alt="" coords="1494,339,1464,356,1441,380,1433,401,1434,410,1440,419,1454,426,1484,432,1583,443,1883,461,2221,472,2480,477,2480,483,2221,477,1883,466,1583,449,1483,437,1453,431,1437,423,1429,412,1427,401,1436,377,1461,352,1491,334"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="976,435,1211,461"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,387,1673,413"/> <area shape="poly" title=" " alt="" coords="1282,387,1132,437,1130,432,1280,381"/>
<area shape="poly" title=" " alt="" coords="1564,346,1564,387,1559,387,1559,346"/> <area shape="poly" title=" " alt="" coords="1795,390,1824,430,1863,467,1914,496,1966,514,1964,519,1912,500,1860,471,1820,434,1791,393"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,379,1915,421"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1555,427,1760,469"/>
<area shape="poly" title=" " alt="" coords="2397,330,2180,352,1927,381,1915,383,1915,378,1926,376,2179,346,2396,325"/> <area shape="poly" title=" " alt="" coords="1736,390,1686,428,1683,424,1733,386"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,387,2165,413"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="3280,427,3472,469"/>
<area shape="poly" title=" " alt="" coords="2416,337,2123,389,2123,383,2415,331"/> <area shape="poly" title=" " alt="" coords="3521,388,3426,428,3423,424,3519,383"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,387,2358,413"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="3497,427,3669,469"/>
<area shape="poly" title=" " alt="" coords="2452,339,2310,389,2308,384,2450,334"/> <area shape="poly" title=" " alt="" coords="3585,394,3585,426,3580,426,3580,394"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,387,2546,413"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="3693,427,3865,469"/>
<area shape="poly" title=" " alt="" coords="2491,346,2472,388,2467,385,2487,344"/> <area shape="poly" title=" " alt="" coords="3643,383,3734,424,3732,428,3641,388"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,387,2704,413"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="3889,427,4061,469"/>
<area shape="poly" title=" " alt="" coords="2537,337,2618,384,2615,389,2534,341"/> <area shape="poly" title=" " alt="" coords="3685,379,3889,425,3887,430,3683,384"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,387,2907,413"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="4085,427,4257,469"/>
<area shape="poly" title=" " alt="" coords="2566,332,2768,383,2767,389,2565,338"/> <area shape="poly" title=" " alt="" coords="3684,376,3795,391,3881,400,3966,409,4074,424,4085,426,4084,431,4073,429,3965,414,3880,405,3794,397,3684,382"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,387,3113,413"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="4281,427,4453,469"/>
<area shape="poly" title=" " alt="" coords="2606,330,2919,376,2959,383,2959,389,2918,381,2606,335"/> <area shape="poly" title=" " alt="" coords="3684,376,3849,394,3979,400,4107,406,4270,424,4281,426,4280,431,4269,429,4107,411,3978,405,3849,399,3684,382"/>
<area shape="poly" title=" " alt="" coords="1930,419,2241,453,2480,473,2480,479,2240,458,1930,424"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2998,435,3256,461"/>
<area shape="poly" title=" " alt="" coords="2146,414,2480,467,2479,473,2145,419"/> <area shape="poly" title=" " alt="" coords="3482,381,3192,437,3191,431,3481,376"/>
<area shape="poly" title=" " alt="" coords="2332,415,2508,466,2506,471,2330,421"/> <area shape="poly" title=" " alt="" coords="3265,472,2938,502,2619,520,2339,528,2130,532,2130,526,2339,523,2619,514,2938,496,3264,467"/>
<area shape="poly" title=" " alt="" coords="2491,422,2539,467,2536,471,2487,426"/> <area shape="poly" title=" " alt="" coords="3481,472,3353,484,3190,494,2807,511,2130,530,2130,524,2807,505,3190,488,3353,478,3481,467"/>
<area shape="poly" title=" " alt="" coords="2614,426,2566,471,2562,467,2611,422"/> <area shape="poly" title=" " alt="" coords="3677,472,3530,485,3343,496,2900,513,2130,530,2130,525,2900,508,3342,491,3530,480,3677,467"/>
<area shape="poly" title=" " alt="" coords="2944,419,2919,424,2622,473,2621,468,2918,419,2943,414"/> <area shape="poly" title=" " alt="" coords="3874,472,3708,486,3495,498,2993,515,2495,526,2130,531,2130,526,2495,520,2993,510,3495,493,3707,481,3873,467"/>
<area shape="poly" title=" " alt="" coords="2912,331,3047,351,3098,364,3126,377,3133,388,3136,400,3134,412,3126,423,3114,431,3096,437,3041,448,2887,461,2638,472,2621,474,2621,469,2637,467,2887,455,3040,442,3094,432,3112,426,3122,419,3129,410,3131,400,3128,391,3122,381,3097,369,3046,357,2911,336"/> <area shape="poly" title=" " alt="" coords="4070,472,3885,487,3647,500,3085,517,2530,527,2130,531,2130,526,2530,522,3085,512,3646,495,3884,482,4069,467"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,387,3451,413"/> <area shape="poly" title=" " alt="" coords="4266,472,4062,489,3798,502,3177,519,2566,528,2130,532,2130,526,2566,523,3176,514,3798,496,4061,483,4265,467"/>
<area shape="poly" title=" " alt="" coords="2884,331,3235,383,3234,389,2883,336"/> <area shape="poly" title=" " alt="" coords="2628,384,2653,402,2673,425,2682,449,2680,460,2672,471,2645,485,2597,497,2454,514,2284,524,2130,530,2130,524,2284,519,2453,508,2596,492,2644,480,2669,467,2675,458,2676,449,2668,428,2650,406,2625,388"/>
<area shape="poly" title=" " alt="" coords="3164,329,3355,354,3429,366,3464,377,3472,388,3475,400,3472,412,3465,423,3445,435,3413,445,3320,458,3198,466,3061,470,2796,470,2637,472,2621,474,2621,468,2637,467,2796,465,3061,464,3198,461,3320,453,3412,440,3443,430,3461,419,3467,410,3470,400,3467,390,3461,381,3428,371,3354,359,3163,335"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="2464,427,2659,469"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,387,3734,413"/> <area shape="poly" title=" " alt="" coords="2558,394,2562,426,2556,427,2552,395"/>
<area shape="poly" title=" " alt="" coords="3163,330,3507,376,3555,383,3554,389,3506,381,3163,336"/> <area shape="poly" title=" " alt="" coords="4634,384,4663,403,4685,424,4696,447,4694,460,4686,472,4654,480,4582,488,4336,501,3988,511,3577,518,2734,528,2130,532,2130,526,2734,523,3577,513,3988,505,4336,495,4582,482,4653,475,4682,467,4689,458,4691,448,4681,427,4659,407,4631,389"/>
<area shape="poly" title=" " alt="" coords="3441,330,3637,354,3712,366,3747,377,3755,388,3758,400,3755,412,3747,423,3727,432,3688,439,3563,449,3198,463,2637,472,2621,474,2621,468,2637,467,3198,457,3563,444,3688,433,3726,427,3744,419,3750,410,3752,400,3750,390,3744,381,3711,371,3636,359,3441,336"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4477,427,4672,469"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,387,4072,413"/> <area shape="poly" title=" " alt="" coords="4577,394,4577,426,4572,426,4572,394"/>
<area shape="poly" title=" " alt="" coords="3424,330,3790,376,3846,383,3845,389,3789,381,3423,336"/> <area shape="poly" title=" " alt="" coords="1458,385,1372,408,1341,419,1326,428,1318,449,1319,458,1326,467,1353,481,1406,493,1560,510,1743,520,1907,525,1907,530,1742,526,1560,516,1405,498,1352,486,1322,471,1315,460,1312,448,1322,425,1339,415,1371,403,1457,380"/>
<area shape="poly" title=" " alt="" coords="3677,329,4085,376,4094,388,4096,400,4094,412,4086,423,4060,434,4009,442,3846,455,3623,463,3370,467,2889,470,2637,472,2621,474,2621,468,2637,467,2889,464,3370,462,3623,457,3845,450,4009,437,4059,429,4082,419,4089,410,4091,400,4089,390,4083,381,3676,334"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="1336,427,1531,469"/>
<area shape="poly" title=" " alt="" coords="3908,331,4034,352,4083,364,4108,377,4116,389,4119,400,4116,412,4108,423,4082,434,4031,443,3865,455,3638,463,3381,467,2893,470,2637,472,2621,474,2621,468,2637,467,2893,464,3381,462,3638,458,3864,450,4030,437,4081,429,4105,419,4111,410,4113,400,4111,391,4105,381,4081,369,4033,357,3907,336"/> <area shape="poly" title=" " alt="" coords="1523,390,1466,428,1463,424,1520,385"/>
<area shape="poly" title=" " alt="" coords="4079,335,4108,352,4132,377,4141,401,4139,412,4131,423,4105,434,4052,443,3884,456,3654,464,3393,468,2897,470,2637,472,2621,474,2621,468,2637,467,2897,465,3393,462,3654,458,3883,450,4052,438,4103,429,4128,419,4134,410,4135,401,4127,380,4105,356,4077,339"/> <area shape="poly" title=" " alt="" coords="176,384,263,429,314,451,367,467,462,479,621,490,1063,507,1541,519,1907,525,1907,531,1541,524,1062,513,621,496,461,485,366,472,313,456,261,434,174,389"/>
<area shape="poly" title=" " alt="" coords="4219,346,4194,388,4175,408,4153,424,4113,437,4051,448,3876,462,3651,470,3402,472,2924,469,2745,469,2638,472,2621,474,2621,468,2637,467,2744,464,2924,464,3402,467,3651,464,3876,457,4051,443,4112,432,4151,419,4172,404,4190,385,4215,343"/> <area shape="poly" title=" " alt="" coords="347,390,380,433,402,452,426,467,461,478,514,487,665,503,863,514,1089,521,1551,527,1907,527,1907,533,1551,533,1089,526,863,519,665,508,513,493,460,483,424,472,399,456,377,436,343,394"/>
<area shape="poly" title=" " alt="" coords="4314,419,4280,424,4031,446,3819,456,3633,458,3459,455,3285,451,3099,450,2887,456,2638,472,2621,474,2621,468,2637,467,2887,450,3099,444,3285,445,3459,449,3633,452,3819,451,4031,441,4280,419,4313,414"/> <area shape="poly" title=" " alt="" coords="478,390,456,409,439,429,433,449,434,458,440,467,460,476,502,484,640,498,833,509,1060,516,1537,524,1907,527,1907,532,1537,530,1060,522,833,514,640,504,502,490,459,481,437,471,430,461,427,449,434,426,452,405,474,386"/>
<area shape="poly" title=" " alt="" coords="4516,347,4511,387,4502,407,4488,424,4454,435,4389,444,4178,457,3893,465,3570,469,2958,470,2637,472,2621,474,2621,468,2637,467,2958,465,3570,464,3893,460,4178,452,4388,439,4453,430,4485,419,4498,404,4506,385,4511,346"/> <area shape="poly" title=" " alt="" coords="617,384,510,410,454,429,445,449,447,458,454,467,474,476,515,484,652,498,842,508,1067,516,1539,524,1907,527,1907,532,1539,530,1067,521,842,514,651,503,514,490,472,481,450,471,442,460,440,448,450,425,508,405,615,379"/>
<area shape="poly" title=" " alt="" coords="2678,505,2579,546,2577,541,2676,500"/> <area shape="poly" title=" " alt="" coords="1008,382,907,394,812,405,777,413,756,426,752,433,752,442,768,467,783,474,815,481,919,493,1239,510,1608,520,1907,525,1907,531,1608,526,1239,515,919,498,814,486,782,479,765,471,747,444,747,432,752,422,775,408,811,399,906,388,1008,377"/>
<area shape="poly" title=" " alt="" coords="2724,512,2724,618,2719,618,2719,512"/> <area shape="poly" title=" " alt="" coords="967,467,1235,494,1497,512,1729,521,1907,526,1907,531,1729,527,1497,517,1235,500,967,472"/>
<area shape="poly" title=" " alt="" coords="1333,118,1279,156,1276,152,1330,114"/> <area shape="poly" title=" " alt="" coords="3334,151,3285,188,3281,184,3330,146"/>
</map> </map>
</div> </div>
</div> </div>
@ -258,7 +258,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_generic_8hpp.html">BNO08xCbGeneric.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_generic_8hpp.html">BNO08xCbGeneric.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,126 +1,126 @@
<map id="BNO08xCbGeneric.hpp" name="BNO08xCbGeneric.hpp"> <map id="include/callback/BNO08xCbGeneric.hpp" name="include/callback/BNO08xCbGeneric.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1182,5,1338,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="3175,5,3358,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="1068,80,1249,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="3071,96,3254,139"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1232,44,1178,82,1175,77,1228,39"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="3233,60,3189,97,3185,93,3229,56"/>
<area shape="rect" id="Node000062" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1274,80,1449,107"/> <area shape="rect" id="Node000062" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="3279,96,3462,139"/>
<area shape="poly" id="edge73_Node000001_Node000062" title=" " alt="" coords="1292,39,1345,77,1342,82,1288,44"/> <area shape="poly" id="edge73_Node000001_Node000062" title=" " alt="" coords="3304,56,3348,93,3345,97,3301,60"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,155,1345,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="3160,187,3374,213"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1190,114,1244,152,1241,156,1187,118"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="3203,146,3252,184,3249,188,3200,151"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="1198,619,1293,645"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="4646,592,4786,619"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1160,171,929,173,639,181,493,188,357,199,242,213,155,232,101,244,53,255,35,263,20,275,11,292,8,316,8,484,11,494,18,504,48,523,96,540,160,555,322,580,516,599,720,612,915,620,1197,627,1197,633,914,626,719,617,515,604,322,586,159,561,95,545,46,528,14,508,6,496,3,484,3,316,6,290,16,271,32,258,52,250,100,239,154,227,241,208,357,194,492,183,639,175,929,168,1160,166"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="3389,199,3754,204,3980,212,4209,225,4421,244,4596,271,4665,288,4717,308,4750,330,4760,342,4763,356,4763,449,4758,491,4748,532,4725,592,4720,591,4743,530,4753,491,4757,449,4757,356,4755,345,4747,334,4715,312,4663,293,4595,277,4420,250,4208,230,3979,217,3754,209,3389,204"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,544,2596,571"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2172,667,2311,693"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1160,174,866,183,684,193,500,207,329,226,188,250,134,265,93,281,67,298,61,307,59,316,59,401,64,411,81,422,147,442,252,460,389,476,738,503,1148,522,1575,536,1972,545,2500,553,2500,558,1972,551,1574,542,1148,528,738,508,389,481,251,465,146,447,79,426,60,415,53,402,53,316,56,305,63,294,90,276,132,259,187,245,329,220,499,202,683,188,865,178,1160,168"/> <area shape="poly" id="edge72_Node000003_Node000012" title=" " alt="" coords="3144,208,2469,230,1559,264,1442,263,1243,258,991,252,717,249,451,255,331,262,224,272,134,286,66,305,41,316,23,328,12,342,8,356,8,531,12,540,27,550,84,567,173,584,291,598,592,623,947,642,1321,656,1674,666,2172,675,2172,680,1674,671,1320,662,947,647,591,628,291,604,173,589,82,573,24,554,8,544,3,533,3,356,7,339,19,325,38,312,64,300,133,281,223,267,331,256,451,249,717,244,991,246,1243,252,1442,258,1559,259,2469,224,3144,202"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2604,229,2719,256"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="4797,517,4987,544"/>
<area shape="poly" id="edge14_Node000003_Node000014" title=" " alt="" coords="1360,172,2603,236,2603,241,1360,177"/> <area shape="poly" id="edge13_Node000003_Node000014" title=" " alt="" coords="3389,200,3746,205,4194,216,4587,234,4717,245,4758,252,4780,259,4811,287,4836,320,4855,357,4870,395,4887,467,4894,517,4889,517,4882,468,4865,397,4851,359,4832,323,4807,290,4777,264,4757,257,4717,250,4587,239,4194,222,3746,211,3389,205"/>
<area shape="rect" id="Node000061" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,469,2794,496"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1571,261,1768,288"/>
<area shape="poly" id="edge70_Node000003_Node000061" title=" " alt="" coords="1360,167,2088,171,2608,178,3162,189,3696,206,4156,229,4341,244,4488,261,4591,280,4623,291,4642,302,4680,340,4687,352,4683,363,4665,373,4633,385,4517,424,4474,434,4408,443,4222,457,3982,468,3712,475,3174,483,2794,484,2794,479,3174,477,3712,470,3982,463,4222,452,4408,438,4473,429,4515,419,4632,380,4663,368,4679,360,4682,353,4676,343,4638,306,4621,295,4589,285,4488,266,4341,249,4155,235,3695,211,3162,194,2608,183,2087,177,1360,172"/> <area shape="poly" id="edge16_Node000003_Node000015" title=" " alt="" coords="3144,210,1769,272,1768,266,3144,204"/>
<area shape="poly" id="edge5_Node000005_Node000004" title=" " alt="" coords="2485,565,1294,631,1293,625,2485,560"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4571,667,4773,693"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,619,2794,645"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="4703,634,4682,668,4677,665,4698,631"/>
<area shape="poly" id="edge6_Node000005_Node000006" title=" " alt="" coords="2593,575,2692,616,2690,620,2591,579"/> <area shape="poly" id="edge11_Node000004_Node000012" title=" " alt="" coords="4630,612,2311,679,2311,674,4630,606"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,619,2624,645"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="4798,667,4986,693"/>
<area shape="poly" id="edge7_Node000005_Node000007" title=" " alt="" coords="2550,587,2548,618,2543,618,2544,586"/> <area shape="poly" id="edge12_Node000004_Node000013" title=" " alt="" coords="4762,623,4862,664,4860,668,4760,627"/>
<area shape="rect" id="Node000008" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,693,2234,720"/> <area shape="rect" id="Node000006" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4113,741,4308,768"/>
<area shape="poly" id="edge8_Node000007_Node000008" title=" " alt="" coords="2463,651,2227,695,2226,690,2462,646"/> <area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="4577,699,4292,743,4291,738,4576,694"/>
<area shape="rect" id="Node000009" href="$_callback_tests_8cpp.html" title=" " alt="" coords="2259,693,2387,720"/> <area shape="rect" id="Node000007" href="$_callback_tests_8cpp.html" title=" " alt="" coords="4332,741,4487,768"/>
<area shape="poly" id="edge9_Node000007_Node000009" title=" " alt="" coords="2493,653,2363,695,2361,690,2492,648"/> <area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="4612,700,4456,743,4455,738,4611,695"/>
<area shape="rect" id="Node000010" href="$_feature_tests_8cpp.html" title=" " alt="" coords="2411,693,2533,720"/> <area shape="rect" id="Node000008" href="$_feature_tests_8cpp.html" title=" " alt="" coords="4511,741,4660,768"/>
<area shape="poly" id="edge10_Node000007_Node000010" title=" " alt="" coords="2524,658,2486,695,2483,691,2520,655"/> <area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="4647,706,4602,743,4599,739,4644,701"/>
<area shape="rect" id="Node000011" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,693,2683,720"/> <area shape="rect" id="Node000009" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="4683,741,4834,768"/>
<area shape="poly" id="edge11_Node000007_Node000011" title=" " alt="" coords="2571,654,2609,691,2605,695,2567,658"/> <area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="4700,701,4745,739,4742,743,4697,706"/>
<area shape="rect" id="Node000012" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,693,2851,720"/> <area shape="rect" id="Node000010" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="4859,741,5029,768"/>
<area shape="poly" id="edge12_Node000007_Node000012" title=" " alt="" coords="2601,648,2738,690,2737,695,2599,653"/> <area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="4735,695,4897,738,4896,743,4733,700"/>
<area shape="rect" id="Node000013" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="2875,693,3027,720"/> <area shape="rect" id="Node000011" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="5054,741,5232,768"/>
<area shape="poly" id="edge13_Node000007_Node000013" title=" " alt="" coords="2632,646,2880,690,2879,695,2631,651"/> <area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="4770,694,5061,738,5060,743,4769,699"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,304,208,331"/> <area shape="poly" id="edge14_Node000014_Node000004" title=" " alt="" coords="4848,553,4748,594,4746,589,4846,548"/>
<area shape="poly" id="edge15_Node000014_Node000015" title=" " alt="" coords="2588,247,2136,251,1451,260,743,278,446,291,222,307,209,308,209,303,221,301,445,286,742,273,1451,255,2136,245,2588,242"/> <area shape="poly" id="edge15_Node000014_Node000013" title=" " alt="" coords="4895,560,4895,666,4889,666,4889,560"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,304,420,331"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1883,336,2056,379"/>
<area shape="poly" id="edge16_Node000014_Node000016" title=" " alt="" coords="2588,246,2252,247,1722,254,1086,272,756,287,432,307,421,308,421,302,432,301,756,282,1086,267,1722,249,2252,242,2588,241"/> <area shape="poly" id="edge17_Node000015_Node000016" title=" " alt="" coords="1731,290,1893,333,1891,338,1730,295"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,304,655,331"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2103,336,2276,379"/>
<area shape="poly" id="edge20_Node000014_Node000019" title=" " alt="" coords="2588,247,2285,251,1815,261,1255,278,679,307,655,308,655,303,679,301,1255,273,1815,255,2285,246,2588,242"/> <area shape="poly" id="edge21_Node000015_Node000019" title=" " alt="" coords="1771,288,2068,333,2103,339,2102,344,2068,339,1770,294"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,304,853,331"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="2673,336,2845,379"/>
<area shape="poly" id="edge23_Node000014_Node000021" title=" " alt="" coords="2588,248,1905,265,1417,282,916,307,854,311,854,306,916,301,1417,277,1905,259,2588,243"/> <area shape="poly" id="edge24_Node000015_Node000021" title=" " alt="" coords="1784,275,1954,280,2173,290,2416,307,2660,333,2673,335,2672,340,2660,339,2416,313,2173,296,1954,285,1784,280"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,304,1146,331"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,336,1000,379"/>
<area shape="poly" id="edge26_Node000014_Node000023" title=" " alt="" coords="2588,249,2017,269,1209,307,1147,311,1146,305,1209,301,2017,264,2588,244"/> <area shape="poly" id="edge27_Node000015_Node000023" title=" " alt="" coords="1555,285,1305,305,1158,320,1011,339,1000,340,999,335,1010,333,1157,314,1304,299,1555,280"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,304,1376,331"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1271,336,1444,379"/>
<area shape="poly" id="edge29_Node000014_Node000025" title=" " alt="" coords="2588,249,2106,270,1439,307,1377,311,1377,306,1438,301,2105,264,2588,244"/> <area shape="poly" id="edge30_Node000015_Node000025" title=" " alt="" coords="1606,295,1438,338,1437,333,1605,290"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,304,1673,331"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1687,336,1860,379"/>
<area shape="poly" id="edge32_Node000014_Node000027" title=" " alt="" coords="2588,251,1673,311,1673,306,2588,246"/> <area shape="poly" id="edge33_Node000015_Node000027" title=" " alt="" coords="1699,296,1748,333,1745,338,1696,300"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2412,304,2591,331"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="3497,336,3669,379"/>
<area shape="poly" id="edge35_Node000014_Node000029" title=" " alt="" coords="2621,265,2531,306,2528,301,2618,260"/> <area shape="poly" id="edge36_Node000015_Node000029" title=" " alt="" coords="1783,278,3496,350,3496,355,1783,283"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2652,304,2916,331"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2453,336,2648,379"/>
<area shape="poly" id="edge49_Node000014_Node000043" title=" " alt="" coords="2697,262,2764,301,2761,306,2694,267"/> <area shape="poly" id="edge50_Node000015_Node000043" title=" " alt="" coords="1783,284,2453,344,2452,350,1783,289"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="2940,304,3148,331"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4489,336,4661,379"/>
<area shape="poly" id="edge52_Node000014_Node000045" title=" " alt="" coords="2735,255,2977,301,2976,306,2734,260"/> <area shape="poly" id="edge53_Node000015_Node000045" title=" " alt="" coords="1783,276,3863,333,4488,351,4488,356,3863,339,1783,282"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3172,304,3436,331"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1468,336,1663,379"/>
<area shape="poly" id="edge55_Node000014_Node000047" title=" " alt="" coords="2735,250,3192,301,3191,306,2734,255"/> <area shape="poly" id="edge56_Node000015_Node000047" title=" " alt="" coords="1643,300,1594,338,1590,333,1640,296"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3459,304,3661,331"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="43,336,216,379"/>
<area shape="poly" id="edge58_Node000014_Node000049" title=" " alt="" coords="2735,246,3045,268,3448,301,3459,302,3458,308,3448,307,3045,274,2734,251"/> <area shape="poly" id="edge59_Node000015_Node000049" title=" " alt="" coords="1555,281,877,300,501,317,345,327,227,339,216,340,215,335,226,333,345,322,501,312,876,295,1555,276"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3684,304,3900,331"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="239,336,412,379"/>
<area shape="poly" id="edge60_Node000014_Node000051" title=" " alt="" coords="2735,245,3135,265,3674,301,3684,302,3684,308,3673,307,3134,271,2734,250"/> <area shape="poly" id="edge61_Node000015_Node000051" title=" " alt="" coords="1556,278,1344,281,1062,289,744,307,582,321,423,339,412,340,411,335,422,333,581,316,744,302,1062,284,1344,275,1556,273"/>
<area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="3924,304,4111,331"/> <area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="435,336,608,379"/>
<area shape="poly" id="edge62_Node000014_Node000053" title=" " alt="" coords="2734,243,3228,261,3567,278,3912,301,3923,302,3923,308,3912,307,3566,283,3228,266,2734,248"/> <area shape="poly" id="edge63_Node000015_Node000053" title=" " alt="" coords="1555,280,1374,284,1141,294,881,311,619,339,608,340,607,335,618,333,880,306,1141,288,1374,279,1555,274"/>
<area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4135,304,4321,331"/> <area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="631,336,804,379"/>
<area shape="poly" id="edge64_Node000014_Node000055" title=" " alt="" coords="2735,242,3310,258,3712,275,4123,301,4135,302,4135,308,4122,307,3712,281,3310,263,2735,248"/> <area shape="poly" id="edge65_Node000015_Node000055" title=" " alt="" coords="1555,282,1222,299,1019,315,815,339,804,340,803,335,814,333,1018,310,1222,294,1555,277"/>
<area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4299,387,4475,413"/> <area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1023,336,1196,379"/>
<area shape="poly" id="edge66_Node000014_Node000057" title=" " alt="" coords="2735,242,3107,247,3626,257,4099,275,4258,287,4308,294,4335,302,4355,320,4370,343,4386,385,4381,387,4365,345,4351,323,4332,306,4307,299,4257,292,4098,280,3626,262,3107,252,2735,247"/> <area shape="poly" id="edge67_Node000015_Node000057" title=" " alt="" coords="1556,292,1394,312,1215,339,1197,342,1196,337,1214,333,1393,307,1555,287"/>
<area shape="rect" id="Node000059" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4396,304,4628,331"/> <area shape="rect" id="Node000059" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="779,427,952,469"/>
<area shape="poly" id="edge68_Node000014_Node000059" title=" " alt="" coords="2735,242,3407,259,3886,276,4377,301,4396,303,4396,308,4377,307,3886,281,3407,264,2735,248"/> <area shape="poly" id="edge69_Node000015_Node000059" title=" " alt="" coords="1556,288,1388,308,1313,322,1260,338,1245,348,1235,359,1225,370,1209,381,1144,406,1090,415,1034,419,964,429,952,432,951,426,964,424,1034,414,1089,410,1142,401,1207,376,1222,366,1231,355,1241,344,1258,334,1312,317,1387,303,1555,283"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,469,2621,496"/> <area shape="rect" id="Node000061" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="3693,344,3851,371"/>
<area shape="poly" id="edge17_Node000016_Node000017" title=" " alt="" coords="240,337,188,351,146,370,132,381,124,393,125,405,134,419,161,426,229,434,461,446,1174,464,1953,474,2480,478,2480,484,1953,479,1174,469,461,451,229,439,160,432,130,423,119,407,119,392,128,378,143,366,186,346,238,332"/> <area shape="poly" id="edge71_Node000015_Node000061" title=" " alt="" coords="1783,274,2183,278,2731,287,3280,305,3508,318,3682,333,3723,341,3722,346,3681,339,3508,323,3280,310,2731,293,2183,283,1783,279"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,387,331,413"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="1908,517,2130,544"/>
<area shape="poly" id="edge19_Node000016_Node000018" title=" " alt="" coords="303,343,253,389,249,385,300,339"/> <area shape="poly" id="edge18_Node000016_Node000017" title=" " alt="" coords="1912,389,1892,407,1876,428,1869,448,1876,468,1889,484,1906,497,1946,514,1944,519,1904,501,1886,488,1871,471,1863,448,1871,425,1888,403,1909,385"/>
<area shape="poly" id="edge18_Node000017_Node000005" title=" " alt="" coords="2552,512,2551,544,2546,544,2547,512"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="1885,435,2152,461"/>
<area shape="poly" id="edge21_Node000019_Node000017" title=" " alt="" coords="453,339,421,355,396,380,387,401,389,410,395,419,419,426,479,432,684,444,1313,461,2004,473,2480,478,2480,483,2004,478,1313,467,683,449,478,437,418,431,392,424,384,412,382,400,391,377,417,351,450,334"/> <area shape="poly" id="edge20_Node000016_Node000018" title=" " alt="" coords="1991,391,2014,433,2009,436,1986,394"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,387,616,413"/> <area shape="poly" id="edge19_Node000017_Node000004" title=" " alt="" coords="2145,533,4646,599,4646,605,2145,538"/>
<area shape="poly" id="edge22_Node000019_Node000020" title=" " alt="" coords="539,346,519,388,514,385,534,344"/> <area shape="poly" id="edge22_Node000019_Node000017" title=" " alt="" coords="2192,395,2185,434,2178,453,2166,471,2149,488,2128,501,2085,519,2083,514,2126,496,2145,484,2162,468,2173,451,2180,432,2187,394"/>
<area shape="poly" id="edge24_Node000021_Node000017" title=" " alt="" coords="725,340,700,357,681,380,673,401,674,410,680,419,707,430,761,440,940,456,1189,467,1478,474,2067,480,2480,479,2480,484,2067,485,1478,480,1189,473,940,461,760,446,705,435,677,423,669,412,668,401,676,377,696,353,722,336"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2227,427,2440,469"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,387,853,413"/> <area shape="poly" id="edge23_Node000019_Node000020" title=" " alt="" coords="2238,385,2301,424,2298,428,2235,390"/>
<area shape="poly" id="edge25_Node000021_Node000022" title=" " alt="" coords="775,346,775,387,769,387,769,346"/> <area shape="poly" id="edge25_Node000021_Node000017" title=" " alt="" coords="2751,395,2730,436,2715,456,2696,472,2665,482,2613,492,2463,508,2131,528,2130,522,2462,503,2612,487,2664,477,2693,467,2711,452,2726,433,2746,392"/>
<area shape="poly" id="edge27_Node000023_Node000017" title=" " alt="" coords="971,339,941,356,918,380,910,401,912,410,918,419,940,429,987,438,1141,452,1354,463,1604,470,2114,477,2480,479,2480,484,2114,483,1604,475,1354,468,1140,457,986,443,938,434,914,423,907,412,905,401,914,377,938,352,968,334"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="2784,427,2973,469"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,387,1146,413"/> <area shape="poly" id="edge26_Node000021_Node000022" title=" " alt="" coords="2800,386,2852,424,2849,428,2797,390"/>
<area shape="poly" id="edge28_Node000023_Node000024" title=" " alt="" coords="1040,346,1040,387,1035,387,1035,346"/> <area shape="poly" id="edge28_Node000023_Node000017" title=" " alt="" coords="821,387,781,403,750,423,741,433,736,444,738,455,746,467,761,474,793,481,900,493,1227,510,1603,521,1907,526,1907,531,1603,526,1226,516,900,498,793,486,759,479,742,471,733,457,731,443,736,430,747,419,779,398,819,382"/>
<area shape="poly" id="edge30_Node000025_Node000017" title=" " alt="" coords="1254,340,1230,357,1212,380,1204,401,1205,410,1211,419,1229,427,1266,434,1389,447,1560,457,1760,465,2174,474,2480,478,2480,484,2174,480,1760,470,1560,463,1388,453,1265,440,1227,432,1208,423,1200,412,1198,401,1207,377,1226,353,1251,336"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="464,427,653,469"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,387,1376,413"/> <area shape="poly" id="edge29_Node000023_Node000024" title=" " alt="" coords="816,386,643,429,641,423,815,380"/>
<area shape="poly" id="edge31_Node000025_Node000026" title=" " alt="" coords="1301,346,1301,387,1296,387,1296,346"/> <area shape="poly" id="edge31_Node000025_Node000017" title=" " alt="" coords="1329,393,1316,412,1306,432,1305,451,1313,467,1341,482,1394,493,1553,511,1740,521,1907,525,1907,531,1739,526,1552,516,1393,499,1339,487,1309,471,1299,452,1301,430,1311,409,1324,390"/>
<area shape="poly" id="edge33_Node000027_Node000017" title=" " alt="" coords="1494,339,1464,356,1441,380,1433,401,1434,410,1440,419,1454,426,1484,432,1583,443,1883,461,2221,472,2480,477,2480,483,2221,477,1883,466,1583,449,1483,437,1453,431,1437,423,1429,412,1427,401,1436,377,1461,352,1491,334"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="976,435,1211,461"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,387,1673,413"/> <area shape="poly" id="edge32_Node000025_Node000026" title=" " alt="" coords="1282,387,1132,437,1130,432,1280,381"/>
<area shape="poly" id="edge34_Node000027_Node000028" title=" " alt="" coords="1564,346,1564,387,1559,387,1559,346"/> <area shape="poly" id="edge34_Node000027_Node000017" title=" " alt="" coords="1795,390,1824,430,1863,467,1914,496,1966,514,1964,519,1912,500,1860,471,1820,434,1791,393"/>
<area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,379,1915,421"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1555,427,1760,469"/>
<area shape="poly" id="edge36_Node000029_Node000030" title=" " alt="" coords="2397,330,2180,352,1927,381,1915,383,1915,378,1926,376,2179,346,2396,325"/> <area shape="poly" id="edge35_Node000027_Node000028" title=" " alt="" coords="1736,390,1686,428,1683,424,1733,386"/>
<area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,387,2165,413"/> <area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="3280,427,3472,469"/>
<area shape="poly" id="edge38_Node000029_Node000032" title=" " alt="" coords="2416,337,2123,389,2123,383,2415,331"/> <area shape="poly" id="edge37_Node000029_Node000030" title=" " alt="" coords="3521,388,3426,428,3423,424,3519,383"/>
<area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,387,2358,413"/> <area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="3497,427,3669,469"/>
<area shape="poly" id="edge40_Node000029_Node000034" title=" " alt="" coords="2452,339,2310,389,2308,384,2450,334"/> <area shape="poly" id="edge39_Node000029_Node000032" title=" " alt="" coords="3585,394,3585,426,3580,426,3580,394"/>
<area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,387,2546,413"/> <area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="3693,427,3865,469"/>
<area shape="poly" id="edge42_Node000029_Node000036" title=" " alt="" coords="2491,346,2472,388,2467,385,2487,344"/> <area shape="poly" id="edge41_Node000029_Node000034" title=" " alt="" coords="3643,383,3734,424,3732,428,3641,388"/>
<area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,387,2704,413"/> <area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="3889,427,4061,469"/>
<area shape="poly" id="edge44_Node000029_Node000038" title=" " alt="" coords="2537,337,2618,384,2615,389,2534,341"/> <area shape="poly" id="edge43_Node000029_Node000036" title=" " alt="" coords="3685,379,3889,425,3887,430,3683,384"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,387,2907,413"/> <area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="4085,427,4257,469"/>
<area shape="poly" id="edge46_Node000029_Node000040" title=" " alt="" coords="2566,332,2768,383,2767,389,2565,338"/> <area shape="poly" id="edge45_Node000029_Node000038" title=" " alt="" coords="3684,376,3795,391,3881,400,3966,409,4074,424,4085,426,4084,431,4073,429,3965,414,3880,405,3794,397,3684,382"/>
<area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,387,3113,413"/> <area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="4281,427,4453,469"/>
<area shape="poly" id="edge47_Node000029_Node000041" title=" " alt="" coords="2606,330,2919,376,2959,383,2959,389,2918,381,2606,335"/> <area shape="poly" id="edge47_Node000029_Node000040" title=" " alt="" coords="3684,376,3849,394,3979,400,4107,406,4270,424,4281,426,4280,431,4269,429,4107,411,3978,405,3849,399,3684,382"/>
<area shape="poly" id="edge37_Node000030_Node000017" title=" " alt="" coords="1930,419,2241,453,2480,473,2480,479,2240,458,1930,424"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2998,435,3256,461"/>
<area shape="poly" id="edge39_Node000032_Node000017" title=" " alt="" coords="2146,414,2480,467,2479,473,2145,419"/> <area shape="poly" id="edge49_Node000029_Node000042" title=" " alt="" coords="3482,381,3192,437,3191,431,3481,376"/>
<area shape="poly" id="edge41_Node000034_Node000017" title=" " alt="" coords="2332,415,2508,466,2506,471,2330,421"/> <area shape="poly" id="edge38_Node000030_Node000017" title=" " alt="" coords="3265,472,2938,502,2619,520,2339,528,2130,532,2130,526,2339,523,2619,514,2938,496,3264,467"/>
<area shape="poly" id="edge43_Node000036_Node000017" title=" " alt="" coords="2491,422,2539,467,2536,471,2487,426"/> <area shape="poly" id="edge40_Node000032_Node000017" title=" " alt="" coords="3481,472,3353,484,3190,494,2807,511,2130,530,2130,524,2807,505,3190,488,3353,478,3481,467"/>
<area shape="poly" id="edge45_Node000038_Node000017" title=" " alt="" coords="2614,426,2566,471,2562,467,2611,422"/> <area shape="poly" id="edge42_Node000034_Node000017" title=" " alt="" coords="3677,472,3530,485,3343,496,2900,513,2130,530,2130,525,2900,508,3342,491,3530,480,3677,467"/>
<area shape="poly" id="edge48_Node000041_Node000017" title=" " alt="" coords="2944,419,2919,424,2622,473,2621,468,2918,419,2943,414"/> <area shape="poly" id="edge44_Node000036_Node000017" title=" " alt="" coords="3874,472,3708,486,3495,498,2993,515,2495,526,2130,531,2130,526,2495,520,2993,510,3495,493,3707,481,3873,467"/>
<area shape="poly" id="edge50_Node000043_Node000017" title=" " alt="" coords="2912,331,3047,351,3098,364,3126,377,3133,388,3136,400,3134,412,3126,423,3114,431,3096,437,3041,448,2887,461,2638,472,2621,474,2621,469,2637,467,2887,455,3040,442,3094,432,3112,426,3122,419,3129,410,3131,400,3128,391,3122,381,3097,369,3046,357,2911,336"/> <area shape="poly" id="edge46_Node000038_Node000017" title=" " alt="" coords="4070,472,3885,487,3647,500,3085,517,2530,527,2130,531,2130,526,2530,522,3085,512,3646,495,3884,482,4069,467"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,387,3451,413"/> <area shape="poly" id="edge48_Node000040_Node000017" title=" " alt="" coords="4266,472,4062,489,3798,502,3177,519,2566,528,2130,532,2130,526,2566,523,3176,514,3798,496,4061,483,4265,467"/>
<area shape="poly" id="edge51_Node000043_Node000044" title=" " alt="" coords="2884,331,3235,383,3234,389,2883,336"/> <area shape="poly" id="edge51_Node000043_Node000017" title=" " alt="" coords="2628,384,2653,402,2673,425,2682,449,2680,460,2672,471,2645,485,2597,497,2454,514,2284,524,2130,530,2130,524,2284,519,2453,508,2596,492,2644,480,2669,467,2675,458,2676,449,2668,428,2650,406,2625,388"/>
<area shape="poly" id="edge53_Node000045_Node000017" title=" " alt="" coords="3164,329,3355,354,3429,366,3464,377,3472,388,3475,400,3472,412,3465,423,3445,435,3413,445,3320,458,3198,466,3061,470,2796,470,2637,472,2621,474,2621,468,2637,467,2796,465,3061,464,3198,461,3320,453,3412,440,3443,430,3461,419,3467,410,3470,400,3467,390,3461,381,3428,371,3354,359,3163,335"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="2464,427,2659,469"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,387,3734,413"/> <area shape="poly" id="edge52_Node000043_Node000044" title=" " alt="" coords="2558,394,2562,426,2556,427,2552,395"/>
<area shape="poly" id="edge54_Node000045_Node000046" title=" " alt="" coords="3163,330,3507,376,3555,383,3554,389,3506,381,3163,336"/> <area shape="poly" id="edge54_Node000045_Node000017" title=" " alt="" coords="4634,384,4663,403,4685,424,4696,447,4694,460,4686,472,4654,480,4582,488,4336,501,3988,511,3577,518,2734,528,2130,532,2130,526,2734,523,3577,513,3988,505,4336,495,4582,482,4653,475,4682,467,4689,458,4691,448,4681,427,4659,407,4631,389"/>
<area shape="poly" id="edge56_Node000047_Node000017" title=" " alt="" coords="3441,330,3637,354,3712,366,3747,377,3755,388,3758,400,3755,412,3747,423,3727,432,3688,439,3563,449,3198,463,2637,472,2621,474,2621,468,2637,467,3198,457,3563,444,3688,433,3726,427,3744,419,3750,410,3752,400,3750,390,3744,381,3711,371,3636,359,3441,336"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4477,427,4672,469"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,387,4072,413"/> <area shape="poly" id="edge55_Node000045_Node000046" title=" " alt="" coords="4577,394,4577,426,4572,426,4572,394"/>
<area shape="poly" id="edge57_Node000047_Node000048" title=" " alt="" coords="3424,330,3790,376,3846,383,3845,389,3789,381,3423,336"/> <area shape="poly" id="edge57_Node000047_Node000017" title=" " alt="" coords="1458,385,1372,408,1341,419,1326,428,1318,449,1319,458,1326,467,1353,481,1406,493,1560,510,1743,520,1907,525,1907,530,1742,526,1560,516,1405,498,1352,486,1322,471,1315,460,1312,448,1322,425,1339,415,1371,403,1457,380"/>
<area shape="poly" id="edge59_Node000049_Node000017" title=" " alt="" coords="3677,329,4085,376,4094,388,4096,400,4094,412,4086,423,4060,434,4009,442,3846,455,3623,463,3370,467,2889,470,2637,472,2621,474,2621,468,2637,467,2889,464,3370,462,3623,457,3845,450,4009,437,4059,429,4082,419,4089,410,4091,400,4089,390,4083,381,3676,334"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="1336,427,1531,469"/>
<area shape="poly" id="edge61_Node000051_Node000017" title=" " alt="" coords="3908,331,4034,352,4083,364,4108,377,4116,389,4119,400,4116,412,4108,423,4082,434,4031,443,3865,455,3638,463,3381,467,2893,470,2637,472,2621,474,2621,468,2637,467,2893,464,3381,462,3638,458,3864,450,4030,437,4081,429,4105,419,4111,410,4113,400,4111,391,4105,381,4081,369,4033,357,3907,336"/> <area shape="poly" id="edge58_Node000047_Node000048" title=" " alt="" coords="1523,390,1466,428,1463,424,1520,385"/>
<area shape="poly" id="edge63_Node000053_Node000017" title=" " alt="" coords="4079,335,4108,352,4132,377,4141,401,4139,412,4131,423,4105,434,4052,443,3884,456,3654,464,3393,468,2897,470,2637,472,2621,474,2621,468,2637,467,2897,465,3393,462,3654,458,3883,450,4052,438,4103,429,4128,419,4134,410,4135,401,4127,380,4105,356,4077,339"/> <area shape="poly" id="edge60_Node000049_Node000017" title=" " alt="" coords="176,384,263,429,314,451,367,467,462,479,621,490,1063,507,1541,519,1907,525,1907,531,1541,524,1062,513,621,496,461,485,366,472,313,456,261,434,174,389"/>
<area shape="poly" id="edge65_Node000055_Node000017" title=" " alt="" coords="4219,346,4194,388,4175,408,4153,424,4113,437,4051,448,3876,462,3651,470,3402,472,2924,469,2745,469,2638,472,2621,474,2621,468,2637,467,2744,464,2924,464,3402,467,3651,464,3876,457,4051,443,4112,432,4151,419,4172,404,4190,385,4215,343"/> <area shape="poly" id="edge62_Node000051_Node000017" title=" " alt="" coords="347,390,380,433,402,452,426,467,461,478,514,487,665,503,863,514,1089,521,1551,527,1907,527,1907,533,1551,533,1089,526,863,519,665,508,513,493,460,483,424,472,399,456,377,436,343,394"/>
<area shape="poly" id="edge67_Node000057_Node000017" title=" " alt="" coords="4314,419,4280,424,4031,446,3819,456,3633,458,3459,455,3285,451,3099,450,2887,456,2638,472,2621,474,2621,468,2637,467,2887,450,3099,444,3285,445,3459,449,3633,452,3819,451,4031,441,4280,419,4313,414"/> <area shape="poly" id="edge64_Node000053_Node000017" title=" " alt="" coords="478,390,456,409,439,429,433,449,434,458,440,467,460,476,502,484,640,498,833,509,1060,516,1537,524,1907,527,1907,532,1537,530,1060,522,833,514,640,504,502,490,459,481,437,471,430,461,427,449,434,426,452,405,474,386"/>
<area shape="poly" id="edge69_Node000059_Node000017" title=" " alt="" coords="4516,347,4511,387,4502,407,4488,424,4454,435,4389,444,4178,457,3893,465,3570,469,2958,470,2637,472,2621,474,2621,468,2637,467,2958,465,3570,464,3893,460,4178,452,4388,439,4453,430,4485,419,4498,404,4506,385,4511,346"/> <area shape="poly" id="edge66_Node000055_Node000017" title=" " alt="" coords="617,384,510,410,454,429,445,449,447,458,454,467,474,476,515,484,652,498,842,508,1067,516,1539,524,1907,527,1907,532,1539,530,1067,521,842,514,651,503,514,490,472,481,450,471,442,460,440,448,450,425,508,405,615,379"/>
<area shape="poly" id="edge71_Node000061_Node000005" title=" " alt="" coords="2678,505,2579,546,2577,541,2676,500"/> <area shape="poly" id="edge68_Node000057_Node000017" title=" " alt="" coords="1008,382,907,394,812,405,777,413,756,426,752,433,752,442,768,467,783,474,815,481,919,493,1239,510,1608,520,1907,525,1907,531,1608,526,1239,515,919,498,814,486,782,479,765,471,747,444,747,432,752,422,775,408,811,399,906,388,1008,377"/>
<area shape="poly" id="edge72_Node000061_Node000006" title=" " alt="" coords="2724,512,2724,618,2719,618,2719,512"/> <area shape="poly" id="edge70_Node000059_Node000017" title=" " alt="" coords="967,467,1235,494,1497,512,1729,521,1907,526,1907,531,1729,527,1497,517,1235,500,967,472"/>
<area shape="poly" id="edge74_Node000062_Node000003" title=" " alt="" coords="1333,118,1279,156,1276,152,1330,114"/> <area shape="poly" id="edge74_Node000062_Node000003" title=" " alt="" coords="3334,151,3285,188,3281,184,3330,146"/>
</map> </map>

View File

@ -1 +1 @@
c78149754bb0bd4eb627764924116949 de115f6722d6038958c8004b874211e3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 276 KiB

View File

@ -1,7 +1,7 @@
<map id="BNO08xCbGeneric.hpp" name="BNO08xCbGeneric.hpp"> <map id="include/callback/BNO08xCbGeneric.hpp" name="include/callback/BNO08xCbGeneric.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="6,5,162,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,80,70,107"/> <area shape="rect" id="Node000002" title=" " alt="" coords="18,96,83,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="78,34,56,68,51,66,74,31"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="87,50,68,84,63,81,83,47"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="94,80,170,107"/> <area shape="rect" id="Node000003" title=" " alt="" coords="107,96,183,123"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="95,31,118,66,113,69,90,34"/> <area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="112,47,132,81,127,84,107,50"/>
</map> </map>

View File

@ -1 +1 @@
ba20fe1446e67635ff7b7b81573a205e a5bab94ecdd9cf3cda366e97b3ea2108

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbGeneric.hpp Source File</title> <title>esp32_BNO08x: include/callback/BNO08xCbGeneric.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -134,7 +134,7 @@ $(function(){initNavTree('_b_n_o08x_cb_generic_8hpp_source.html',''); initResiza
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_generic_8hpp.html">BNO08xCbGeneric.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_generic_8hpp.html">BNO08xCbGeneric.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbParamRptID.hpp File Reference</title> <title>esp32_BNO08x: include/callback/BNO08xCbParamRptID.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -101,145 +101,145 @@ $(function(){initNavTree('_b_n_o08x_cb_param_rpt_i_d_8hpp.html',''); initResizab
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xCbParamRptID.hpp:</div> Include dependency graph for BNO08xCbParamRptID.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_param_rpt_i_d_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_cb_param_rpt_i_d_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_param_rpt_i_d_8hpp__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hpp" alt=""/></div>
<map name="a_b_n_o08x_cb_param_rpt_i_d_8hpp" id="a_b_n_o08x_cb_param_rpt_i_d_8hpp"> <map name="ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hpp" id="ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hpp">
<area shape="rect" title=" " alt="" coords="5,5,187,32"/> <area shape="rect" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="18,80,174,107"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="19,96,175,123"/>
<area shape="poly" title=" " alt="" coords="99,33,99,64,93,64,93,33"/> <area shape="poly" title=" " alt="" coords="100,49,100,80,94,80,94,49"/>
<area shape="rect" title=" " alt="" coords="17,155,82,181"/> <area shape="rect" title=" " alt="" coords="18,171,83,197"/>
<area shape="poly" title=" " alt="" coords="90,109,68,143,63,140,86,106"/> <area shape="poly" title=" " alt="" coords="91,125,69,159,64,156,87,122"/>
<area shape="rect" title=" " alt="" coords="106,155,182,181"/> <area shape="rect" title=" " alt="" coords="107,171,183,197"/>
<area shape="poly" title=" " alt="" coords="107,106,130,140,125,143,102,109"/> <area shape="poly" title=" " alt="" coords="108,122,131,156,126,159,103,125"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_param_rpt_i_d_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_cb_param_rpt_i_d_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_param_rpt_i_d_8hpp__dep__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_cb_param_rpt_i_d_8hppdep" id="a_b_n_o08x_cb_param_rpt_i_d_8hppdep"> <map name="ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hppdep" id="ainclude_2callback_2_b_n_o08x_cb_param_rpt_i_d_8hppdep">
<area shape="rect" title=" " alt="" coords="1169,5,1351,32"/> <area shape="rect" title=" " alt="" coords="4064,5,4248,48"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,80,1345,107"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4049,96,4263,123"/>
<area shape="poly" title=" " alt="" coords="1263,48,1263,80,1257,80,1257,48"/> <area shape="poly" title=" " alt="" coords="4159,64,4159,95,4153,95,4153,64"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,544,1292,571"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="4937,501,5077,528"/>
<area shape="poly" title=" " alt="" coords="1160,97,929,98,639,106,493,114,357,124,242,139,155,157,101,169,53,180,35,188,20,200,11,217,8,242,8,409,11,419,18,429,48,448,96,465,160,481,322,506,515,524,719,537,914,546,1196,553,1196,558,913,551,719,543,515,530,321,511,159,486,95,470,46,453,14,433,6,422,3,410,3,241,6,216,16,197,32,184,52,175,100,164,154,152,241,133,357,119,492,108,639,101,929,93,1160,91"/> <area shape="poly" title=" " alt="" coords="4279,117,4503,137,4757,168,4871,187,4965,210,5001,222,5029,235,5047,250,5053,265,5053,359,5049,401,5039,441,5015,502,5010,500,5034,440,5044,400,5048,359,5048,266,5043,253,5026,240,4999,227,4964,215,4870,193,4756,173,4502,142,4278,122"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,469,2596,496"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2372,576,2511,603"/>
<area shape="poly" title=" " alt="" coords="1160,99,866,109,684,118,500,132,329,151,188,175,134,190,93,206,67,223,61,232,59,242,59,326,64,336,81,347,147,367,252,385,389,401,738,428,1148,448,1575,462,1972,471,2500,478,2500,484,1972,476,1574,467,1148,453,738,433,389,407,251,391,146,372,79,352,60,340,53,327,53,241,56,230,63,220,90,201,132,185,187,170,329,146,499,127,683,113,865,103,1160,94"/> <area shape="poly" title=" " alt="" coords="4033,113,3190,113,2585,118,1934,127,1296,143,728,167,488,183,287,202,132,223,75,235,31,248,14,254,10,258,8,266,8,441,13,451,29,461,91,480,190,497,319,513,649,538,1039,556,1448,569,1834,578,2372,585,2372,590,1834,583,1448,575,1039,562,649,543,319,518,189,502,90,485,26,465,9,454,3,442,3,265,5,255,12,250,30,243,73,230,131,218,286,197,487,178,727,162,1296,138,1934,122,2585,112,3190,108,4033,107"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2825,155,2940,181"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5088,427,5278,453"/>
<area shape="poly" title=" " alt="" coords="1360,96,2825,161,2825,167,1360,102"/> <area shape="poly" title=" " alt="" coords="4279,109,4492,113,4739,123,4953,140,5028,153,5071,168,5102,196,5126,230,5146,267,5160,305,5178,376,5184,426,5179,427,5173,377,5155,307,5141,269,5122,233,5098,200,5068,173,5026,158,4952,146,4738,128,4492,118,4279,114"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,395,2794,421"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2699,171,2896,197"/>
<area shape="poly" title=" " alt="" coords="1360,92,2182,92,2780,97,3420,106,4038,122,4572,146,4787,162,4958,181,5077,202,5115,214,5136,227,5152,240,5171,249,5213,262,5247,269,5263,277,5239,285,5168,297,4824,349,4634,370,4382,386,4090,397,3779,404,3191,410,2794,410,2794,404,3191,405,3779,399,4090,391,4382,380,4634,365,4824,344,5168,291,5238,280,5258,276,5246,274,5211,267,5169,254,5149,244,5133,232,5113,219,5076,207,4958,186,4787,167,4571,152,4038,127,3420,111,2780,102,2182,98,1360,97"/> <area shape="poly" title=" " alt="" coords="4033,120,2896,180,2896,175,4033,115"/>
<area shape="poly" title=" " alt="" coords="2485,490,1292,556,1292,551,2485,485"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4862,576,5064,603"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,544,2794,571"/> <area shape="poly" title=" " alt="" coords="4993,543,4973,577,4968,574,4989,540"/>
<area shape="poly" title=" " alt="" coords="2593,500,2692,541,2690,546,2591,505"/> <area shape="poly" title=" " alt="" coords="4921,521,2511,589,2511,583,4921,516"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,544,2624,571"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5089,576,5277,603"/>
<area shape="poly" title=" " alt="" coords="2550,512,2548,544,2543,544,2544,512"/> <area shape="poly" title=" " alt="" coords="5052,532,5153,573,5151,578,5050,537"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,619,2234,645"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4404,651,4599,677"/>
<area shape="poly" title=" " alt="" coords="2463,577,2227,621,2226,615,2462,571"/> <area shape="poly" title=" " alt="" coords="4867,608,4583,653,4582,647,4867,603"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="2259,619,2387,645"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="4623,651,4777,677"/>
<area shape="poly" title=" " alt="" coords="2493,578,2363,621,2361,615,2492,573"/> <area shape="poly" title=" " alt="" coords="4903,610,4747,653,4745,647,4901,605"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="2411,619,2533,645"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="4802,651,4950,677"/>
<area shape="poly" title=" " alt="" coords="2524,584,2486,620,2483,616,2520,580"/> <area shape="poly" title=" " alt="" coords="4938,615,4893,652,4889,648,4934,611"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,619,2683,645"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="4974,651,5125,677"/>
<area shape="poly" title=" " alt="" coords="2571,580,2609,616,2605,620,2567,583"/> <area shape="poly" title=" " alt="" coords="4991,611,5036,648,5033,652,4988,615"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,619,2851,645"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="5150,651,5320,677"/>
<area shape="poly" title=" " alt="" coords="2601,573,2738,615,2737,621,2599,578"/> <area shape="poly" title=" " alt="" coords="5025,605,5188,647,5186,653,5024,610"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="2875,619,3027,645"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="5344,651,5523,677"/>
<area shape="poly" title=" " alt="" coords="2632,571,2880,615,2879,621,2631,577"/> <area shape="poly" title=" " alt="" coords="5061,603,5351,647,5351,653,5060,608"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,229,208,256"/> <area shape="poly" title=" " alt="" coords="5139,462,5039,503,5037,498,5137,457"/>
<area shape="poly" title=" " alt="" coords="2809,172,2321,175,1571,184,794,202,467,215,222,232,209,233,209,228,221,227,467,210,794,196,1571,178,2321,170,2809,167"/> <area shape="poly" title=" " alt="" coords="5185,469,5185,576,5180,576,5180,469"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,229,420,256"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2981,245,3153,288"/>
<area shape="poly" title=" " alt="" coords="2810,171,2445,171,1861,177,1157,195,791,211,432,232,421,233,421,228,432,227,791,205,1157,190,1861,171,2445,166,2810,166"/> <area shape="poly" title=" " alt="" coords="2855,200,2998,242,2996,247,2853,205"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,229,655,256"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3322,245,3494,288"/>
<area shape="poly" title=" " alt="" coords="2810,172,2477,175,1954,184,1326,202,999,215,679,232,655,234,655,228,679,227,999,210,1325,196,1954,179,2477,170,2810,167"/> <area shape="poly" title=" " alt="" coords="2909,197,3322,251,3321,257,2908,203"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,229,853,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3890,245,4062,288"/>
<area shape="poly" title=" " alt="" coords="2810,173,2043,188,1487,205,916,232,854,236,854,231,916,227,1487,200,2043,183,2810,168"/> <area shape="poly" title=" " alt="" coords="2911,184,3097,188,3337,197,3607,215,3878,243,3890,244,3889,250,3877,248,3606,220,3337,203,3096,193,2911,189"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,229,1146,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,245,1000,288"/>
<area shape="poly" title=" " alt="" coords="2809,174,2153,193,1687,210,1209,232,1147,236,1146,230,1209,227,1687,205,2153,187,2809,168"/> <area shape="poly" title=" " alt="" coords="2683,189,2324,195,1841,206,1362,223,1162,235,1011,248,1000,249,999,244,1010,243,1162,229,1361,218,1841,200,2324,190,2683,184"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,229,1376,256"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1023,245,1196,288"/>
<area shape="poly" title=" " alt="" coords="2809,174,2241,193,1845,210,1439,232,1377,237,1377,231,1438,227,1844,204,2241,187,2809,169"/> <area shape="poly" title=" " alt="" coords="2683,190,1934,208,1514,225,1340,236,1207,248,1196,249,1195,244,1206,243,1339,230,1514,220,1934,203,2683,185"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,229,1673,256"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1219,245,1392,288"/>
<area shape="poly" title=" " alt="" coords="2810,176,1673,238,1673,233,2809,171"/> <area shape="poly" title=" " alt="" coords="2684,191,2028,210,1667,227,1517,237,1403,248,1392,249,1391,244,1402,243,1517,232,1666,222,2028,205,2683,185"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,229,2640,256"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2345,245,2517,288"/>
<area shape="poly" title=" " alt="" coords="2810,188,2609,231,2608,226,2809,183"/> <area shape="poly" title=" " alt="" coords="2725,204,2518,249,2517,244,2724,199"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2997,229,3262,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3670,245,3866,288"/>
<area shape="poly" title=" " alt="" coords="2941,184,3087,226,3085,231,2939,189"/> <area shape="poly" title=" " alt="" coords="2912,192,3670,255,3670,260,2912,197"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3285,229,3494,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4201,245,4373,288"/>
<area shape="poly" title=" " alt="" coords="2956,177,3301,226,3300,231,2956,182"/> <area shape="poly" title=" " alt="" coords="2912,186,3416,206,3744,222,4075,243,4200,254,4200,259,4074,248,3743,227,3416,211,2912,192"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3518,229,3781,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4398,245,4592,288"/>
<area shape="poly" title=" " alt="" coords="2956,174,3517,226,3517,232,2956,179"/> <area shape="poly" title=" " alt="" coords="2911,185,3659,204,4079,221,4253,231,4386,243,4397,244,4397,249,4385,248,4253,237,4078,227,3659,210,2911,190"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3805,229,4006,256"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4798,245,4970,288"/>
<area shape="poly" title=" " alt="" coords="2956,170,3316,192,3794,227,3804,228,3804,233,3793,232,3316,197,2956,176"/> <area shape="poly" title=" " alt="" coords="2912,184,3307,188,3848,198,4389,216,4615,228,4786,243,4798,244,4797,250,4785,248,4614,233,4389,221,3848,204,3307,194,2912,189"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4030,229,4245,256"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1415,245,1588,288"/>
<area shape="poly" title=" " alt="" coords="2956,169,3405,189,3709,206,4019,227,4030,228,4029,233,4018,232,3709,211,3404,194,2956,175"/> <area shape="poly" title=" " alt="" coords="2683,195,1588,263,1588,257,2683,190"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4269,229,4456,256"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="43,245,216,288"/>
<area shape="poly" title=" " alt="" coords="2956,168,3498,184,3874,202,4258,227,4269,228,4268,233,4257,232,3873,207,3497,190,2956,173"/> <area shape="poly" title=" " alt="" coords="2683,188,2185,190,1475,197,1103,205,755,215,454,230,227,248,216,249,215,244,226,243,454,224,755,210,1103,199,1475,192,2185,184,2683,183"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4481,229,4666,256"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="239,245,412,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3578,182,4018,199,4468,227,4481,228,4480,233,4468,232,4018,205,3578,187,2956,173"/> <area shape="poly" title=" " alt="" coords="2684,188,2220,191,1567,199,906,217,631,231,423,248,412,249,411,244,422,243,631,225,906,212,1566,194,2220,186,2684,183"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4691,229,4867,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="435,245,608,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3235,169,3659,178,4163,196,4423,209,4679,227,4691,228,4690,233,4678,232,4423,215,4162,201,3659,183,3235,175,2956,172"/> <area shape="poly" title=" " alt="" coords="2683,189,2254,192,1658,201,1058,219,808,232,619,248,608,249,607,244,618,243,808,227,1058,214,1657,196,2254,187,2683,183"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4891,229,5122,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="631,245,804,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3261,171,3734,180,4299,198,4879,227,4891,227,4890,233,4879,232,4298,203,3734,186,3261,176,2956,173"/> <area shape="poly" title=" " alt="" coords="2683,189,2289,193,1749,204,1210,221,985,233,815,248,804,249,803,244,814,243,985,228,1209,216,1749,198,2289,188,2683,184"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,395,2621,421"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4616,253,4774,280"/>
<area shape="poly" title=" " alt="" coords="240,262,188,277,146,296,132,307,124,318,125,331,134,345,161,352,229,359,461,371,1174,389,1953,399,2480,404,2480,409,1953,405,1174,394,461,377,229,364,160,357,130,349,119,332,119,317,128,303,143,291,186,272,238,257"/> <area shape="poly" title=" " alt="" coords="2911,184,3274,189,3763,199,4249,216,4451,228,4604,243,4646,250,4645,255,4604,248,4450,234,4249,222,3763,204,3274,194,2911,189"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,312,331,339"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2321,427,2543,453"/>
<area shape="poly" title=" " alt="" coords="303,268,253,314,249,310,300,264"/> <area shape="poly" title=" " alt="" coords="3071,304,3065,344,3057,364,3043,381,3017,393,2972,403,2841,419,2687,430,2544,437,2544,432,2686,425,2841,413,2971,397,3015,387,3040,377,3052,361,3060,343,3066,303"/>
<area shape="poly" title=" " alt="" coords="2552,437,2551,469,2546,469,2547,437"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3104,344,3371,371"/>
<area shape="poly" title=" " alt="" coords="453,264,421,281,396,305,387,326,389,335,395,344,419,351,479,357,684,369,1313,387,2004,398,2480,403,2480,409,2004,403,1313,392,683,374,478,363,418,356,392,349,384,337,382,326,391,303,417,276,450,259"/> <area shape="poly" title=" " alt="" coords="3121,293,3214,341,3212,346,3119,298"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,312,616,339"/> <area shape="poly" title=" " alt="" coords="2559,442,4936,509,4936,514,2559,448"/>
<area shape="poly" title=" " alt="" coords="539,271,519,313,514,311,534,269"/> <area shape="poly" title=" " alt="" coords="3413,304,3407,344,3398,364,3384,381,3367,391,3339,399,3259,413,3152,424,3029,431,2766,440,2544,442,2544,436,2766,434,3029,426,3152,418,3258,408,3338,394,3364,386,3381,377,3394,361,3402,343,3407,303"/>
<area shape="poly" title=" " alt="" coords="725,265,700,282,681,305,673,327,674,336,680,345,707,356,761,366,940,381,1189,393,1478,400,2067,405,2480,404,2480,410,2067,410,1478,405,1189,398,940,387,760,371,705,361,677,349,669,338,668,326,676,303,696,279,722,261"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3446,336,3658,379"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,312,853,339"/> <area shape="poly" title=" " alt="" coords="3456,294,3520,333,3517,338,3453,299"/>
<area shape="poly" title=" " alt="" coords="775,272,775,312,769,312,769,272"/> <area shape="poly" title=" " alt="" coords="3968,304,3948,346,3933,365,3913,381,3891,388,3850,394,3721,405,3331,422,2890,433,2544,440,2544,434,2890,428,3331,416,3720,399,3850,388,3890,382,3911,376,3929,362,3943,343,3963,302"/>
<area shape="poly" title=" " alt="" coords="971,264,941,281,918,305,910,327,912,336,918,345,940,354,987,363,1141,377,1354,388,1604,395,2114,403,2480,404,2480,409,2114,408,1604,401,1354,393,1140,383,986,368,938,359,914,349,907,338,905,326,914,303,938,277,968,260"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4003,336,4192,379"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,312,1146,339"/> <area shape="poly" title=" " alt="" coords="4018,295,4070,333,4067,338,4015,299"/>
<area shape="poly" title=" " alt="" coords="1040,272,1040,312,1035,312,1035,272"/> <area shape="poly" title=" " alt="" coords="813,294,727,317,696,329,681,338,672,358,674,367,680,377,703,387,751,396,906,410,1124,421,1380,429,1913,436,2320,436,2320,442,1913,441,1380,434,1124,427,906,416,750,401,702,392,677,381,669,369,667,358,677,334,694,324,726,312,812,289"/>
<area shape="poly" title=" " alt="" coords="1254,266,1230,283,1212,305,1204,327,1205,336,1211,345,1229,352,1266,360,1389,373,1560,383,1760,390,2174,400,2480,404,2480,409,2174,405,1760,396,1560,388,1388,378,1265,365,1227,357,1208,349,1200,338,1198,326,1207,303,1226,279,1251,261"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="427,336,616,379"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,312,1376,339"/> <area shape="poly" title=" " alt="" coords="813,293,614,338,613,333,811,288"/>
<area shape="poly" title=" " alt="" coords="1301,272,1301,312,1296,312,1296,272"/> <area shape="poly" title=" " alt="" coords="1047,298,1016,315,992,336,985,346,981,356,983,366,990,377,1008,385,1045,392,1169,405,1343,415,1547,423,1979,432,2320,436,2320,441,1979,437,1547,428,1342,421,1169,411,1044,398,1006,390,986,381,978,368,976,356,980,344,988,332,1013,311,1044,293"/>
<area shape="poly" title=" " alt="" coords="1494,264,1464,281,1441,305,1433,326,1434,335,1440,345,1454,351,1484,357,1583,369,1883,386,2221,397,2480,403,2480,408,2221,402,1883,391,1583,374,1483,363,1453,356,1437,349,1429,337,1427,326,1436,303,1461,277,1491,260"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="690,344,926,371"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,312,1673,339"/> <area shape="poly" title=" " alt="" coords="1025,295,852,346,850,341,1023,290"/>
<area shape="poly" title=" " alt="" coords="1564,272,1564,312,1559,312,1559,272"/> <area shape="poly" title=" " alt="" coords="1296,303,1291,343,1295,361,1304,377,1318,383,1345,389,1437,400,1720,417,2049,428,2321,434,2320,440,2049,433,1720,422,1437,405,1345,394,1316,388,1301,381,1290,363,1286,343,1290,303"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,304,1915,347"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1000,336,1205,379"/>
<area shape="poly" title=" " alt="" coords="2446,255,2208,275,1927,307,1915,308,1915,303,1926,301,2208,270,2446,249"/> <area shape="poly" title=" " alt="" coords="1245,297,1151,338,1149,333,1243,292"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,312,2165,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2640,336,2832,379"/>
<area shape="poly" title=" " alt="" coords="2458,262,2131,314,2130,309,2457,256"/> <area shape="poly" title=" " alt="" coords="2518,290,2665,333,2664,338,2516,295"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,312,2358,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2857,336,3029,379"/>
<area shape="poly" title=" " alt="" coords="2494,263,2318,314,2316,309,2492,258"/> <area shape="poly" title=" " alt="" coords="2532,281,2844,333,2857,336,2856,341,2844,339,2531,286"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,312,2546,339"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1855,336,2028,379"/>
<area shape="poly" title=" " alt="" coords="2528,269,2479,314,2475,310,2524,265"/> <area shape="poly" title=" " alt="" coords="2330,287,2039,339,2028,341,2027,335,2038,333,2329,282"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,312,2704,339"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2051,336,2224,379"/>
<area shape="poly" title=" " alt="" coords="2577,265,2626,310,2622,314,2574,269"/> <area shape="poly" title=" " alt="" coords="2349,295,2207,338,2205,333,2347,290"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,312,2907,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2247,336,2420,379"/>
<area shape="poly" title=" " alt="" coords="2607,258,2776,309,2775,314,2606,263"/> <area shape="poly" title=" " alt="" coords="2399,301,2358,337,2354,333,2395,297"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,312,3113,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2443,336,2616,379"/>
<area shape="poly" title=" " alt="" coords="2648,256,2919,301,2959,309,2958,314,2918,307,2647,262"/> <area shape="poly" title=" " alt="" coords="2467,297,2508,333,2504,337,2463,301"/>
<area shape="poly" title=" " alt="" coords="1930,344,2241,378,2480,399,2480,404,2240,384,1930,350"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1572,344,1831,371"/>
<area shape="poly" title=" " alt="" coords="2146,339,2480,393,2479,398,2145,344"/> <area shape="poly" title=" " alt="" coords="2329,282,1843,339,1788,346,1788,341,1842,333,2329,276"/>
<area shape="poly" title=" " alt="" coords="2332,341,2508,392,2506,397,2330,346"/> <area shape="poly" title=" " alt="" coords="2644,386,2481,429,2479,423,2642,381"/>
<area shape="poly" title=" " alt="" coords="2491,348,2539,393,2536,396,2487,351"/> <area shape="poly" title=" " alt="" coords="2841,382,2530,429,2529,423,2841,376"/>
<area shape="poly" title=" " alt="" coords="2614,351,2566,396,2562,393,2611,348"/> <area shape="poly" title=" " alt="" coords="2043,377,2341,423,2340,429,2042,382"/>
<area shape="poly" title=" " alt="" coords="2944,345,2919,349,2622,398,2621,393,2918,344,2943,339"/> <area shape="poly" title=" " alt="" coords="2229,381,2386,423,2385,429,2227,386"/>
<area shape="poly" title=" " alt="" coords="3139,271,3142,311,3137,331,3126,349,3095,362,3040,372,2887,386,2638,397,2621,399,2621,394,2637,392,2887,380,3039,367,3094,357,3122,345,3132,329,3136,310,3134,271"/> <area shape="poly" title=" " alt="" coords="2372,387,2418,424,2415,428,2369,391"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,312,3451,339"/> <area shape="poly" title=" " alt="" coords="2494,391,2449,428,2446,424,2491,387"/>
<area shape="poly" title=" " alt="" coords="3174,260,3290,309,3288,314,3172,265"/> <area shape="poly" title=" " alt="" coords="3833,293,3865,311,3889,332,3898,344,3901,356,3899,368,3891,381,3871,390,3832,398,3706,411,3531,421,3324,429,2888,438,2543,441,2543,436,2888,432,3324,423,3531,416,3706,405,3831,392,3869,385,3888,377,3894,366,3896,356,3893,346,3886,336,3862,315,3831,298"/>
<area shape="poly" title=" " alt="" coords="3428,263,3449,280,3465,303,3473,326,3472,338,3465,349,3445,361,3413,370,3320,384,3198,392,3061,395,2796,395,2637,397,2621,399,2621,394,2637,392,2796,390,3061,390,3198,386,3320,378,3412,365,3443,356,3461,345,3467,336,3468,327,3460,305,3445,284,3425,267"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3682,336,3878,379"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,312,3734,339"/> <area shape="poly" title=" " alt="" coords="3775,303,3780,335,3775,336,3770,304"/>
<area shape="poly" title=" " alt="" coords="3442,259,3593,309,3591,314,3441,264"/> <area shape="poly" title=" " alt="" coords="4360,292,4394,310,4422,331,4431,343,4435,355,4433,368,4424,381,4401,387,4350,393,4174,404,3627,422,3008,434,2544,440,2544,435,3008,428,3626,416,4173,399,4349,388,4400,382,4421,377,4428,366,4430,355,4426,345,4418,335,4392,315,4358,297"/>
<area shape="poly" title=" " alt="" coords="3701,261,3727,278,3748,303,3756,326,3755,338,3747,349,3727,357,3688,364,3563,375,3198,388,2637,397,2621,399,2621,394,2637,392,3198,383,3563,369,3688,359,3726,352,3744,345,3750,336,3751,327,3743,305,3724,282,3698,265"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4216,336,4411,379"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,312,4072,339"/> <area shape="poly" title=" " alt="" coords="4300,302,4310,335,4305,336,4295,304"/>
<area shape="poly" title=" " alt="" coords="3710,258,3895,309,3894,314,3709,263"/> <area shape="poly" title=" " alt="" coords="4608,290,4653,306,4689,326,4700,338,4706,351,4704,366,4694,381,4667,388,4607,395,4404,406,3772,424,3064,435,2544,440,2544,435,3064,430,3772,419,4404,401,4607,390,4666,383,4690,376,4699,364,4701,352,4696,341,4686,330,4651,311,4606,295"/>
<area shape="poly" title=" " alt="" coords="3984,258,4033,273,4074,292,4088,304,4096,318,4096,333,4086,349,4060,359,4009,368,3846,380,3623,388,3370,392,2889,395,2637,397,2621,399,2621,394,2637,392,2889,390,3370,387,3623,383,3845,375,4009,362,4059,354,4082,345,4091,331,4091,319,4084,308,4071,297,4031,278,3982,263"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4485,336,4680,379"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,312,4349,339"/> <area shape="poly" title=" " alt="" coords="4528,297,4564,334,4560,338,4524,301"/>
<area shape="poly" title=" " alt="" coords="3975,257,4194,309,4193,314,3974,263"/> <area shape="poly" title=" " alt="" coords="4935,295,4959,314,4978,335,4986,358,4984,370,4976,381,4946,389,4878,396,4645,409,4315,419,3925,427,3122,437,2544,441,2544,435,3122,431,3925,421,4314,414,4645,404,4878,391,4945,384,4973,376,4979,368,4981,358,4974,338,4955,318,4931,299"/>
<area shape="poly" title=" " alt="" coords="4249,257,4305,270,4351,289,4367,301,4375,315,4375,331,4363,349,4333,361,4272,371,4077,385,3812,393,3510,396,2938,396,2637,397,2621,399,2621,394,2637,392,2938,391,3510,391,3812,387,4077,379,4272,365,4331,356,4360,345,4370,330,4370,317,4363,305,4349,294,4303,276,4247,262"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4755,336,4962,379"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,312,4640,339"/> <area shape="poly" title=" " alt="" coords="4877,304,4867,336,4862,335,4871,302"/>
<area shape="poly" title=" " alt="" coords="4215,257,4470,309,4469,314,4214,262"/> <area shape="poly" title=" " alt="" coords="1401,295,1359,312,1326,331,1317,342,1312,353,1313,364,1322,377,1335,383,1362,389,1452,399,1730,417,2053,428,2320,434,2320,439,2053,433,1730,422,1452,405,1361,394,1333,388,1318,381,1308,366,1307,352,1312,339,1323,327,1357,307,1399,290"/>
<area shape="poly" title=" " alt="" coords="4466,256,4584,278,4630,290,4654,302,4661,314,4664,326,4662,337,4654,349,4624,356,4557,363,4329,373,3651,387,2637,397,2621,399,2621,394,2637,392,3651,381,4328,368,4556,357,4623,351,4650,344,4657,335,4659,326,4656,316,4650,306,4628,295,4583,283,4465,262"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1331,336,1549,379"/>
<area shape="poly" title=" " alt="" coords="4629,261,4656,278,4677,303,4686,326,4684,338,4676,349,4646,356,4578,363,4348,373,3662,387,2637,397,2621,399,2621,394,2637,392,3662,381,4347,368,4578,358,4645,351,4673,344,4679,336,4681,327,4672,305,4652,282,4626,265"/> <area shape="poly" title=" " alt="" coords="1481,302,1456,337,1452,334,1476,299"/>
<area shape="poly" title=" " alt="" coords="4769,272,4741,313,4722,333,4698,349,4659,358,4584,366,4348,377,4031,385,3672,389,2993,393,2637,397,2621,399,2621,394,2637,392,2993,388,3672,384,4031,379,4348,372,4584,360,4658,353,4696,344,4718,329,4737,310,4764,269"/> <area shape="poly" title=" " alt="" coords="172,294,249,339,295,360,342,376,391,385,465,393,675,406,945,416,1251,424,1867,433,2321,436,2320,441,1867,438,1251,429,945,422,674,412,465,398,390,390,341,381,293,365,246,344,169,299"/>
<area shape="poly" title=" " alt="" coords="4970,266,4868,310,4804,333,4739,349,4645,364,4536,376,4283,390,3995,394,3691,393,3098,387,2843,388,2638,397,2621,399,2621,394,2637,392,2842,383,3098,381,3691,388,3995,389,4282,384,4536,370,4644,359,4738,344,4803,327,4866,306,4968,261"/> <area shape="poly" title=" " alt="" coords="336,302,353,343,367,362,384,376,414,385,473,393,662,407,922,417,1227,425,1854,433,2320,436,2320,441,1854,439,1226,430,922,423,662,412,472,399,413,390,381,381,363,365,349,346,331,304"/>
<area shape="poly" title=" " alt="" coords="2678,430,2579,471,2577,466,2676,425"/> <area shape="poly" title=" " alt="" coords="458,297,427,315,403,335,395,346,392,356,393,366,400,377,422,382,474,388,654,399,1215,417,1847,428,2320,435,2320,440,1847,434,1214,422,654,404,473,394,421,388,397,381,389,368,387,356,390,343,399,332,424,311,456,293"/>
<area shape="poly" title=" " alt="" coords="2724,437,2724,544,2719,544,2719,437"/> <area shape="poly" title=" " alt="" coords="617,292,485,321,416,338,408,358,410,367,416,376,437,382,489,388,668,399,1223,416,1851,428,2320,435,2320,440,1850,434,1223,422,667,404,489,394,436,388,413,381,405,369,403,358,413,334,483,315,615,287"/>
</map> </map>
</div> </div>
</div> </div>
@ -258,7 +258,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,125 +1,125 @@
<map id="BNO08xCbParamRptID.hpp" name="BNO08xCbParamRptID.hpp"> <map id="include/callback/BNO08xCbParamRptID.hpp" name="include/callback/BNO08xCbParamRptID.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1169,5,1351,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="4064,5,4248,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,80,1345,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4049,96,4263,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1263,48,1263,80,1257,80,1257,48"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="4159,64,4159,95,4153,95,4153,64"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,544,1292,571"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="4937,501,5077,528"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1160,97,929,98,639,106,493,114,357,124,242,139,155,157,101,169,53,180,35,188,20,200,11,217,8,242,8,409,11,419,18,429,48,448,96,465,160,481,322,506,515,524,719,537,914,546,1196,553,1196,558,913,551,719,543,515,530,321,511,159,486,95,470,46,453,14,433,6,422,3,410,3,241,6,216,16,197,32,184,52,175,100,164,154,152,241,133,357,119,492,108,639,101,929,93,1160,91"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="4279,117,4503,137,4757,168,4871,187,4965,210,5001,222,5029,235,5047,250,5053,265,5053,359,5049,401,5039,441,5015,502,5010,500,5034,440,5044,400,5048,359,5048,266,5043,253,5026,240,4999,227,4964,215,4870,193,4756,173,4502,142,4278,122"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,469,2596,496"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2372,576,2511,603"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="1160,99,866,109,684,118,500,132,329,151,188,175,134,190,93,206,67,223,61,232,59,242,59,326,64,336,81,347,147,367,252,385,389,401,738,428,1148,448,1575,462,1972,471,2500,478,2500,484,1972,476,1574,467,1148,453,738,433,389,407,251,391,146,372,79,352,60,340,53,327,53,241,56,230,63,220,90,201,132,185,187,170,329,146,499,127,683,113,865,103,1160,94"/> <area shape="poly" id="edge73_Node000002_Node000011" title=" " alt="" coords="4033,113,3190,113,2585,118,1934,127,1296,143,728,167,488,183,287,202,132,223,75,235,31,248,14,254,10,258,8,266,8,441,13,451,29,461,91,480,190,497,319,513,649,538,1039,556,1448,569,1834,578,2372,585,2372,590,1834,583,1448,575,1039,562,649,543,319,518,189,502,90,485,26,465,9,454,3,442,3,265,5,255,12,250,30,243,73,230,131,218,286,197,487,178,727,162,1296,138,1934,122,2585,112,3190,108,4033,107"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2825,155,2940,181"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5088,427,5278,453"/>
<area shape="poly" id="edge13_Node000002_Node000013" title=" " alt="" coords="1360,96,2825,161,2825,167,1360,102"/> <area shape="poly" id="edge12_Node000002_Node000013" title=" " alt="" coords="4279,109,4492,113,4739,123,4953,140,5028,153,5071,168,5102,196,5126,230,5146,267,5160,305,5178,376,5184,426,5179,427,5173,377,5155,307,5141,269,5122,233,5098,200,5068,173,5026,158,4952,146,4738,128,4492,118,4279,114"/>
<area shape="rect" id="Node000060" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,395,2794,421"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2699,171,2896,197"/>
<area shape="poly" id="edge71_Node000002_Node000060" title=" " alt="" coords="1360,92,2182,92,2780,97,3420,106,4038,122,4572,146,4787,162,4958,181,5077,202,5115,214,5136,227,5152,240,5171,249,5213,262,5247,269,5263,277,5239,285,5168,297,4824,349,4634,370,4382,386,4090,397,3779,404,3191,410,2794,410,2794,404,3191,405,3779,399,4090,391,4382,380,4634,365,4824,344,5168,291,5238,280,5258,276,5246,274,5211,267,5169,254,5149,244,5133,232,5113,219,5076,207,4958,186,4787,167,4571,152,4038,127,3420,111,2780,102,2182,98,1360,97"/> <area shape="poly" id="edge15_Node000002_Node000014" title=" " alt="" coords="4033,120,2896,180,2896,175,4033,115"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="2485,490,1292,556,1292,551,2485,485"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4862,576,5064,603"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,544,2794,571"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="4993,543,4973,577,4968,574,4989,540"/>
<area shape="poly" id="edge5_Node000004_Node000005" title=" " alt="" coords="2593,500,2692,541,2690,546,2591,505"/> <area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="4921,521,2511,589,2511,583,4921,516"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,544,2624,571"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5089,576,5277,603"/>
<area shape="poly" id="edge6_Node000004_Node000006" title=" " alt="" coords="2550,512,2548,544,2543,544,2544,512"/> <area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="5052,532,5153,573,5151,578,5050,537"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,619,2234,645"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4404,651,4599,677"/>
<area shape="poly" id="edge7_Node000006_Node000007" title=" " alt="" coords="2463,577,2227,621,2226,615,2462,571"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="4867,608,4583,653,4582,647,4867,603"/>
<area shape="rect" id="Node000008" href="$_callback_tests_8cpp.html" title=" " alt="" coords="2259,619,2387,645"/> <area shape="rect" id="Node000006" href="$_callback_tests_8cpp.html" title=" " alt="" coords="4623,651,4777,677"/>
<area shape="poly" id="edge8_Node000006_Node000008" title=" " alt="" coords="2493,578,2363,621,2361,615,2492,573"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="4903,610,4747,653,4745,647,4901,605"/>
<area shape="rect" id="Node000009" href="$_feature_tests_8cpp.html" title=" " alt="" coords="2411,619,2533,645"/> <area shape="rect" id="Node000007" href="$_feature_tests_8cpp.html" title=" " alt="" coords="4802,651,4950,677"/>
<area shape="poly" id="edge9_Node000006_Node000009" title=" " alt="" coords="2524,584,2486,620,2483,616,2520,580"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="4938,615,4893,652,4889,648,4934,611"/>
<area shape="rect" id="Node000010" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,619,2683,645"/> <area shape="rect" id="Node000008" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="4974,651,5125,677"/>
<area shape="poly" id="edge10_Node000006_Node000010" title=" " alt="" coords="2571,580,2609,616,2605,620,2567,583"/> <area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="4991,611,5036,648,5033,652,4988,615"/>
<area shape="rect" id="Node000011" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,619,2851,645"/> <area shape="rect" id="Node000009" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="5150,651,5320,677"/>
<area shape="poly" id="edge11_Node000006_Node000011" title=" " alt="" coords="2601,573,2738,615,2737,621,2599,578"/> <area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="5025,605,5188,647,5186,653,5024,610"/>
<area shape="rect" id="Node000012" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="2875,619,3027,645"/> <area shape="rect" id="Node000010" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="5344,651,5523,677"/>
<area shape="poly" id="edge12_Node000006_Node000012" title=" " alt="" coords="2632,571,2880,615,2879,621,2631,577"/> <area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="5061,603,5351,647,5351,653,5060,608"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,229,208,256"/> <area shape="poly" id="edge13_Node000013_Node000003" title=" " alt="" coords="5139,462,5039,503,5037,498,5137,457"/>
<area shape="poly" id="edge14_Node000013_Node000014" title=" " alt="" coords="2809,172,2321,175,1571,184,794,202,467,215,222,232,209,233,209,228,221,227,467,210,794,196,1571,178,2321,170,2809,167"/> <area shape="poly" id="edge14_Node000013_Node000012" title=" " alt="" coords="5185,469,5185,576,5180,576,5180,469"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,229,420,256"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2981,245,3153,288"/>
<area shape="poly" id="edge15_Node000013_Node000015" title=" " alt="" coords="2810,171,2445,171,1861,177,1157,195,791,211,432,232,421,233,421,228,432,227,791,205,1157,190,1861,171,2445,166,2810,166"/> <area shape="poly" id="edge16_Node000014_Node000015" title=" " alt="" coords="2855,200,2998,242,2996,247,2853,205"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,229,655,256"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3322,245,3494,288"/>
<area shape="poly" id="edge19_Node000013_Node000018" title=" " alt="" coords="2810,172,2477,175,1954,184,1326,202,999,215,679,232,655,234,655,228,679,227,999,210,1325,196,1954,179,2477,170,2810,167"/> <area shape="poly" id="edge20_Node000014_Node000018" title=" " alt="" coords="2909,197,3322,251,3321,257,2908,203"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,229,853,256"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3890,245,4062,288"/>
<area shape="poly" id="edge22_Node000013_Node000020" title=" " alt="" coords="2810,173,2043,188,1487,205,916,232,854,236,854,231,916,227,1487,200,2043,183,2810,168"/> <area shape="poly" id="edge23_Node000014_Node000020" title=" " alt="" coords="2911,184,3097,188,3337,197,3607,215,3878,243,3890,244,3889,250,3877,248,3606,220,3337,203,3096,193,2911,189"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,229,1146,256"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,245,1000,288"/>
<area shape="poly" id="edge25_Node000013_Node000022" title=" " alt="" coords="2809,174,2153,193,1687,210,1209,232,1147,236,1146,230,1209,227,1687,205,2153,187,2809,168"/> <area shape="poly" id="edge26_Node000014_Node000022" title=" " alt="" coords="2683,189,2324,195,1841,206,1362,223,1162,235,1011,248,1000,249,999,244,1010,243,1162,229,1361,218,1841,200,2324,190,2683,184"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,229,1376,256"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1023,245,1196,288"/>
<area shape="poly" id="edge28_Node000013_Node000024" title=" " alt="" coords="2809,174,2241,193,1845,210,1439,232,1377,237,1377,231,1438,227,1844,204,2241,187,2809,169"/> <area shape="poly" id="edge29_Node000014_Node000024" title=" " alt="" coords="2683,190,1934,208,1514,225,1340,236,1207,248,1196,249,1195,244,1206,243,1339,230,1514,220,1934,203,2683,185"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,229,1673,256"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1219,245,1392,288"/>
<area shape="poly" id="edge31_Node000013_Node000026" title=" " alt="" coords="2810,176,1673,238,1673,233,2809,171"/> <area shape="poly" id="edge32_Node000014_Node000026" title=" " alt="" coords="2684,191,2028,210,1667,227,1517,237,1403,248,1392,249,1391,244,1402,243,1517,232,1666,222,2028,205,2683,185"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,229,2640,256"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2345,245,2517,288"/>
<area shape="poly" id="edge34_Node000013_Node000028" title=" " alt="" coords="2810,188,2609,231,2608,226,2809,183"/> <area shape="poly" id="edge35_Node000014_Node000028" title=" " alt="" coords="2725,204,2518,249,2517,244,2724,199"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2997,229,3262,256"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3670,245,3866,288"/>
<area shape="poly" id="edge48_Node000013_Node000042" title=" " alt="" coords="2941,184,3087,226,3085,231,2939,189"/> <area shape="poly" id="edge49_Node000014_Node000042" title=" " alt="" coords="2912,192,3670,255,3670,260,2912,197"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3285,229,3494,256"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4201,245,4373,288"/>
<area shape="poly" id="edge51_Node000013_Node000044" title=" " alt="" coords="2956,177,3301,226,3300,231,2956,182"/> <area shape="poly" id="edge52_Node000014_Node000044" title=" " alt="" coords="2912,186,3416,206,3744,222,4075,243,4200,254,4200,259,4074,248,3743,227,3416,211,2912,192"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3518,229,3781,256"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4398,245,4592,288"/>
<area shape="poly" id="edge54_Node000013_Node000046" title=" " alt="" coords="2956,174,3517,226,3517,232,2956,179"/> <area shape="poly" id="edge55_Node000014_Node000046" title=" " alt="" coords="2911,185,3659,204,4079,221,4253,231,4386,243,4397,244,4397,249,4385,248,4253,237,4078,227,3659,210,2911,190"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3805,229,4006,256"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4798,245,4970,288"/>
<area shape="poly" id="edge57_Node000013_Node000048" title=" " alt="" coords="2956,170,3316,192,3794,227,3804,228,3804,233,3793,232,3316,197,2956,176"/> <area shape="poly" id="edge58_Node000014_Node000048" title=" " alt="" coords="2912,184,3307,188,3848,198,4389,216,4615,228,4786,243,4798,244,4797,250,4785,248,4614,233,4389,221,3848,204,3307,194,2912,189"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4030,229,4245,256"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1415,245,1588,288"/>
<area shape="poly" id="edge60_Node000013_Node000050" title=" " alt="" coords="2956,169,3405,189,3709,206,4019,227,4030,228,4029,233,4018,232,3709,211,3404,194,2956,175"/> <area shape="poly" id="edge61_Node000014_Node000050" title=" " alt="" coords="2683,195,1588,263,1588,257,2683,190"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4269,229,4456,256"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="43,245,216,288"/>
<area shape="poly" id="edge63_Node000013_Node000052" title=" " alt="" coords="2956,168,3498,184,3874,202,4258,227,4269,228,4268,233,4257,232,3873,207,3497,190,2956,173"/> <area shape="poly" id="edge64_Node000014_Node000052" title=" " alt="" coords="2683,188,2185,190,1475,197,1103,205,755,215,454,230,227,248,216,249,215,244,226,243,454,224,755,210,1103,199,1475,192,2185,184,2683,183"/>
<area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4481,229,4666,256"/> <area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="239,245,412,288"/>
<area shape="poly" id="edge65_Node000013_Node000054" title=" " alt="" coords="2956,167,3578,182,4018,199,4468,227,4481,228,4480,233,4468,232,4018,205,3578,187,2956,173"/> <area shape="poly" id="edge66_Node000014_Node000054" title=" " alt="" coords="2684,188,2220,191,1567,199,906,217,631,231,423,248,412,249,411,244,422,243,631,225,906,212,1566,194,2220,186,2684,183"/>
<area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4691,229,4867,256"/> <area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="435,245,608,288"/>
<area shape="poly" id="edge67_Node000013_Node000056" title=" " alt="" coords="2956,167,3235,169,3659,178,4163,196,4423,209,4679,227,4691,228,4690,233,4678,232,4423,215,4162,201,3659,183,3235,175,2956,172"/> <area shape="poly" id="edge68_Node000014_Node000056" title=" " alt="" coords="2683,189,2254,192,1658,201,1058,219,808,232,619,248,608,249,607,244,618,243,808,227,1058,214,1657,196,2254,187,2683,183"/>
<area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4891,229,5122,256"/> <area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="631,245,804,288"/>
<area shape="poly" id="edge69_Node000013_Node000058" title=" " alt="" coords="2956,167,3261,171,3734,180,4299,198,4879,227,4891,227,4890,233,4879,232,4298,203,3734,186,3261,176,2956,173"/> <area shape="poly" id="edge70_Node000014_Node000058" title=" " alt="" coords="2683,189,2289,193,1749,204,1210,221,985,233,815,248,804,249,803,244,814,243,985,228,1209,216,1749,198,2289,188,2683,184"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,395,2621,421"/> <area shape="rect" id="Node000060" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4616,253,4774,280"/>
<area shape="poly" id="edge16_Node000015_Node000016" title=" " alt="" coords="240,262,188,277,146,296,132,307,124,318,125,331,134,345,161,352,229,359,461,371,1174,389,1953,399,2480,404,2480,409,1953,405,1174,394,461,377,229,364,160,357,130,349,119,332,119,317,128,303,143,291,186,272,238,257"/> <area shape="poly" id="edge72_Node000014_Node000060" title=" " alt="" coords="2911,184,3274,189,3763,199,4249,216,4451,228,4604,243,4646,250,4645,255,4604,248,4450,234,4249,222,3763,204,3274,194,2911,189"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,312,331,339"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2321,427,2543,453"/>
<area shape="poly" id="edge18_Node000015_Node000017" title=" " alt="" coords="303,268,253,314,249,310,300,264"/> <area shape="poly" id="edge17_Node000015_Node000016" title=" " alt="" coords="3071,304,3065,344,3057,364,3043,381,3017,393,2972,403,2841,419,2687,430,2544,437,2544,432,2686,425,2841,413,2971,397,3015,387,3040,377,3052,361,3060,343,3066,303"/>
<area shape="poly" id="edge17_Node000016_Node000004" title=" " alt="" coords="2552,437,2551,469,2546,469,2547,437"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3104,344,3371,371"/>
<area shape="poly" id="edge20_Node000018_Node000016" title=" " alt="" coords="453,264,421,281,396,305,387,326,389,335,395,344,419,351,479,357,684,369,1313,387,2004,398,2480,403,2480,409,2004,403,1313,392,683,374,478,363,418,356,392,349,384,337,382,326,391,303,417,276,450,259"/> <area shape="poly" id="edge19_Node000015_Node000017" title=" " alt="" coords="3121,293,3214,341,3212,346,3119,298"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,312,616,339"/> <area shape="poly" id="edge18_Node000016_Node000003" title=" " alt="" coords="2559,442,4936,509,4936,514,2559,448"/>
<area shape="poly" id="edge21_Node000018_Node000019" title=" " alt="" coords="539,271,519,313,514,311,534,269"/> <area shape="poly" id="edge21_Node000018_Node000016" title=" " alt="" coords="3413,304,3407,344,3398,364,3384,381,3367,391,3339,399,3259,413,3152,424,3029,431,2766,440,2544,442,2544,436,2766,434,3029,426,3152,418,3258,408,3338,394,3364,386,3381,377,3394,361,3402,343,3407,303"/>
<area shape="poly" id="edge23_Node000020_Node000016" title=" " alt="" coords="725,265,700,282,681,305,673,327,674,336,680,345,707,356,761,366,940,381,1189,393,1478,400,2067,405,2480,404,2480,410,2067,410,1478,405,1189,398,940,387,760,371,705,361,677,349,669,338,668,326,676,303,696,279,722,261"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3446,336,3658,379"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,312,853,339"/> <area shape="poly" id="edge22_Node000018_Node000019" title=" " alt="" coords="3456,294,3520,333,3517,338,3453,299"/>
<area shape="poly" id="edge24_Node000020_Node000021" title=" " alt="" coords="775,272,775,312,769,312,769,272"/> <area shape="poly" id="edge24_Node000020_Node000016" title=" " alt="" coords="3968,304,3948,346,3933,365,3913,381,3891,388,3850,394,3721,405,3331,422,2890,433,2544,440,2544,434,2890,428,3331,416,3720,399,3850,388,3890,382,3911,376,3929,362,3943,343,3963,302"/>
<area shape="poly" id="edge26_Node000022_Node000016" title=" " alt="" coords="971,264,941,281,918,305,910,327,912,336,918,345,940,354,987,363,1141,377,1354,388,1604,395,2114,403,2480,404,2480,409,2114,408,1604,401,1354,393,1140,383,986,368,938,359,914,349,907,338,905,326,914,303,938,277,968,260"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4003,336,4192,379"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,312,1146,339"/> <area shape="poly" id="edge25_Node000020_Node000021" title=" " alt="" coords="4018,295,4070,333,4067,338,4015,299"/>
<area shape="poly" id="edge27_Node000022_Node000023" title=" " alt="" coords="1040,272,1040,312,1035,312,1035,272"/> <area shape="poly" id="edge27_Node000022_Node000016" title=" " alt="" coords="813,294,727,317,696,329,681,338,672,358,674,367,680,377,703,387,751,396,906,410,1124,421,1380,429,1913,436,2320,436,2320,442,1913,441,1380,434,1124,427,906,416,750,401,702,392,677,381,669,369,667,358,677,334,694,324,726,312,812,289"/>
<area shape="poly" id="edge29_Node000024_Node000016" title=" " alt="" coords="1254,266,1230,283,1212,305,1204,327,1205,336,1211,345,1229,352,1266,360,1389,373,1560,383,1760,390,2174,400,2480,404,2480,409,2174,405,1760,396,1560,388,1388,378,1265,365,1227,357,1208,349,1200,338,1198,326,1207,303,1226,279,1251,261"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="427,336,616,379"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,312,1376,339"/> <area shape="poly" id="edge28_Node000022_Node000023" title=" " alt="" coords="813,293,614,338,613,333,811,288"/>
<area shape="poly" id="edge30_Node000024_Node000025" title=" " alt="" coords="1301,272,1301,312,1296,312,1296,272"/> <area shape="poly" id="edge30_Node000024_Node000016" title=" " alt="" coords="1047,298,1016,315,992,336,985,346,981,356,983,366,990,377,1008,385,1045,392,1169,405,1343,415,1547,423,1979,432,2320,436,2320,441,1979,437,1547,428,1342,421,1169,411,1044,398,1006,390,986,381,978,368,976,356,980,344,988,332,1013,311,1044,293"/>
<area shape="poly" id="edge32_Node000026_Node000016" title=" " alt="" coords="1494,264,1464,281,1441,305,1433,326,1434,335,1440,345,1454,351,1484,357,1583,369,1883,386,2221,397,2480,403,2480,408,2221,402,1883,391,1583,374,1483,363,1453,356,1437,349,1429,337,1427,326,1436,303,1461,277,1491,260"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="690,344,926,371"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,312,1673,339"/> <area shape="poly" id="edge31_Node000024_Node000025" title=" " alt="" coords="1025,295,852,346,850,341,1023,290"/>
<area shape="poly" id="edge33_Node000026_Node000027" title=" " alt="" coords="1564,272,1564,312,1559,312,1559,272"/> <area shape="poly" id="edge33_Node000026_Node000016" title=" " alt="" coords="1296,303,1291,343,1295,361,1304,377,1318,383,1345,389,1437,400,1720,417,2049,428,2321,434,2320,440,2049,433,1720,422,1437,405,1345,394,1316,388,1301,381,1290,363,1286,343,1290,303"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,304,1915,347"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1000,336,1205,379"/>
<area shape="poly" id="edge35_Node000028_Node000029" title=" " alt="" coords="2446,255,2208,275,1927,307,1915,308,1915,303,1926,301,2208,270,2446,249"/> <area shape="poly" id="edge34_Node000026_Node000027" title=" " alt="" coords="1245,297,1151,338,1149,333,1243,292"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,312,2165,339"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2640,336,2832,379"/>
<area shape="poly" id="edge37_Node000028_Node000031" title=" " alt="" coords="2458,262,2131,314,2130,309,2457,256"/> <area shape="poly" id="edge36_Node000028_Node000029" title=" " alt="" coords="2518,290,2665,333,2664,338,2516,295"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,312,2358,339"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2857,336,3029,379"/>
<area shape="poly" id="edge39_Node000028_Node000033" title=" " alt="" coords="2494,263,2318,314,2316,309,2492,258"/> <area shape="poly" id="edge38_Node000028_Node000031" title=" " alt="" coords="2532,281,2844,333,2857,336,2856,341,2844,339,2531,286"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,312,2546,339"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1855,336,2028,379"/>
<area shape="poly" id="edge41_Node000028_Node000035" title=" " alt="" coords="2528,269,2479,314,2475,310,2524,265"/> <area shape="poly" id="edge40_Node000028_Node000033" title=" " alt="" coords="2330,287,2039,339,2028,341,2027,335,2038,333,2329,282"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,312,2704,339"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2051,336,2224,379"/>
<area shape="poly" id="edge43_Node000028_Node000037" title=" " alt="" coords="2577,265,2626,310,2622,314,2574,269"/> <area shape="poly" id="edge42_Node000028_Node000035" title=" " alt="" coords="2349,295,2207,338,2205,333,2347,290"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,312,2907,339"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2247,336,2420,379"/>
<area shape="poly" id="edge45_Node000028_Node000039" title=" " alt="" coords="2607,258,2776,309,2775,314,2606,263"/> <area shape="poly" id="edge44_Node000028_Node000037" title=" " alt="" coords="2399,301,2358,337,2354,333,2395,297"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,312,3113,339"/> <area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2443,336,2616,379"/>
<area shape="poly" id="edge46_Node000028_Node000040" title=" " alt="" coords="2648,256,2919,301,2959,309,2958,314,2918,307,2647,262"/> <area shape="poly" id="edge46_Node000028_Node000039" title=" " alt="" coords="2467,297,2508,333,2504,337,2463,301"/>
<area shape="poly" id="edge36_Node000029_Node000016" title=" " alt="" coords="1930,344,2241,378,2480,399,2480,404,2240,384,1930,350"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1572,344,1831,371"/>
<area shape="poly" id="edge38_Node000031_Node000016" title=" " alt="" coords="2146,339,2480,393,2479,398,2145,344"/> <area shape="poly" id="edge48_Node000028_Node000041" title=" " alt="" coords="2329,282,1843,339,1788,346,1788,341,1842,333,2329,276"/>
<area shape="poly" id="edge40_Node000033_Node000016" title=" " alt="" coords="2332,341,2508,392,2506,397,2330,346"/> <area shape="poly" id="edge37_Node000029_Node000016" title=" " alt="" coords="2644,386,2481,429,2479,423,2642,381"/>
<area shape="poly" id="edge42_Node000035_Node000016" title=" " alt="" coords="2491,348,2539,393,2536,396,2487,351"/> <area shape="poly" id="edge39_Node000031_Node000016" title=" " alt="" coords="2841,382,2530,429,2529,423,2841,376"/>
<area shape="poly" id="edge44_Node000037_Node000016" title=" " alt="" coords="2614,351,2566,396,2562,393,2611,348"/> <area shape="poly" id="edge41_Node000033_Node000016" title=" " alt="" coords="2043,377,2341,423,2340,429,2042,382"/>
<area shape="poly" id="edge47_Node000040_Node000016" title=" " alt="" coords="2944,345,2919,349,2622,398,2621,393,2918,344,2943,339"/> <area shape="poly" id="edge43_Node000035_Node000016" title=" " alt="" coords="2229,381,2386,423,2385,429,2227,386"/>
<area shape="poly" id="edge49_Node000042_Node000016" title=" " alt="" coords="3139,271,3142,311,3137,331,3126,349,3095,362,3040,372,2887,386,2638,397,2621,399,2621,394,2637,392,2887,380,3039,367,3094,357,3122,345,3132,329,3136,310,3134,271"/> <area shape="poly" id="edge45_Node000037_Node000016" title=" " alt="" coords="2372,387,2418,424,2415,428,2369,391"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,312,3451,339"/> <area shape="poly" id="edge47_Node000039_Node000016" title=" " alt="" coords="2494,391,2449,428,2446,424,2491,387"/>
<area shape="poly" id="edge50_Node000042_Node000043" title=" " alt="" coords="3174,260,3290,309,3288,314,3172,265"/> <area shape="poly" id="edge50_Node000042_Node000016" title=" " alt="" coords="3833,293,3865,311,3889,332,3898,344,3901,356,3899,368,3891,381,3871,390,3832,398,3706,411,3531,421,3324,429,2888,438,2543,441,2543,436,2888,432,3324,423,3531,416,3706,405,3831,392,3869,385,3888,377,3894,366,3896,356,3893,346,3886,336,3862,315,3831,298"/>
<area shape="poly" id="edge52_Node000044_Node000016" title=" " alt="" coords="3428,263,3449,280,3465,303,3473,326,3472,338,3465,349,3445,361,3413,370,3320,384,3198,392,3061,395,2796,395,2637,397,2621,399,2621,394,2637,392,2796,390,3061,390,3198,386,3320,378,3412,365,3443,356,3461,345,3467,336,3468,327,3460,305,3445,284,3425,267"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3682,336,3878,379"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,312,3734,339"/> <area shape="poly" id="edge51_Node000042_Node000043" title=" " alt="" coords="3775,303,3780,335,3775,336,3770,304"/>
<area shape="poly" id="edge53_Node000044_Node000045" title=" " alt="" coords="3442,259,3593,309,3591,314,3441,264"/> <area shape="poly" id="edge53_Node000044_Node000016" title=" " alt="" coords="4360,292,4394,310,4422,331,4431,343,4435,355,4433,368,4424,381,4401,387,4350,393,4174,404,3627,422,3008,434,2544,440,2544,435,3008,428,3626,416,4173,399,4349,388,4400,382,4421,377,4428,366,4430,355,4426,345,4418,335,4392,315,4358,297"/>
<area shape="poly" id="edge55_Node000046_Node000016" title=" " alt="" coords="3701,261,3727,278,3748,303,3756,326,3755,338,3747,349,3727,357,3688,364,3563,375,3198,388,2637,397,2621,399,2621,394,2637,392,3198,383,3563,369,3688,359,3726,352,3744,345,3750,336,3751,327,3743,305,3724,282,3698,265"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4216,336,4411,379"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,312,4072,339"/> <area shape="poly" id="edge54_Node000044_Node000045" title=" " alt="" coords="4300,302,4310,335,4305,336,4295,304"/>
<area shape="poly" id="edge56_Node000046_Node000047" title=" " alt="" coords="3710,258,3895,309,3894,314,3709,263"/> <area shape="poly" id="edge56_Node000046_Node000016" title=" " alt="" coords="4608,290,4653,306,4689,326,4700,338,4706,351,4704,366,4694,381,4667,388,4607,395,4404,406,3772,424,3064,435,2544,440,2544,435,3064,430,3772,419,4404,401,4607,390,4666,383,4690,376,4699,364,4701,352,4696,341,4686,330,4651,311,4606,295"/>
<area shape="poly" id="edge58_Node000048_Node000016" title=" " alt="" coords="3984,258,4033,273,4074,292,4088,304,4096,318,4096,333,4086,349,4060,359,4009,368,3846,380,3623,388,3370,392,2889,395,2637,397,2621,399,2621,394,2637,392,2889,390,3370,387,3623,383,3845,375,4009,362,4059,354,4082,345,4091,331,4091,319,4084,308,4071,297,4031,278,3982,263"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4485,336,4680,379"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,312,4349,339"/> <area shape="poly" id="edge57_Node000046_Node000047" title=" " alt="" coords="4528,297,4564,334,4560,338,4524,301"/>
<area shape="poly" id="edge59_Node000048_Node000049" title=" " alt="" coords="3975,257,4194,309,4193,314,3974,263"/> <area shape="poly" id="edge59_Node000048_Node000016" title=" " alt="" coords="4935,295,4959,314,4978,335,4986,358,4984,370,4976,381,4946,389,4878,396,4645,409,4315,419,3925,427,3122,437,2544,441,2544,435,3122,431,3925,421,4314,414,4645,404,4878,391,4945,384,4973,376,4979,368,4981,358,4974,338,4955,318,4931,299"/>
<area shape="poly" id="edge61_Node000050_Node000016" title=" " alt="" coords="4249,257,4305,270,4351,289,4367,301,4375,315,4375,331,4363,349,4333,361,4272,371,4077,385,3812,393,3510,396,2938,396,2637,397,2621,399,2621,394,2637,392,2938,391,3510,391,3812,387,4077,379,4272,365,4331,356,4360,345,4370,330,4370,317,4363,305,4349,294,4303,276,4247,262"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4755,336,4962,379"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,312,4640,339"/> <area shape="poly" id="edge60_Node000048_Node000049" title=" " alt="" coords="4877,304,4867,336,4862,335,4871,302"/>
<area shape="poly" id="edge62_Node000050_Node000051" title=" " alt="" coords="4215,257,4470,309,4469,314,4214,262"/> <area shape="poly" id="edge62_Node000050_Node000016" title=" " alt="" coords="1401,295,1359,312,1326,331,1317,342,1312,353,1313,364,1322,377,1335,383,1362,389,1452,399,1730,417,2053,428,2320,434,2320,439,2053,433,1730,422,1452,405,1361,394,1333,388,1318,381,1308,366,1307,352,1312,339,1323,327,1357,307,1399,290"/>
<area shape="poly" id="edge64_Node000052_Node000016" title=" " alt="" coords="4466,256,4584,278,4630,290,4654,302,4661,314,4664,326,4662,337,4654,349,4624,356,4557,363,4329,373,3651,387,2637,397,2621,399,2621,394,2637,392,3651,381,4328,368,4556,357,4623,351,4650,344,4657,335,4659,326,4656,316,4650,306,4628,295,4583,283,4465,262"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1331,336,1549,379"/>
<area shape="poly" id="edge66_Node000054_Node000016" title=" " alt="" coords="4629,261,4656,278,4677,303,4686,326,4684,338,4676,349,4646,356,4578,363,4348,373,3662,387,2637,397,2621,399,2621,394,2637,392,3662,381,4347,368,4578,358,4645,351,4673,344,4679,336,4681,327,4672,305,4652,282,4626,265"/> <area shape="poly" id="edge63_Node000050_Node000051" title=" " alt="" coords="1481,302,1456,337,1452,334,1476,299"/>
<area shape="poly" id="edge68_Node000056_Node000016" title=" " alt="" coords="4769,272,4741,313,4722,333,4698,349,4659,358,4584,366,4348,377,4031,385,3672,389,2993,393,2637,397,2621,399,2621,394,2637,392,2993,388,3672,384,4031,379,4348,372,4584,360,4658,353,4696,344,4718,329,4737,310,4764,269"/> <area shape="poly" id="edge65_Node000052_Node000016" title=" " alt="" coords="172,294,249,339,295,360,342,376,391,385,465,393,675,406,945,416,1251,424,1867,433,2321,436,2320,441,1867,438,1251,429,945,422,674,412,465,398,390,390,341,381,293,365,246,344,169,299"/>
<area shape="poly" id="edge70_Node000058_Node000016" title=" " alt="" coords="4970,266,4868,310,4804,333,4739,349,4645,364,4536,376,4283,390,3995,394,3691,393,3098,387,2843,388,2638,397,2621,399,2621,394,2637,392,2842,383,3098,381,3691,388,3995,389,4282,384,4536,370,4644,359,4738,344,4803,327,4866,306,4968,261"/> <area shape="poly" id="edge67_Node000054_Node000016" title=" " alt="" coords="336,302,353,343,367,362,384,376,414,385,473,393,662,407,922,417,1227,425,1854,433,2320,436,2320,441,1854,439,1226,430,922,423,662,412,472,399,413,390,381,381,363,365,349,346,331,304"/>
<area shape="poly" id="edge72_Node000060_Node000004" title=" " alt="" coords="2678,430,2579,471,2577,466,2676,425"/> <area shape="poly" id="edge69_Node000056_Node000016" title=" " alt="" coords="458,297,427,315,403,335,395,346,392,356,393,366,400,377,422,382,474,388,654,399,1215,417,1847,428,2320,435,2320,440,1847,434,1214,422,654,404,473,394,421,388,397,381,389,368,387,356,390,343,399,332,424,311,456,293"/>
<area shape="poly" id="edge73_Node000060_Node000005" title=" " alt="" coords="2724,437,2724,544,2719,544,2719,437"/> <area shape="poly" id="edge71_Node000058_Node000016" title=" " alt="" coords="617,292,485,321,416,338,408,358,410,367,416,376,437,382,489,388,668,399,1223,416,1851,428,2320,435,2320,440,1850,434,1223,422,667,404,489,394,436,388,413,381,405,369,403,358,413,334,483,315,615,287"/>
</map> </map>

View File

@ -1 +1 @@
385f6353c098a3b908b6b4170b5a50c8 cd86e961aec1da76f4412e78fa5a94d2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -1,9 +1,9 @@
<map id="BNO08xCbParamRptID.hpp" name="BNO08xCbParamRptID.hpp"> <map id="include/callback/BNO08xCbParamRptID.hpp" name="include/callback/BNO08xCbParamRptID.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,187,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="18,80,174,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="19,96,175,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="99,33,99,64,93,64,93,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="100,49,100,80,94,80,94,49"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="17,155,82,181"/> <area shape="rect" id="Node000003" title=" " alt="" coords="18,171,83,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="90,109,68,143,63,140,86,106"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="91,125,69,159,64,156,87,122"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="106,155,182,181"/> <area shape="rect" id="Node000004" title=" " alt="" coords="107,171,183,197"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="107,106,130,140,125,143,102,109"/> <area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="108,122,131,156,126,159,103,125"/>
</map> </map>

View File

@ -1 +1 @@
54a824c4d5b84f653400fc6d87156c95 c43d4bb2f3c3a0cb72a5d6aeda10ca78

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbParamRptID.hpp Source File</title> <title>esp32_BNO08x: include/callback/BNO08xCbParamRptID.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -141,7 +141,7 @@ $(function(){initNavTree('_b_n_o08x_cb_param_rpt_i_d_8hpp_source.html',''); init
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbParamVoid.hpp File Reference</title> <title>esp32_BNO08x: include/callback/BNO08xCbParamVoid.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -101,145 +101,145 @@ $(function(){initNavTree('_b_n_o08x_cb_param_void_8hpp.html',''); initResizable(
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xCbParamVoid.hpp:</div> Include dependency graph for BNO08xCbParamVoid.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_param_void_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_cb_param_void_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_param_void_8hpp__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_param_void_8hpp" alt=""/></div>
<map name="a_b_n_o08x_cb_param_void_8hpp" id="a_b_n_o08x_cb_param_void_8hpp"> <map name="ainclude_2callback_2_b_n_o08x_cb_param_void_8hpp" id="ainclude_2callback_2_b_n_o08x_cb_param_void_8hpp">
<area shape="rect" title=" " alt="" coords="5,5,181,32"/> <area shape="rect" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="15,80,171,107"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="19,96,175,123"/>
<area shape="poly" title=" " alt="" coords="96,33,96,64,90,64,90,33"/> <area shape="poly" title=" " alt="" coords="100,49,100,80,94,80,94,49"/>
<area shape="rect" title=" " alt="" coords="14,155,79,181"/> <area shape="rect" title=" " alt="" coords="18,171,83,197"/>
<area shape="poly" title=" " alt="" coords="87,109,65,143,60,140,83,106"/> <area shape="poly" title=" " alt="" coords="91,125,69,159,64,156,87,122"/>
<area shape="rect" title=" " alt="" coords="103,155,179,181"/> <area shape="rect" title=" " alt="" coords="107,171,183,197"/>
<area shape="poly" title=" " alt="" coords="104,106,127,140,122,143,99,109"/> <area shape="poly" title=" " alt="" coords="108,122,131,156,126,159,103,125"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_cb_param_void_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_cb_param_void_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_cb_param_void_8hpp__dep__incl.png" border="0" usemap="#ainclude_2callback_2_b_n_o08x_cb_param_void_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_cb_param_void_8hppdep" id="a_b_n_o08x_cb_param_void_8hppdep"> <map name="ainclude_2callback_2_b_n_o08x_cb_param_void_8hppdep" id="ainclude_2callback_2_b_n_o08x_cb_param_void_8hppdep">
<area shape="rect" title=" " alt="" coords="1172,5,1348,32"/> <area shape="rect" title=" " alt="" coords="4064,5,4248,48"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,80,1345,107"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4049,96,4263,123"/>
<area shape="poly" title=" " alt="" coords="1263,48,1263,80,1257,80,1257,48"/> <area shape="poly" title=" " alt="" coords="4159,64,4159,95,4153,95,4153,64"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,544,1292,571"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="4937,501,5077,528"/>
<area shape="poly" title=" " alt="" coords="1160,97,929,98,639,106,493,114,357,124,242,139,155,157,101,169,53,180,35,188,20,200,11,217,8,242,8,409,11,419,18,429,48,448,96,465,160,481,322,506,515,524,719,537,914,546,1196,553,1196,558,913,551,719,543,515,530,321,511,159,486,95,470,46,453,14,433,6,422,3,410,3,241,6,216,16,197,32,184,52,175,100,164,154,152,241,133,357,119,492,108,639,101,929,93,1160,91"/> <area shape="poly" title=" " alt="" coords="4279,117,4503,137,4757,168,4871,187,4965,210,5001,222,5029,235,5047,250,5053,265,5053,359,5049,401,5039,441,5015,502,5010,500,5034,440,5044,400,5048,359,5048,266,5043,253,5026,240,4999,227,4964,215,4870,193,4756,173,4502,142,4278,122"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,469,2596,496"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2372,576,2511,603"/>
<area shape="poly" title=" " alt="" coords="1160,99,866,109,684,118,500,132,329,151,188,175,134,190,93,206,67,223,61,232,59,242,59,326,64,336,81,347,147,367,252,385,389,401,738,428,1148,448,1575,462,1972,471,2500,478,2500,484,1972,476,1574,467,1148,453,738,433,389,407,251,391,146,372,79,352,60,340,53,327,53,241,56,230,63,220,90,201,132,185,187,170,329,146,499,127,683,113,865,103,1160,94"/> <area shape="poly" title=" " alt="" coords="4033,113,3190,113,2585,118,1934,127,1296,143,728,167,488,183,287,202,132,223,75,235,31,248,14,254,10,258,8,266,8,441,13,451,29,461,91,480,190,497,319,513,649,538,1039,556,1448,569,1834,578,2372,585,2372,590,1834,583,1448,575,1039,562,649,543,319,518,189,502,90,485,26,465,9,454,3,442,3,265,5,255,12,250,30,243,73,230,131,218,286,197,487,178,727,162,1296,138,1934,122,2585,112,3190,108,4033,107"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2825,155,2940,181"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5088,427,5278,453"/>
<area shape="poly" title=" " alt="" coords="1360,96,2825,161,2825,167,1360,102"/> <area shape="poly" title=" " alt="" coords="4279,109,4492,113,4739,123,4953,140,5028,153,5071,168,5102,196,5126,230,5146,267,5160,305,5178,376,5184,426,5179,427,5173,377,5155,307,5141,269,5122,233,5098,200,5068,173,5026,158,4952,146,4738,128,4492,118,4279,114"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,395,2794,421"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2699,171,2896,197"/>
<area shape="poly" title=" " alt="" coords="1360,92,2182,92,2780,97,3420,106,4038,122,4572,146,4787,162,4958,181,5077,202,5115,214,5136,227,5152,240,5171,249,5213,262,5247,269,5263,277,5239,285,5168,297,4824,349,4634,370,4382,386,4090,397,3779,404,3191,410,2794,410,2794,404,3191,405,3779,399,4090,391,4382,380,4634,365,4824,344,5168,291,5238,280,5258,276,5246,274,5211,267,5169,254,5149,244,5133,232,5113,219,5076,207,4958,186,4787,167,4571,152,4038,127,3420,111,2780,102,2182,98,1360,97"/> <area shape="poly" title=" " alt="" coords="4033,120,2896,180,2896,175,4033,115"/>
<area shape="poly" title=" " alt="" coords="2485,490,1292,556,1292,551,2485,485"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4862,576,5064,603"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,544,2794,571"/> <area shape="poly" title=" " alt="" coords="4993,543,4973,577,4968,574,4989,540"/>
<area shape="poly" title=" " alt="" coords="2593,500,2692,541,2690,546,2591,505"/> <area shape="poly" title=" " alt="" coords="4921,521,2511,589,2511,583,4921,516"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,544,2624,571"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5089,576,5277,603"/>
<area shape="poly" title=" " alt="" coords="2550,512,2548,544,2543,544,2544,512"/> <area shape="poly" title=" " alt="" coords="5052,532,5153,573,5151,578,5050,537"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,619,2234,645"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4404,651,4599,677"/>
<area shape="poly" title=" " alt="" coords="2463,577,2227,621,2226,615,2462,571"/> <area shape="poly" title=" " alt="" coords="4867,608,4583,653,4582,647,4867,603"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="2259,619,2387,645"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="4623,651,4777,677"/>
<area shape="poly" title=" " alt="" coords="2493,578,2363,621,2361,615,2492,573"/> <area shape="poly" title=" " alt="" coords="4903,610,4747,653,4745,647,4901,605"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="2411,619,2533,645"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="4802,651,4950,677"/>
<area shape="poly" title=" " alt="" coords="2524,584,2486,620,2483,616,2520,580"/> <area shape="poly" title=" " alt="" coords="4938,615,4893,652,4889,648,4934,611"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,619,2683,645"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="4974,651,5125,677"/>
<area shape="poly" title=" " alt="" coords="2571,580,2609,616,2605,620,2567,583"/> <area shape="poly" title=" " alt="" coords="4991,611,5036,648,5033,652,4988,615"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,619,2851,645"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="5150,651,5320,677"/>
<area shape="poly" title=" " alt="" coords="2601,573,2738,615,2737,621,2599,578"/> <area shape="poly" title=" " alt="" coords="5025,605,5188,647,5186,653,5024,610"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="2875,619,3027,645"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="5344,651,5523,677"/>
<area shape="poly" title=" " alt="" coords="2632,571,2880,615,2879,621,2631,577"/> <area shape="poly" title=" " alt="" coords="5061,603,5351,647,5351,653,5060,608"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,229,208,256"/> <area shape="poly" title=" " alt="" coords="5139,462,5039,503,5037,498,5137,457"/>
<area shape="poly" title=" " alt="" coords="2809,172,2321,175,1571,184,794,202,467,215,222,232,209,233,209,228,221,227,467,210,794,196,1571,178,2321,170,2809,167"/> <area shape="poly" title=" " alt="" coords="5185,469,5185,576,5180,576,5180,469"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,229,420,256"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2981,245,3153,288"/>
<area shape="poly" title=" " alt="" coords="2810,171,2445,171,1861,177,1157,195,791,211,432,232,421,233,421,228,432,227,791,205,1157,190,1861,171,2445,166,2810,166"/> <area shape="poly" title=" " alt="" coords="2855,200,2998,242,2996,247,2853,205"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,229,655,256"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3322,245,3494,288"/>
<area shape="poly" title=" " alt="" coords="2810,172,2477,175,1954,184,1326,202,999,215,679,232,655,234,655,228,679,227,999,210,1325,196,1954,179,2477,170,2810,167"/> <area shape="poly" title=" " alt="" coords="2909,197,3322,251,3321,257,2908,203"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,229,853,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3890,245,4062,288"/>
<area shape="poly" title=" " alt="" coords="2810,173,2043,188,1487,205,916,232,854,236,854,231,916,227,1487,200,2043,183,2810,168"/> <area shape="poly" title=" " alt="" coords="2911,184,3097,188,3337,197,3607,215,3878,243,3890,244,3889,250,3877,248,3606,220,3337,203,3096,193,2911,189"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,229,1146,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,245,1000,288"/>
<area shape="poly" title=" " alt="" coords="2809,174,2153,193,1687,210,1209,232,1147,236,1146,230,1209,227,1687,205,2153,187,2809,168"/> <area shape="poly" title=" " alt="" coords="2683,189,2324,195,1841,206,1362,223,1162,235,1011,248,1000,249,999,244,1010,243,1162,229,1361,218,1841,200,2324,190,2683,184"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,229,1376,256"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1023,245,1196,288"/>
<area shape="poly" title=" " alt="" coords="2809,174,2241,193,1845,210,1439,232,1377,237,1377,231,1438,227,1844,204,2241,187,2809,169"/> <area shape="poly" title=" " alt="" coords="2683,190,1934,208,1514,225,1340,236,1207,248,1196,249,1195,244,1206,243,1339,230,1514,220,1934,203,2683,185"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,229,1673,256"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1219,245,1392,288"/>
<area shape="poly" title=" " alt="" coords="2810,176,1673,238,1673,233,2809,171"/> <area shape="poly" title=" " alt="" coords="2684,191,2028,210,1667,227,1517,237,1403,248,1392,249,1391,244,1402,243,1517,232,1666,222,2028,205,2683,185"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,229,2640,256"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2345,245,2517,288"/>
<area shape="poly" title=" " alt="" coords="2810,188,2609,231,2608,226,2809,183"/> <area shape="poly" title=" " alt="" coords="2725,204,2518,249,2517,244,2724,199"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2997,229,3262,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3670,245,3866,288"/>
<area shape="poly" title=" " alt="" coords="2941,184,3087,226,3085,231,2939,189"/> <area shape="poly" title=" " alt="" coords="2912,192,3670,255,3670,260,2912,197"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3285,229,3494,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4201,245,4373,288"/>
<area shape="poly" title=" " alt="" coords="2956,177,3301,226,3300,231,2956,182"/> <area shape="poly" title=" " alt="" coords="2912,186,3416,206,3744,222,4075,243,4200,254,4200,259,4074,248,3743,227,3416,211,2912,192"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3518,229,3781,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4398,245,4592,288"/>
<area shape="poly" title=" " alt="" coords="2956,174,3517,226,3517,232,2956,179"/> <area shape="poly" title=" " alt="" coords="2911,185,3659,204,4079,221,4253,231,4386,243,4397,244,4397,249,4385,248,4253,237,4078,227,3659,210,2911,190"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3805,229,4006,256"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4798,245,4970,288"/>
<area shape="poly" title=" " alt="" coords="2956,170,3316,192,3794,227,3804,228,3804,233,3793,232,3316,197,2956,176"/> <area shape="poly" title=" " alt="" coords="2912,184,3307,188,3848,198,4389,216,4615,228,4786,243,4798,244,4797,250,4785,248,4614,233,4389,221,3848,204,3307,194,2912,189"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4030,229,4245,256"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1415,245,1588,288"/>
<area shape="poly" title=" " alt="" coords="2956,169,3405,189,3709,206,4019,227,4030,228,4029,233,4018,232,3709,211,3404,194,2956,175"/> <area shape="poly" title=" " alt="" coords="2683,195,1588,263,1588,257,2683,190"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4269,229,4456,256"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="43,245,216,288"/>
<area shape="poly" title=" " alt="" coords="2956,168,3498,184,3874,202,4258,227,4269,228,4268,233,4257,232,3873,207,3497,190,2956,173"/> <area shape="poly" title=" " alt="" coords="2683,188,2185,190,1475,197,1103,205,755,215,454,230,227,248,216,249,215,244,226,243,454,224,755,210,1103,199,1475,192,2185,184,2683,183"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4481,229,4666,256"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="239,245,412,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3578,182,4018,199,4468,227,4481,228,4480,233,4468,232,4018,205,3578,187,2956,173"/> <area shape="poly" title=" " alt="" coords="2684,188,2220,191,1567,199,906,217,631,231,423,248,412,249,411,244,422,243,631,225,906,212,1566,194,2220,186,2684,183"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4691,229,4867,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="435,245,608,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3235,169,3659,178,4163,196,4423,209,4679,227,4691,228,4690,233,4678,232,4423,215,4162,201,3659,183,3235,175,2956,172"/> <area shape="poly" title=" " alt="" coords="2683,189,2254,192,1658,201,1058,219,808,232,619,248,608,249,607,244,618,243,808,227,1058,214,1657,196,2254,187,2683,183"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4891,229,5122,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="631,245,804,288"/>
<area shape="poly" title=" " alt="" coords="2956,167,3261,171,3734,180,4299,198,4879,227,4891,227,4890,233,4879,232,4298,203,3734,186,3261,176,2956,173"/> <area shape="poly" title=" " alt="" coords="2683,189,2289,193,1749,204,1210,221,985,233,815,248,804,249,803,244,814,243,985,228,1209,216,1749,198,2289,188,2683,184"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,395,2621,421"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4616,253,4774,280"/>
<area shape="poly" title=" " alt="" coords="240,262,188,277,146,296,132,307,124,318,125,331,134,345,161,352,229,359,461,371,1174,389,1953,399,2480,404,2480,409,1953,405,1174,394,461,377,229,364,160,357,130,349,119,332,119,317,128,303,143,291,186,272,238,257"/> <area shape="poly" title=" " alt="" coords="2911,184,3274,189,3763,199,4249,216,4451,228,4604,243,4646,250,4645,255,4604,248,4450,234,4249,222,3763,204,3274,194,2911,189"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,312,331,339"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2321,427,2543,453"/>
<area shape="poly" title=" " alt="" coords="303,268,253,314,249,310,300,264"/> <area shape="poly" title=" " alt="" coords="3071,304,3065,344,3057,364,3043,381,3017,393,2972,403,2841,419,2687,430,2544,437,2544,432,2686,425,2841,413,2971,397,3015,387,3040,377,3052,361,3060,343,3066,303"/>
<area shape="poly" title=" " alt="" coords="2552,437,2551,469,2546,469,2547,437"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3104,344,3371,371"/>
<area shape="poly" title=" " alt="" coords="453,264,421,281,396,305,387,326,389,335,395,344,419,351,479,357,684,369,1313,387,2004,398,2480,403,2480,409,2004,403,1313,392,683,374,478,363,418,356,392,349,384,337,382,326,391,303,417,276,450,259"/> <area shape="poly" title=" " alt="" coords="3121,293,3214,341,3212,346,3119,298"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,312,616,339"/> <area shape="poly" title=" " alt="" coords="2559,442,4936,509,4936,514,2559,448"/>
<area shape="poly" title=" " alt="" coords="539,271,519,313,514,311,534,269"/> <area shape="poly" title=" " alt="" coords="3413,304,3407,344,3398,364,3384,381,3367,391,3339,399,3259,413,3152,424,3029,431,2766,440,2544,442,2544,436,2766,434,3029,426,3152,418,3258,408,3338,394,3364,386,3381,377,3394,361,3402,343,3407,303"/>
<area shape="poly" title=" " alt="" coords="725,265,700,282,681,305,673,327,674,336,680,345,707,356,761,366,940,381,1189,393,1478,400,2067,405,2480,404,2480,410,2067,410,1478,405,1189,398,940,387,760,371,705,361,677,349,669,338,668,326,676,303,696,279,722,261"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3446,336,3658,379"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,312,853,339"/> <area shape="poly" title=" " alt="" coords="3456,294,3520,333,3517,338,3453,299"/>
<area shape="poly" title=" " alt="" coords="775,272,775,312,769,312,769,272"/> <area shape="poly" title=" " alt="" coords="3968,304,3948,346,3933,365,3913,381,3891,388,3850,394,3721,405,3331,422,2890,433,2544,440,2544,434,2890,428,3331,416,3720,399,3850,388,3890,382,3911,376,3929,362,3943,343,3963,302"/>
<area shape="poly" title=" " alt="" coords="971,264,941,281,918,305,910,327,912,336,918,345,940,354,987,363,1141,377,1354,388,1604,395,2114,403,2480,404,2480,409,2114,408,1604,401,1354,393,1140,383,986,368,938,359,914,349,907,338,905,326,914,303,938,277,968,260"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4003,336,4192,379"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,312,1146,339"/> <area shape="poly" title=" " alt="" coords="4018,295,4070,333,4067,338,4015,299"/>
<area shape="poly" title=" " alt="" coords="1040,272,1040,312,1035,312,1035,272"/> <area shape="poly" title=" " alt="" coords="813,294,727,317,696,329,681,338,672,358,674,367,680,377,703,387,751,396,906,410,1124,421,1380,429,1913,436,2320,436,2320,442,1913,441,1380,434,1124,427,906,416,750,401,702,392,677,381,669,369,667,358,677,334,694,324,726,312,812,289"/>
<area shape="poly" title=" " alt="" coords="1254,266,1230,283,1212,305,1204,327,1205,336,1211,345,1229,352,1266,360,1389,373,1560,383,1760,390,2174,400,2480,404,2480,409,2174,405,1760,396,1560,388,1388,378,1265,365,1227,357,1208,349,1200,338,1198,326,1207,303,1226,279,1251,261"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="427,336,616,379"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,312,1376,339"/> <area shape="poly" title=" " alt="" coords="813,293,614,338,613,333,811,288"/>
<area shape="poly" title=" " alt="" coords="1301,272,1301,312,1296,312,1296,272"/> <area shape="poly" title=" " alt="" coords="1047,298,1016,315,992,336,985,346,981,356,983,366,990,377,1008,385,1045,392,1169,405,1343,415,1547,423,1979,432,2320,436,2320,441,1979,437,1547,428,1342,421,1169,411,1044,398,1006,390,986,381,978,368,976,356,980,344,988,332,1013,311,1044,293"/>
<area shape="poly" title=" " alt="" coords="1494,264,1464,281,1441,305,1433,326,1434,335,1440,345,1454,351,1484,357,1583,369,1883,386,2221,397,2480,403,2480,408,2221,402,1883,391,1583,374,1483,363,1453,356,1437,349,1429,337,1427,326,1436,303,1461,277,1491,260"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="690,344,926,371"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,312,1673,339"/> <area shape="poly" title=" " alt="" coords="1025,295,852,346,850,341,1023,290"/>
<area shape="poly" title=" " alt="" coords="1564,272,1564,312,1559,312,1559,272"/> <area shape="poly" title=" " alt="" coords="1296,303,1291,343,1295,361,1304,377,1318,383,1345,389,1437,400,1720,417,2049,428,2321,434,2320,440,2049,433,1720,422,1437,405,1345,394,1316,388,1301,381,1290,363,1286,343,1290,303"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,304,1915,347"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1000,336,1205,379"/>
<area shape="poly" title=" " alt="" coords="2446,255,2208,275,1927,307,1915,308,1915,303,1926,301,2208,270,2446,249"/> <area shape="poly" title=" " alt="" coords="1245,297,1151,338,1149,333,1243,292"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,312,2165,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2640,336,2832,379"/>
<area shape="poly" title=" " alt="" coords="2458,262,2131,314,2130,309,2457,256"/> <area shape="poly" title=" " alt="" coords="2518,290,2665,333,2664,338,2516,295"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,312,2358,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2857,336,3029,379"/>
<area shape="poly" title=" " alt="" coords="2494,263,2318,314,2316,309,2492,258"/> <area shape="poly" title=" " alt="" coords="2532,281,2844,333,2857,336,2856,341,2844,339,2531,286"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,312,2546,339"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1855,336,2028,379"/>
<area shape="poly" title=" " alt="" coords="2528,269,2479,314,2475,310,2524,265"/> <area shape="poly" title=" " alt="" coords="2330,287,2039,339,2028,341,2027,335,2038,333,2329,282"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,312,2704,339"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2051,336,2224,379"/>
<area shape="poly" title=" " alt="" coords="2577,265,2626,310,2622,314,2574,269"/> <area shape="poly" title=" " alt="" coords="2349,295,2207,338,2205,333,2347,290"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,312,2907,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2247,336,2420,379"/>
<area shape="poly" title=" " alt="" coords="2607,258,2776,309,2775,314,2606,263"/> <area shape="poly" title=" " alt="" coords="2399,301,2358,337,2354,333,2395,297"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,312,3113,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2443,336,2616,379"/>
<area shape="poly" title=" " alt="" coords="2648,256,2919,301,2959,309,2958,314,2918,307,2647,262"/> <area shape="poly" title=" " alt="" coords="2467,297,2508,333,2504,337,2463,301"/>
<area shape="poly" title=" " alt="" coords="1930,344,2241,378,2480,399,2480,404,2240,384,1930,350"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1572,344,1831,371"/>
<area shape="poly" title=" " alt="" coords="2146,339,2480,393,2479,398,2145,344"/> <area shape="poly" title=" " alt="" coords="2329,282,1843,339,1788,346,1788,341,1842,333,2329,276"/>
<area shape="poly" title=" " alt="" coords="2332,341,2508,392,2506,397,2330,346"/> <area shape="poly" title=" " alt="" coords="2644,386,2481,429,2479,423,2642,381"/>
<area shape="poly" title=" " alt="" coords="2491,348,2539,393,2536,396,2487,351"/> <area shape="poly" title=" " alt="" coords="2841,382,2530,429,2529,423,2841,376"/>
<area shape="poly" title=" " alt="" coords="2614,351,2566,396,2562,393,2611,348"/> <area shape="poly" title=" " alt="" coords="2043,377,2341,423,2340,429,2042,382"/>
<area shape="poly" title=" " alt="" coords="2944,345,2919,349,2622,398,2621,393,2918,344,2943,339"/> <area shape="poly" title=" " alt="" coords="2229,381,2386,423,2385,429,2227,386"/>
<area shape="poly" title=" " alt="" coords="3139,271,3142,311,3137,331,3126,349,3095,362,3040,372,2887,386,2638,397,2621,399,2621,394,2637,392,2887,380,3039,367,3094,357,3122,345,3132,329,3136,310,3134,271"/> <area shape="poly" title=" " alt="" coords="2372,387,2418,424,2415,428,2369,391"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,312,3451,339"/> <area shape="poly" title=" " alt="" coords="2494,391,2449,428,2446,424,2491,387"/>
<area shape="poly" title=" " alt="" coords="3174,260,3290,309,3288,314,3172,265"/> <area shape="poly" title=" " alt="" coords="3833,293,3865,311,3889,332,3898,344,3901,356,3899,368,3891,381,3871,390,3832,398,3706,411,3531,421,3324,429,2888,438,2543,441,2543,436,2888,432,3324,423,3531,416,3706,405,3831,392,3869,385,3888,377,3894,366,3896,356,3893,346,3886,336,3862,315,3831,298"/>
<area shape="poly" title=" " alt="" coords="3428,263,3449,280,3465,303,3473,326,3472,338,3465,349,3445,361,3413,370,3320,384,3198,392,3061,395,2796,395,2637,397,2621,399,2621,394,2637,392,2796,390,3061,390,3198,386,3320,378,3412,365,3443,356,3461,345,3467,336,3468,327,3460,305,3445,284,3425,267"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3682,336,3878,379"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,312,3734,339"/> <area shape="poly" title=" " alt="" coords="3775,303,3780,335,3775,336,3770,304"/>
<area shape="poly" title=" " alt="" coords="3442,259,3593,309,3591,314,3441,264"/> <area shape="poly" title=" " alt="" coords="4360,292,4394,310,4422,331,4431,343,4435,355,4433,368,4424,381,4401,387,4350,393,4174,404,3627,422,3008,434,2544,440,2544,435,3008,428,3626,416,4173,399,4349,388,4400,382,4421,377,4428,366,4430,355,4426,345,4418,335,4392,315,4358,297"/>
<area shape="poly" title=" " alt="" coords="3701,261,3727,278,3748,303,3756,326,3755,338,3747,349,3727,357,3688,364,3563,375,3198,388,2637,397,2621,399,2621,394,2637,392,3198,383,3563,369,3688,359,3726,352,3744,345,3750,336,3751,327,3743,305,3724,282,3698,265"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4216,336,4411,379"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,312,4072,339"/> <area shape="poly" title=" " alt="" coords="4300,302,4310,335,4305,336,4295,304"/>
<area shape="poly" title=" " alt="" coords="3710,258,3895,309,3894,314,3709,263"/> <area shape="poly" title=" " alt="" coords="4608,290,4653,306,4689,326,4700,338,4706,351,4704,366,4694,381,4667,388,4607,395,4404,406,3772,424,3064,435,2544,440,2544,435,3064,430,3772,419,4404,401,4607,390,4666,383,4690,376,4699,364,4701,352,4696,341,4686,330,4651,311,4606,295"/>
<area shape="poly" title=" " alt="" coords="3984,258,4033,273,4074,292,4088,304,4096,318,4096,333,4086,349,4060,359,4009,368,3846,380,3623,388,3370,392,2889,395,2637,397,2621,399,2621,394,2637,392,2889,390,3370,387,3623,383,3845,375,4009,362,4059,354,4082,345,4091,331,4091,319,4084,308,4071,297,4031,278,3982,263"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4485,336,4680,379"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,312,4349,339"/> <area shape="poly" title=" " alt="" coords="4528,297,4564,334,4560,338,4524,301"/>
<area shape="poly" title=" " alt="" coords="3975,257,4194,309,4193,314,3974,263"/> <area shape="poly" title=" " alt="" coords="4935,295,4959,314,4978,335,4986,358,4984,370,4976,381,4946,389,4878,396,4645,409,4315,419,3925,427,3122,437,2544,441,2544,435,3122,431,3925,421,4314,414,4645,404,4878,391,4945,384,4973,376,4979,368,4981,358,4974,338,4955,318,4931,299"/>
<area shape="poly" title=" " alt="" coords="4249,257,4305,270,4351,289,4367,301,4375,315,4375,331,4363,349,4333,361,4272,371,4077,385,3812,393,3510,396,2938,396,2637,397,2621,399,2621,394,2637,392,2938,391,3510,391,3812,387,4077,379,4272,365,4331,356,4360,345,4370,330,4370,317,4363,305,4349,294,4303,276,4247,262"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4755,336,4962,379"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,312,4640,339"/> <area shape="poly" title=" " alt="" coords="4877,304,4867,336,4862,335,4871,302"/>
<area shape="poly" title=" " alt="" coords="4215,257,4470,309,4469,314,4214,262"/> <area shape="poly" title=" " alt="" coords="1401,295,1359,312,1326,331,1317,342,1312,353,1313,364,1322,377,1335,383,1362,389,1452,399,1730,417,2053,428,2320,434,2320,439,2053,433,1730,422,1452,405,1361,394,1333,388,1318,381,1308,366,1307,352,1312,339,1323,327,1357,307,1399,290"/>
<area shape="poly" title=" " alt="" coords="4466,256,4584,278,4630,290,4654,302,4661,314,4664,326,4662,337,4654,349,4624,356,4557,363,4329,373,3651,387,2637,397,2621,399,2621,394,2637,392,3651,381,4328,368,4556,357,4623,351,4650,344,4657,335,4659,326,4656,316,4650,306,4628,295,4583,283,4465,262"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1331,336,1549,379"/>
<area shape="poly" title=" " alt="" coords="4629,261,4656,278,4677,303,4686,326,4684,338,4676,349,4646,356,4578,363,4348,373,3662,387,2637,397,2621,399,2621,394,2637,392,3662,381,4347,368,4578,358,4645,351,4673,344,4679,336,4681,327,4672,305,4652,282,4626,265"/> <area shape="poly" title=" " alt="" coords="1481,302,1456,337,1452,334,1476,299"/>
<area shape="poly" title=" " alt="" coords="4769,272,4741,313,4722,333,4698,349,4659,358,4584,366,4348,377,4031,385,3672,389,2993,393,2637,397,2621,399,2621,394,2637,392,2993,388,3672,384,4031,379,4348,372,4584,360,4658,353,4696,344,4718,329,4737,310,4764,269"/> <area shape="poly" title=" " alt="" coords="172,294,249,339,295,360,342,376,391,385,465,393,675,406,945,416,1251,424,1867,433,2321,436,2320,441,1867,438,1251,429,945,422,674,412,465,398,390,390,341,381,293,365,246,344,169,299"/>
<area shape="poly" title=" " alt="" coords="4970,266,4868,310,4804,333,4739,349,4645,364,4536,376,4283,390,3995,394,3691,393,3098,387,2843,388,2638,397,2621,399,2621,394,2637,392,2842,383,3098,381,3691,388,3995,389,4282,384,4536,370,4644,359,4738,344,4803,327,4866,306,4968,261"/> <area shape="poly" title=" " alt="" coords="336,302,353,343,367,362,384,376,414,385,473,393,662,407,922,417,1227,425,1854,433,2320,436,2320,441,1854,439,1226,430,922,423,662,412,472,399,413,390,381,381,363,365,349,346,331,304"/>
<area shape="poly" title=" " alt="" coords="2678,430,2579,471,2577,466,2676,425"/> <area shape="poly" title=" " alt="" coords="458,297,427,315,403,335,395,346,392,356,393,366,400,377,422,382,474,388,654,399,1215,417,1847,428,2320,435,2320,440,1847,434,1214,422,654,404,473,394,421,388,397,381,389,368,387,356,390,343,399,332,424,311,456,293"/>
<area shape="poly" title=" " alt="" coords="2724,437,2724,544,2719,544,2719,437"/> <area shape="poly" title=" " alt="" coords="617,292,485,321,416,338,408,358,410,367,416,376,437,382,489,388,668,399,1223,416,1851,428,2320,435,2320,440,1850,434,1223,422,667,404,489,394,436,388,413,381,405,369,403,358,413,334,483,315,615,287"/>
</map> </map>
</div> </div>
</div> </div>
@ -257,7 +257,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,125 +1,125 @@
<map id="BNO08xCbParamVoid.hpp" name="BNO08xCbParamVoid.hpp"> <map id="include/callback/BNO08xCbParamVoid.hpp" name="include/callback/BNO08xCbParamVoid.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1172,5,1348,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="4064,5,4248,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="1175,80,1345,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="4049,96,4263,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1263,48,1263,80,1257,80,1257,48"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="4159,64,4159,95,4153,95,4153,64"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,544,1292,571"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="4937,501,5077,528"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1160,97,929,98,639,106,493,114,357,124,242,139,155,157,101,169,53,180,35,188,20,200,11,217,8,242,8,409,11,419,18,429,48,448,96,465,160,481,322,506,515,524,719,537,914,546,1196,553,1196,558,913,551,719,543,515,530,321,511,159,486,95,470,46,453,14,433,6,422,3,410,3,241,6,216,16,197,32,184,52,175,100,164,154,152,241,133,357,119,492,108,639,101,929,93,1160,91"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="4279,117,4503,137,4757,168,4871,187,4965,210,5001,222,5029,235,5047,250,5053,265,5053,359,5049,401,5039,441,5015,502,5010,500,5034,440,5044,400,5048,359,5048,266,5043,253,5026,240,4999,227,4964,215,4870,193,4756,173,4502,142,4278,122"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,469,2596,496"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2372,576,2511,603"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="1160,99,866,109,684,118,500,132,329,151,188,175,134,190,93,206,67,223,61,232,59,242,59,326,64,336,81,347,147,367,252,385,389,401,738,428,1148,448,1575,462,1972,471,2500,478,2500,484,1972,476,1574,467,1148,453,738,433,389,407,251,391,146,372,79,352,60,340,53,327,53,241,56,230,63,220,90,201,132,185,187,170,329,146,499,127,683,113,865,103,1160,94"/> <area shape="poly" id="edge73_Node000002_Node000011" title=" " alt="" coords="4033,113,3190,113,2585,118,1934,127,1296,143,728,167,488,183,287,202,132,223,75,235,31,248,14,254,10,258,8,266,8,441,13,451,29,461,91,480,190,497,319,513,649,538,1039,556,1448,569,1834,578,2372,585,2372,590,1834,583,1448,575,1039,562,649,543,319,518,189,502,90,485,26,465,9,454,3,442,3,265,5,255,12,250,30,243,73,230,131,218,286,197,487,178,727,162,1296,138,1934,122,2585,112,3190,108,4033,107"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2825,155,2940,181"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5088,427,5278,453"/>
<area shape="poly" id="edge13_Node000002_Node000013" title=" " alt="" coords="1360,96,2825,161,2825,167,1360,102"/> <area shape="poly" id="edge12_Node000002_Node000013" title=" " alt="" coords="4279,109,4492,113,4739,123,4953,140,5028,153,5071,168,5102,196,5126,230,5146,267,5160,305,5178,376,5184,426,5179,427,5173,377,5155,307,5141,269,5122,233,5098,200,5068,173,5026,158,4952,146,4738,128,4492,118,4279,114"/>
<area shape="rect" id="Node000060" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,395,2794,421"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2699,171,2896,197"/>
<area shape="poly" id="edge71_Node000002_Node000060" title=" " alt="" coords="1360,92,2182,92,2780,97,3420,106,4038,122,4572,146,4787,162,4958,181,5077,202,5115,214,5136,227,5152,240,5171,249,5213,262,5247,269,5263,277,5239,285,5168,297,4824,349,4634,370,4382,386,4090,397,3779,404,3191,410,2794,410,2794,404,3191,405,3779,399,4090,391,4382,380,4634,365,4824,344,5168,291,5238,280,5258,276,5246,274,5211,267,5169,254,5149,244,5133,232,5113,219,5076,207,4958,186,4787,167,4571,152,4038,127,3420,111,2780,102,2182,98,1360,97"/> <area shape="poly" id="edge15_Node000002_Node000014" title=" " alt="" coords="4033,120,2896,180,2896,175,4033,115"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="2485,490,1292,556,1292,551,2485,485"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4862,576,5064,603"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,544,2794,571"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="4993,543,4973,577,4968,574,4989,540"/>
<area shape="poly" id="edge5_Node000004_Node000005" title=" " alt="" coords="2593,500,2692,541,2690,546,2591,505"/> <area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="4921,521,2511,589,2511,583,4921,516"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,544,2624,571"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5089,576,5277,603"/>
<area shape="poly" id="edge6_Node000004_Node000006" title=" " alt="" coords="2550,512,2548,544,2543,544,2544,512"/> <area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="5052,532,5153,573,5151,578,5050,537"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,619,2234,645"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4404,651,4599,677"/>
<area shape="poly" id="edge7_Node000006_Node000007" title=" " alt="" coords="2463,577,2227,621,2226,615,2462,571"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="4867,608,4583,653,4582,647,4867,603"/>
<area shape="rect" id="Node000008" href="$_callback_tests_8cpp.html" title=" " alt="" coords="2259,619,2387,645"/> <area shape="rect" id="Node000006" href="$_callback_tests_8cpp.html" title=" " alt="" coords="4623,651,4777,677"/>
<area shape="poly" id="edge8_Node000006_Node000008" title=" " alt="" coords="2493,578,2363,621,2361,615,2492,573"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="4903,610,4747,653,4745,647,4901,605"/>
<area shape="rect" id="Node000009" href="$_feature_tests_8cpp.html" title=" " alt="" coords="2411,619,2533,645"/> <area shape="rect" id="Node000007" href="$_feature_tests_8cpp.html" title=" " alt="" coords="4802,651,4950,677"/>
<area shape="poly" id="edge9_Node000006_Node000009" title=" " alt="" coords="2524,584,2486,620,2483,616,2520,580"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="4938,615,4893,652,4889,648,4934,611"/>
<area shape="rect" id="Node000010" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,619,2683,645"/> <area shape="rect" id="Node000008" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="4974,651,5125,677"/>
<area shape="poly" id="edge10_Node000006_Node000010" title=" " alt="" coords="2571,580,2609,616,2605,620,2567,583"/> <area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="4991,611,5036,648,5033,652,4988,615"/>
<area shape="rect" id="Node000011" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,619,2851,645"/> <area shape="rect" id="Node000009" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="5150,651,5320,677"/>
<area shape="poly" id="edge11_Node000006_Node000011" title=" " alt="" coords="2601,573,2738,615,2737,621,2599,578"/> <area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="5025,605,5188,647,5186,653,5024,610"/>
<area shape="rect" id="Node000012" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="2875,619,3027,645"/> <area shape="rect" id="Node000010" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="5344,651,5523,677"/>
<area shape="poly" id="edge12_Node000006_Node000012" title=" " alt="" coords="2632,571,2880,615,2879,621,2631,577"/> <area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="5061,603,5351,647,5351,653,5060,608"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,229,208,256"/> <area shape="poly" id="edge13_Node000013_Node000003" title=" " alt="" coords="5139,462,5039,503,5037,498,5137,457"/>
<area shape="poly" id="edge14_Node000013_Node000014" title=" " alt="" coords="2809,172,2321,175,1571,184,794,202,467,215,222,232,209,233,209,228,221,227,467,210,794,196,1571,178,2321,170,2809,167"/> <area shape="poly" id="edge14_Node000013_Node000012" title=" " alt="" coords="5185,469,5185,576,5180,576,5180,469"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,229,420,256"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2981,245,3153,288"/>
<area shape="poly" id="edge15_Node000013_Node000015" title=" " alt="" coords="2810,171,2445,171,1861,177,1157,195,791,211,432,232,421,233,421,228,432,227,791,205,1157,190,1861,171,2445,166,2810,166"/> <area shape="poly" id="edge16_Node000014_Node000015" title=" " alt="" coords="2855,200,2998,242,2996,247,2853,205"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,229,655,256"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3322,245,3494,288"/>
<area shape="poly" id="edge19_Node000013_Node000018" title=" " alt="" coords="2810,172,2477,175,1954,184,1326,202,999,215,679,232,655,234,655,228,679,227,999,210,1325,196,1954,179,2477,170,2810,167"/> <area shape="poly" id="edge20_Node000014_Node000018" title=" " alt="" coords="2909,197,3322,251,3321,257,2908,203"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,229,853,256"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3890,245,4062,288"/>
<area shape="poly" id="edge22_Node000013_Node000020" title=" " alt="" coords="2810,173,2043,188,1487,205,916,232,854,236,854,231,916,227,1487,200,2043,183,2810,168"/> <area shape="poly" id="edge23_Node000014_Node000020" title=" " alt="" coords="2911,184,3097,188,3337,197,3607,215,3878,243,3890,244,3889,250,3877,248,3606,220,3337,203,3096,193,2911,189"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,229,1146,256"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="827,245,1000,288"/>
<area shape="poly" id="edge25_Node000013_Node000022" title=" " alt="" coords="2809,174,2153,193,1687,210,1209,232,1147,236,1146,230,1209,227,1687,205,2153,187,2809,168"/> <area shape="poly" id="edge26_Node000014_Node000022" title=" " alt="" coords="2683,189,2324,195,1841,206,1362,223,1162,235,1011,248,1000,249,999,244,1010,243,1162,229,1361,218,1841,200,2324,190,2683,184"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,229,1376,256"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1023,245,1196,288"/>
<area shape="poly" id="edge28_Node000013_Node000024" title=" " alt="" coords="2809,174,2241,193,1845,210,1439,232,1377,237,1377,231,1438,227,1844,204,2241,187,2809,169"/> <area shape="poly" id="edge29_Node000014_Node000024" title=" " alt="" coords="2683,190,1934,208,1514,225,1340,236,1207,248,1196,249,1195,244,1206,243,1339,230,1514,220,1934,203,2683,185"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,229,1673,256"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1219,245,1392,288"/>
<area shape="poly" id="edge31_Node000013_Node000026" title=" " alt="" coords="2810,176,1673,238,1673,233,2809,171"/> <area shape="poly" id="edge32_Node000014_Node000026" title=" " alt="" coords="2684,191,2028,210,1667,227,1517,237,1403,248,1392,249,1391,244,1402,243,1517,232,1666,222,2028,205,2683,185"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,229,2640,256"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2345,245,2517,288"/>
<area shape="poly" id="edge34_Node000013_Node000028" title=" " alt="" coords="2810,188,2609,231,2608,226,2809,183"/> <area shape="poly" id="edge35_Node000014_Node000028" title=" " alt="" coords="2725,204,2518,249,2517,244,2724,199"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="2997,229,3262,256"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3670,245,3866,288"/>
<area shape="poly" id="edge48_Node000013_Node000042" title=" " alt="" coords="2941,184,3087,226,3085,231,2939,189"/> <area shape="poly" id="edge49_Node000014_Node000042" title=" " alt="" coords="2912,192,3670,255,3670,260,2912,197"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3285,229,3494,256"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4201,245,4373,288"/>
<area shape="poly" id="edge51_Node000013_Node000044" title=" " alt="" coords="2956,177,3301,226,3300,231,2956,182"/> <area shape="poly" id="edge52_Node000014_Node000044" title=" " alt="" coords="2912,186,3416,206,3744,222,4075,243,4200,254,4200,259,4074,248,3743,227,3416,211,2912,192"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3518,229,3781,256"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4398,245,4592,288"/>
<area shape="poly" id="edge54_Node000013_Node000046" title=" " alt="" coords="2956,174,3517,226,3517,232,2956,179"/> <area shape="poly" id="edge55_Node000014_Node000046" title=" " alt="" coords="2911,185,3659,204,4079,221,4253,231,4386,243,4397,244,4397,249,4385,248,4253,237,4078,227,3659,210,2911,190"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3805,229,4006,256"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4798,245,4970,288"/>
<area shape="poly" id="edge57_Node000013_Node000048" title=" " alt="" coords="2956,170,3316,192,3794,227,3804,228,3804,233,3793,232,3316,197,2956,176"/> <area shape="poly" id="edge58_Node000014_Node000048" title=" " alt="" coords="2912,184,3307,188,3848,198,4389,216,4615,228,4786,243,4798,244,4797,250,4785,248,4614,233,4389,221,3848,204,3307,194,2912,189"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4030,229,4245,256"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1415,245,1588,288"/>
<area shape="poly" id="edge60_Node000013_Node000050" title=" " alt="" coords="2956,169,3405,189,3709,206,4019,227,4030,228,4029,233,4018,232,3709,211,3404,194,2956,175"/> <area shape="poly" id="edge61_Node000014_Node000050" title=" " alt="" coords="2683,195,1588,263,1588,257,2683,190"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4269,229,4456,256"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="43,245,216,288"/>
<area shape="poly" id="edge63_Node000013_Node000052" title=" " alt="" coords="2956,168,3498,184,3874,202,4258,227,4269,228,4268,233,4257,232,3873,207,3497,190,2956,173"/> <area shape="poly" id="edge64_Node000014_Node000052" title=" " alt="" coords="2683,188,2185,190,1475,197,1103,205,755,215,454,230,227,248,216,249,215,244,226,243,454,224,755,210,1103,199,1475,192,2185,184,2683,183"/>
<area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4481,229,4666,256"/> <area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="239,245,412,288"/>
<area shape="poly" id="edge65_Node000013_Node000054" title=" " alt="" coords="2956,167,3578,182,4018,199,4468,227,4481,228,4480,233,4468,232,4018,205,3578,187,2956,173"/> <area shape="poly" id="edge66_Node000014_Node000054" title=" " alt="" coords="2684,188,2220,191,1567,199,906,217,631,231,423,248,412,249,411,244,422,243,631,225,906,212,1566,194,2220,186,2684,183"/>
<area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4691,229,4867,256"/> <area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="435,245,608,288"/>
<area shape="poly" id="edge67_Node000013_Node000056" title=" " alt="" coords="2956,167,3235,169,3659,178,4163,196,4423,209,4679,227,4691,228,4690,233,4678,232,4423,215,4162,201,3659,183,3235,175,2956,172"/> <area shape="poly" id="edge68_Node000014_Node000056" title=" " alt="" coords="2683,189,2254,192,1658,201,1058,219,808,232,619,248,608,249,607,244,618,243,808,227,1058,214,1657,196,2254,187,2683,183"/>
<area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4891,229,5122,256"/> <area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="631,245,804,288"/>
<area shape="poly" id="edge69_Node000013_Node000058" title=" " alt="" coords="2956,167,3261,171,3734,180,4299,198,4879,227,4891,227,4890,233,4879,232,4298,203,3734,186,3261,176,2956,173"/> <area shape="poly" id="edge70_Node000014_Node000058" title=" " alt="" coords="2683,189,2289,193,1749,204,1210,221,985,233,815,248,804,249,803,244,814,243,985,228,1209,216,1749,198,2289,188,2683,184"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,395,2621,421"/> <area shape="rect" id="Node000060" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4616,253,4774,280"/>
<area shape="poly" id="edge16_Node000015_Node000016" title=" " alt="" coords="240,262,188,277,146,296,132,307,124,318,125,331,134,345,161,352,229,359,461,371,1174,389,1953,399,2480,404,2480,409,1953,405,1174,394,461,377,229,364,160,357,130,349,119,332,119,317,128,303,143,291,186,272,238,257"/> <area shape="poly" id="edge72_Node000014_Node000060" title=" " alt="" coords="2911,184,3274,189,3763,199,4249,216,4451,228,4604,243,4646,250,4645,255,4604,248,4450,234,4249,222,3763,204,3274,194,2911,189"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,312,331,339"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2321,427,2543,453"/>
<area shape="poly" id="edge18_Node000015_Node000017" title=" " alt="" coords="303,268,253,314,249,310,300,264"/> <area shape="poly" id="edge17_Node000015_Node000016" title=" " alt="" coords="3071,304,3065,344,3057,364,3043,381,3017,393,2972,403,2841,419,2687,430,2544,437,2544,432,2686,425,2841,413,2971,397,3015,387,3040,377,3052,361,3060,343,3066,303"/>
<area shape="poly" id="edge17_Node000016_Node000004" title=" " alt="" coords="2552,437,2551,469,2546,469,2547,437"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3104,344,3371,371"/>
<area shape="poly" id="edge20_Node000018_Node000016" title=" " alt="" coords="453,264,421,281,396,305,387,326,389,335,395,344,419,351,479,357,684,369,1313,387,2004,398,2480,403,2480,409,2004,403,1313,392,683,374,478,363,418,356,392,349,384,337,382,326,391,303,417,276,450,259"/> <area shape="poly" id="edge19_Node000015_Node000017" title=" " alt="" coords="3121,293,3214,341,3212,346,3119,298"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,312,616,339"/> <area shape="poly" id="edge18_Node000016_Node000003" title=" " alt="" coords="2559,442,4936,509,4936,514,2559,448"/>
<area shape="poly" id="edge21_Node000018_Node000019" title=" " alt="" coords="539,271,519,313,514,311,534,269"/> <area shape="poly" id="edge21_Node000018_Node000016" title=" " alt="" coords="3413,304,3407,344,3398,364,3384,381,3367,391,3339,399,3259,413,3152,424,3029,431,2766,440,2544,442,2544,436,2766,434,3029,426,3152,418,3258,408,3338,394,3364,386,3381,377,3394,361,3402,343,3407,303"/>
<area shape="poly" id="edge23_Node000020_Node000016" title=" " alt="" coords="725,265,700,282,681,305,673,327,674,336,680,345,707,356,761,366,940,381,1189,393,1478,400,2067,405,2480,404,2480,410,2067,410,1478,405,1189,398,940,387,760,371,705,361,677,349,669,338,668,326,676,303,696,279,722,261"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3446,336,3658,379"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,312,853,339"/> <area shape="poly" id="edge22_Node000018_Node000019" title=" " alt="" coords="3456,294,3520,333,3517,338,3453,299"/>
<area shape="poly" id="edge24_Node000020_Node000021" title=" " alt="" coords="775,272,775,312,769,312,769,272"/> <area shape="poly" id="edge24_Node000020_Node000016" title=" " alt="" coords="3968,304,3948,346,3933,365,3913,381,3891,388,3850,394,3721,405,3331,422,2890,433,2544,440,2544,434,2890,428,3331,416,3720,399,3850,388,3890,382,3911,376,3929,362,3943,343,3963,302"/>
<area shape="poly" id="edge26_Node000022_Node000016" title=" " alt="" coords="971,264,941,281,918,305,910,327,912,336,918,345,940,354,987,363,1141,377,1354,388,1604,395,2114,403,2480,404,2480,409,2114,408,1604,401,1354,393,1140,383,986,368,938,359,914,349,907,338,905,326,914,303,938,277,968,260"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4003,336,4192,379"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,312,1146,339"/> <area shape="poly" id="edge25_Node000020_Node000021" title=" " alt="" coords="4018,295,4070,333,4067,338,4015,299"/>
<area shape="poly" id="edge27_Node000022_Node000023" title=" " alt="" coords="1040,272,1040,312,1035,312,1035,272"/> <area shape="poly" id="edge27_Node000022_Node000016" title=" " alt="" coords="813,294,727,317,696,329,681,338,672,358,674,367,680,377,703,387,751,396,906,410,1124,421,1380,429,1913,436,2320,436,2320,442,1913,441,1380,434,1124,427,906,416,750,401,702,392,677,381,669,369,667,358,677,334,694,324,726,312,812,289"/>
<area shape="poly" id="edge29_Node000024_Node000016" title=" " alt="" coords="1254,266,1230,283,1212,305,1204,327,1205,336,1211,345,1229,352,1266,360,1389,373,1560,383,1760,390,2174,400,2480,404,2480,409,2174,405,1760,396,1560,388,1388,378,1265,365,1227,357,1208,349,1200,338,1198,326,1207,303,1226,279,1251,261"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="427,336,616,379"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,312,1376,339"/> <area shape="poly" id="edge28_Node000022_Node000023" title=" " alt="" coords="813,293,614,338,613,333,811,288"/>
<area shape="poly" id="edge30_Node000024_Node000025" title=" " alt="" coords="1301,272,1301,312,1296,312,1296,272"/> <area shape="poly" id="edge30_Node000024_Node000016" title=" " alt="" coords="1047,298,1016,315,992,336,985,346,981,356,983,366,990,377,1008,385,1045,392,1169,405,1343,415,1547,423,1979,432,2320,436,2320,441,1979,437,1547,428,1342,421,1169,411,1044,398,1006,390,986,381,978,368,976,356,980,344,988,332,1013,311,1044,293"/>
<area shape="poly" id="edge32_Node000026_Node000016" title=" " alt="" coords="1494,264,1464,281,1441,305,1433,326,1434,335,1440,345,1454,351,1484,357,1583,369,1883,386,2221,397,2480,403,2480,408,2221,402,1883,391,1583,374,1483,363,1453,356,1437,349,1429,337,1427,326,1436,303,1461,277,1491,260"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="690,344,926,371"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,312,1673,339"/> <area shape="poly" id="edge31_Node000024_Node000025" title=" " alt="" coords="1025,295,852,346,850,341,1023,290"/>
<area shape="poly" id="edge33_Node000026_Node000027" title=" " alt="" coords="1564,272,1564,312,1559,312,1559,272"/> <area shape="poly" id="edge33_Node000026_Node000016" title=" " alt="" coords="1296,303,1291,343,1295,361,1304,377,1318,383,1345,389,1437,400,1720,417,2049,428,2321,434,2320,440,2049,433,1720,422,1437,405,1345,394,1316,388,1301,381,1290,363,1286,343,1290,303"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,304,1915,347"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1000,336,1205,379"/>
<area shape="poly" id="edge35_Node000028_Node000029" title=" " alt="" coords="2446,255,2208,275,1927,307,1915,308,1915,303,1926,301,2208,270,2446,249"/> <area shape="poly" id="edge34_Node000026_Node000027" title=" " alt="" coords="1245,297,1151,338,1149,333,1243,292"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,312,2165,339"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2640,336,2832,379"/>
<area shape="poly" id="edge37_Node000028_Node000031" title=" " alt="" coords="2458,262,2131,314,2130,309,2457,256"/> <area shape="poly" id="edge36_Node000028_Node000029" title=" " alt="" coords="2518,290,2665,333,2664,338,2516,295"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,312,2358,339"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2857,336,3029,379"/>
<area shape="poly" id="edge39_Node000028_Node000033" title=" " alt="" coords="2494,263,2318,314,2316,309,2492,258"/> <area shape="poly" id="edge38_Node000028_Node000031" title=" " alt="" coords="2532,281,2844,333,2857,336,2856,341,2844,339,2531,286"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,312,2546,339"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1855,336,2028,379"/>
<area shape="poly" id="edge41_Node000028_Node000035" title=" " alt="" coords="2528,269,2479,314,2475,310,2524,265"/> <area shape="poly" id="edge40_Node000028_Node000033" title=" " alt="" coords="2330,287,2039,339,2028,341,2027,335,2038,333,2329,282"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,312,2704,339"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2051,336,2224,379"/>
<area shape="poly" id="edge43_Node000028_Node000037" title=" " alt="" coords="2577,265,2626,310,2622,314,2574,269"/> <area shape="poly" id="edge42_Node000028_Node000035" title=" " alt="" coords="2349,295,2207,338,2205,333,2347,290"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,312,2907,339"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2247,336,2420,379"/>
<area shape="poly" id="edge45_Node000028_Node000039" title=" " alt="" coords="2607,258,2776,309,2775,314,2606,263"/> <area shape="poly" id="edge44_Node000028_Node000037" title=" " alt="" coords="2399,301,2358,337,2354,333,2395,297"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,312,3113,339"/> <area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2443,336,2616,379"/>
<area shape="poly" id="edge46_Node000028_Node000040" title=" " alt="" coords="2648,256,2919,301,2959,309,2958,314,2918,307,2647,262"/> <area shape="poly" id="edge46_Node000028_Node000039" title=" " alt="" coords="2467,297,2508,333,2504,337,2463,301"/>
<area shape="poly" id="edge36_Node000029_Node000016" title=" " alt="" coords="1930,344,2241,378,2480,399,2480,404,2240,384,1930,350"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1572,344,1831,371"/>
<area shape="poly" id="edge38_Node000031_Node000016" title=" " alt="" coords="2146,339,2480,393,2479,398,2145,344"/> <area shape="poly" id="edge48_Node000028_Node000041" title=" " alt="" coords="2329,282,1843,339,1788,346,1788,341,1842,333,2329,276"/>
<area shape="poly" id="edge40_Node000033_Node000016" title=" " alt="" coords="2332,341,2508,392,2506,397,2330,346"/> <area shape="poly" id="edge37_Node000029_Node000016" title=" " alt="" coords="2644,386,2481,429,2479,423,2642,381"/>
<area shape="poly" id="edge42_Node000035_Node000016" title=" " alt="" coords="2491,348,2539,393,2536,396,2487,351"/> <area shape="poly" id="edge39_Node000031_Node000016" title=" " alt="" coords="2841,382,2530,429,2529,423,2841,376"/>
<area shape="poly" id="edge44_Node000037_Node000016" title=" " alt="" coords="2614,351,2566,396,2562,393,2611,348"/> <area shape="poly" id="edge41_Node000033_Node000016" title=" " alt="" coords="2043,377,2341,423,2340,429,2042,382"/>
<area shape="poly" id="edge47_Node000040_Node000016" title=" " alt="" coords="2944,345,2919,349,2622,398,2621,393,2918,344,2943,339"/> <area shape="poly" id="edge43_Node000035_Node000016" title=" " alt="" coords="2229,381,2386,423,2385,429,2227,386"/>
<area shape="poly" id="edge49_Node000042_Node000016" title=" " alt="" coords="3139,271,3142,311,3137,331,3126,349,3095,362,3040,372,2887,386,2638,397,2621,399,2621,394,2637,392,2887,380,3039,367,3094,357,3122,345,3132,329,3136,310,3134,271"/> <area shape="poly" id="edge45_Node000037_Node000016" title=" " alt="" coords="2372,387,2418,424,2415,428,2369,391"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,312,3451,339"/> <area shape="poly" id="edge47_Node000039_Node000016" title=" " alt="" coords="2494,391,2449,428,2446,424,2491,387"/>
<area shape="poly" id="edge50_Node000042_Node000043" title=" " alt="" coords="3174,260,3290,309,3288,314,3172,265"/> <area shape="poly" id="edge50_Node000042_Node000016" title=" " alt="" coords="3833,293,3865,311,3889,332,3898,344,3901,356,3899,368,3891,381,3871,390,3832,398,3706,411,3531,421,3324,429,2888,438,2543,441,2543,436,2888,432,3324,423,3531,416,3706,405,3831,392,3869,385,3888,377,3894,366,3896,356,3893,346,3886,336,3862,315,3831,298"/>
<area shape="poly" id="edge52_Node000044_Node000016" title=" " alt="" coords="3428,263,3449,280,3465,303,3473,326,3472,338,3465,349,3445,361,3413,370,3320,384,3198,392,3061,395,2796,395,2637,397,2621,399,2621,394,2637,392,2796,390,3061,390,3198,386,3320,378,3412,365,3443,356,3461,345,3467,336,3468,327,3460,305,3445,284,3425,267"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3682,336,3878,379"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,312,3734,339"/> <area shape="poly" id="edge51_Node000042_Node000043" title=" " alt="" coords="3775,303,3780,335,3775,336,3770,304"/>
<area shape="poly" id="edge53_Node000044_Node000045" title=" " alt="" coords="3442,259,3593,309,3591,314,3441,264"/> <area shape="poly" id="edge53_Node000044_Node000016" title=" " alt="" coords="4360,292,4394,310,4422,331,4431,343,4435,355,4433,368,4424,381,4401,387,4350,393,4174,404,3627,422,3008,434,2544,440,2544,435,3008,428,3626,416,4173,399,4349,388,4400,382,4421,377,4428,366,4430,355,4426,345,4418,335,4392,315,4358,297"/>
<area shape="poly" id="edge55_Node000046_Node000016" title=" " alt="" coords="3701,261,3727,278,3748,303,3756,326,3755,338,3747,349,3727,357,3688,364,3563,375,3198,388,2637,397,2621,399,2621,394,2637,392,3198,383,3563,369,3688,359,3726,352,3744,345,3750,336,3751,327,3743,305,3724,282,3698,265"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4216,336,4411,379"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,312,4072,339"/> <area shape="poly" id="edge54_Node000044_Node000045" title=" " alt="" coords="4300,302,4310,335,4305,336,4295,304"/>
<area shape="poly" id="edge56_Node000046_Node000047" title=" " alt="" coords="3710,258,3895,309,3894,314,3709,263"/> <area shape="poly" id="edge56_Node000046_Node000016" title=" " alt="" coords="4608,290,4653,306,4689,326,4700,338,4706,351,4704,366,4694,381,4667,388,4607,395,4404,406,3772,424,3064,435,2544,440,2544,435,3064,430,3772,419,4404,401,4607,390,4666,383,4690,376,4699,364,4701,352,4696,341,4686,330,4651,311,4606,295"/>
<area shape="poly" id="edge58_Node000048_Node000016" title=" " alt="" coords="3984,258,4033,273,4074,292,4088,304,4096,318,4096,333,4086,349,4060,359,4009,368,3846,380,3623,388,3370,392,2889,395,2637,397,2621,399,2621,394,2637,392,2889,390,3370,387,3623,383,3845,375,4009,362,4059,354,4082,345,4091,331,4091,319,4084,308,4071,297,4031,278,3982,263"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4485,336,4680,379"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,312,4349,339"/> <area shape="poly" id="edge57_Node000046_Node000047" title=" " alt="" coords="4528,297,4564,334,4560,338,4524,301"/>
<area shape="poly" id="edge59_Node000048_Node000049" title=" " alt="" coords="3975,257,4194,309,4193,314,3974,263"/> <area shape="poly" id="edge59_Node000048_Node000016" title=" " alt="" coords="4935,295,4959,314,4978,335,4986,358,4984,370,4976,381,4946,389,4878,396,4645,409,4315,419,3925,427,3122,437,2544,441,2544,435,3122,431,3925,421,4314,414,4645,404,4878,391,4945,384,4973,376,4979,368,4981,358,4974,338,4955,318,4931,299"/>
<area shape="poly" id="edge61_Node000050_Node000016" title=" " alt="" coords="4249,257,4305,270,4351,289,4367,301,4375,315,4375,331,4363,349,4333,361,4272,371,4077,385,3812,393,3510,396,2938,396,2637,397,2621,399,2621,394,2637,392,2938,391,3510,391,3812,387,4077,379,4272,365,4331,356,4360,345,4370,330,4370,317,4363,305,4349,294,4303,276,4247,262"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4755,336,4962,379"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,312,4640,339"/> <area shape="poly" id="edge60_Node000048_Node000049" title=" " alt="" coords="4877,304,4867,336,4862,335,4871,302"/>
<area shape="poly" id="edge62_Node000050_Node000051" title=" " alt="" coords="4215,257,4470,309,4469,314,4214,262"/> <area shape="poly" id="edge62_Node000050_Node000016" title=" " alt="" coords="1401,295,1359,312,1326,331,1317,342,1312,353,1313,364,1322,377,1335,383,1362,389,1452,399,1730,417,2053,428,2320,434,2320,439,2053,433,1730,422,1452,405,1361,394,1333,388,1318,381,1308,366,1307,352,1312,339,1323,327,1357,307,1399,290"/>
<area shape="poly" id="edge64_Node000052_Node000016" title=" " alt="" coords="4466,256,4584,278,4630,290,4654,302,4661,314,4664,326,4662,337,4654,349,4624,356,4557,363,4329,373,3651,387,2637,397,2621,399,2621,394,2637,392,3651,381,4328,368,4556,357,4623,351,4650,344,4657,335,4659,326,4656,316,4650,306,4628,295,4583,283,4465,262"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1331,336,1549,379"/>
<area shape="poly" id="edge66_Node000054_Node000016" title=" " alt="" coords="4629,261,4656,278,4677,303,4686,326,4684,338,4676,349,4646,356,4578,363,4348,373,3662,387,2637,397,2621,399,2621,394,2637,392,3662,381,4347,368,4578,358,4645,351,4673,344,4679,336,4681,327,4672,305,4652,282,4626,265"/> <area shape="poly" id="edge63_Node000050_Node000051" title=" " alt="" coords="1481,302,1456,337,1452,334,1476,299"/>
<area shape="poly" id="edge68_Node000056_Node000016" title=" " alt="" coords="4769,272,4741,313,4722,333,4698,349,4659,358,4584,366,4348,377,4031,385,3672,389,2993,393,2637,397,2621,399,2621,394,2637,392,2993,388,3672,384,4031,379,4348,372,4584,360,4658,353,4696,344,4718,329,4737,310,4764,269"/> <area shape="poly" id="edge65_Node000052_Node000016" title=" " alt="" coords="172,294,249,339,295,360,342,376,391,385,465,393,675,406,945,416,1251,424,1867,433,2321,436,2320,441,1867,438,1251,429,945,422,674,412,465,398,390,390,341,381,293,365,246,344,169,299"/>
<area shape="poly" id="edge70_Node000058_Node000016" title=" " alt="" coords="4970,266,4868,310,4804,333,4739,349,4645,364,4536,376,4283,390,3995,394,3691,393,3098,387,2843,388,2638,397,2621,399,2621,394,2637,392,2842,383,3098,381,3691,388,3995,389,4282,384,4536,370,4644,359,4738,344,4803,327,4866,306,4968,261"/> <area shape="poly" id="edge67_Node000054_Node000016" title=" " alt="" coords="336,302,353,343,367,362,384,376,414,385,473,393,662,407,922,417,1227,425,1854,433,2320,436,2320,441,1854,439,1226,430,922,423,662,412,472,399,413,390,381,381,363,365,349,346,331,304"/>
<area shape="poly" id="edge72_Node000060_Node000004" title=" " alt="" coords="2678,430,2579,471,2577,466,2676,425"/> <area shape="poly" id="edge69_Node000056_Node000016" title=" " alt="" coords="458,297,427,315,403,335,395,346,392,356,393,366,400,377,422,382,474,388,654,399,1215,417,1847,428,2320,435,2320,440,1847,434,1214,422,654,404,473,394,421,388,397,381,389,368,387,356,390,343,399,332,424,311,456,293"/>
<area shape="poly" id="edge73_Node000060_Node000005" title=" " alt="" coords="2724,437,2724,544,2719,544,2719,437"/> <area shape="poly" id="edge71_Node000058_Node000016" title=" " alt="" coords="617,292,485,321,416,338,408,358,410,367,416,376,437,382,489,388,668,399,1223,416,1851,428,2320,435,2320,440,1850,434,1223,422,667,404,489,394,436,388,413,381,405,369,403,358,413,334,483,315,615,287"/>
</map> </map>

View File

@ -1 +1 @@
4a3114de0ed09245cd35ee08a374e211 16e0e91b86bb9e7f3fb2533f05f67ba8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -1,9 +1,9 @@
<map id="BNO08xCbParamVoid.hpp" name="BNO08xCbParamVoid.hpp"> <map id="include/callback/BNO08xCbParamVoid.hpp" name="include/callback/BNO08xCbParamVoid.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,181,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="5,5,189,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="15,80,171,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="19,96,175,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="96,33,96,64,90,64,90,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="100,49,100,80,94,80,94,49"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="14,155,79,181"/> <area shape="rect" id="Node000003" title=" " alt="" coords="18,171,83,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="87,109,65,143,60,140,83,106"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="91,125,69,159,64,156,87,122"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="103,155,179,181"/> <area shape="rect" id="Node000004" title=" " alt="" coords="107,171,183,197"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="104,106,127,140,122,143,99,109"/> <area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="108,122,131,156,126,159,103,125"/>
</map> </map>

View File

@ -1 +1 @@
7d3a6a9280833295654676094a7e61d8 03fe90be2daab4c0cf95bfd38e92fc8c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xCbParamVoid.hpp Source File</title> <title>esp32_BNO08x: include/callback/BNO08xCbParamVoid.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -140,7 +140,7 @@ $(function(){initNavTree('_b_n_o08x_cb_param_void_8hpp_source.html',''); initRes
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_06e7072e89f6a5cac448ba64f4422fcc.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_265603ded410f2aca2b4448eafbf9ea2.html">callback</a></li><li class="navelem"><a class="el" href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xGlobalTypes.hpp File Reference</title> <title>esp32_BNO08x: include/BNO08xGlobalTypes.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -112,9 +112,9 @@ $(function(){initNavTree('_b_n_o08x_global_types_8hpp.html',''); initResizable()
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xGlobalTypes.hpp:</div> Include dependency graph for BNO08xGlobalTypes.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_global_types_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_global_types_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_global_types_8hpp__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_global_types_8hpp" alt=""/></div>
<map name="a_b_n_o08x_global_types_8hpp" id="a_b_n_o08x_global_types_8hpp"> <map name="ainclude_2_b_n_o08x_global_types_8hpp" id="ainclude_2_b_n_o08x_global_types_8hpp">
<area shape="rect" title=" " alt="" coords="278,5,445,32"/> <area shape="rect" title=" " alt="" coords="255,5,468,32"/>
<area shape="rect" title=" " alt="" coords="5,80,67,107"/> <area shape="rect" title=" " alt="" coords="5,80,67,107"/>
<area shape="poly" title=" " alt="" coords="297,35,82,82,81,77,295,30"/> <area shape="poly" title=" " alt="" coords="297,35,82,82,81,77,295,30"/>
<area shape="rect" title=" " alt="" coords="90,80,169,107"/> <area shape="rect" title=" " alt="" coords="90,80,169,107"/>
@ -130,139 +130,139 @@ Include dependency graph for BNO08xGlobalTypes.hpp:</div>
<area shape="rect" title=" " alt="" coords="647,80,777,107"/> <area shape="rect" title=" " alt="" coords="647,80,777,107"/>
<area shape="poly" title=" " alt="" coords="423,30,636,74,635,79,422,35"/> <area shape="poly" title=" " alt="" coords="423,30,636,74,635,79,422,35"/>
<area shape="rect" title=" " alt="" coords="801,80,935,107"/> <area shape="rect" title=" " alt="" coords="801,80,935,107"/>
<area shape="poly" title=" " alt="" coords="446,29,786,77,785,82,445,34"/> <area shape="poly" title=" " alt="" coords="454,30,786,77,785,82,453,35"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_global_types_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_global_types_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_global_types_8hpp__dep__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_global_types_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_global_types_8hppdep" id="a_b_n_o08x_global_types_8hppdep"> <map name="ainclude_2_b_n_o08x_global_types_8hppdep" id="ainclude_2_b_n_o08x_global_types_8hppdep">
<area shape="rect" title=" " alt="" coords="2049,5,2216,32"/> <area shape="rect" title=" " alt="" coords="2093,5,2305,32"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="321,469,416,496"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="350,485,491,512"/>
<area shape="poly" title=" " alt="" coords="2232,19,2960,35,4028,65,4552,85,4994,108,5167,121,5300,135,5385,149,5408,157,5416,166,5416,327,5413,335,5402,341,5364,353,5221,374,4997,392,4706,409,3969,436,3109,455,2225,469,1415,477,417,484,417,479,1415,472,2225,464,3109,450,3969,430,4706,404,4997,387,5220,369,5363,348,5400,336,5409,331,5411,326,5411,168,5405,161,5383,154,5299,140,5167,126,4994,114,4551,90,4028,70,2960,40,2232,24"/> <area shape="poly" title=" " alt="" coords="2321,17,3021,18,3502,23,4005,33,4481,51,4694,63,4883,77,5039,95,5159,115,5203,126,5236,138,5257,151,5264,166,5264,343,5261,350,5251,357,5215,368,5081,388,4873,406,4600,422,3910,448,3100,468,2263,482,1488,492,491,500,491,494,1488,486,2263,477,3100,463,3910,443,4600,416,4872,400,5081,382,5214,362,5249,352,5257,347,5259,342,5259,167,5253,155,5234,143,5202,131,5158,120,5039,100,4882,83,4694,68,4481,56,4005,39,3502,28,3021,23,2321,22"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="247,80,416,107"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="292,80,506,107"/>
<area shape="poly" title=" " alt="" coords="2034,27,416,91,416,86,2033,21"/> <area shape="poly" title=" " alt="" coords="2078,28,506,90,506,85,2077,22"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2075,155,2190,181"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2100,155,2298,181"/>
<area shape="poly" title=" " alt="" coords="2135,48,2135,154,2130,154,2130,48"/> <area shape="poly" title=" " alt="" coords="2202,48,2202,154,2196,154,2196,48"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="100,544,195,571"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,560,666,587"/>
<area shape="poly" title=" " alt="" coords="316,504,187,546,185,541,315,499"/> <area shape="poly" title=" " alt="" coords="460,517,540,557,538,562,458,522"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,544,364,571"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="87,560,226,587"/>
<area shape="poly" title=" " alt="" coords="346,509,306,546,303,542,342,505"/> <area shape="poly" title=" " alt="" coords="361,519,203,562,202,557,359,514"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,544,546,571"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="250,560,439,587"/>
<area shape="poly" title=" " alt="" coords="399,503,452,541,449,546,396,508"/> <area shape="poly" title=" " alt="" coords="398,525,359,562,356,558,394,521"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,619,156,645"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,635,201,661"/>
<area shape="poly" title=" " alt="" coords="385,577,149,621,148,615,384,571"/> <area shape="poly" title=" " alt="" coords="469,592,184,637,183,631,468,587"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="180,619,309,645"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="225,635,379,661"/>
<area shape="poly" title=" " alt="" coords="415,578,284,621,283,615,413,573"/> <area shape="poly" title=" " alt="" coords="505,594,348,637,347,631,503,589"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="333,619,455,645"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="404,635,552,661"/>
<area shape="poly" title=" " alt="" coords="445,584,408,620,405,616,442,580"/> <area shape="poly" title=" " alt="" coords="539,599,494,636,491,632,536,595"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="479,619,605,645"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="575,635,727,661"/>
<area shape="poly" title=" " alt="" coords="493,580,531,616,527,620,489,583"/> <area shape="poly" title=" " alt="" coords="593,595,638,632,634,636,589,599"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="628,619,773,645"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="751,635,922,661"/>
<area shape="poly" title=" " alt="" coords="523,573,660,615,659,621,521,578"/> <area shape="poly" title=" " alt="" coords="627,589,789,631,788,637,626,594"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="796,619,949,645"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="946,635,1124,661"/>
<area shape="poly" title=" " alt="" coords="554,571,802,615,801,621,553,577"/> <area shape="poly" title=" " alt="" coords="662,587,953,631,952,637,662,592"/>
<area shape="poly" title=" " alt="" coords="336,122,370,469,365,469,331,122"/> <area shape="poly" title=" " alt="" coords="403,122,422,485,417,485,398,122"/>
<area shape="poly" title=" " alt="" coords="276,115,234,135,193,162,175,179,162,198,153,218,150,242,150,409,150,543,145,543,145,409,145,241,148,217,157,195,171,175,189,158,231,130,274,110"/> <area shape="poly" title=" " alt="" coords="319,114,264,132,212,160,191,178,174,199,163,222,159,250,159,425,159,559,154,559,154,425,154,249,158,221,169,196,187,174,209,156,262,127,317,109"/>
<area shape="poly" title=" " alt="" coords="432,96,2074,162,2074,167,431,101"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="193,411,384,437"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="185,395,331,421"/> <area shape="poly" title=" " alt="" coords="392,122,295,411,290,409,387,121"/>
<area shape="poly" title=" " alt="" coords="325,122,315,155,282,296,263,395,257,394,277,295,310,154,320,121"/> <area shape="poly" title=" " alt="" coords="522,97,2100,160,2100,165,522,102"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="2174,229,2289,256"/> <area shape="poly" title=" " alt="" coords="325,443,398,482,396,487,323,447"/>
<area shape="poly" title=" " alt="" coords="2163,189,2216,227,2213,231,2160,193"/> <area shape="poly" title=" " alt="" coords="301,451,342,559,337,560,296,453"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1475,229,1662,256"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="829,229,1001,272"/>
<area shape="poly" title=" " alt="" coords="2060,181,1663,232,1662,227,2059,176"/> <area shape="poly" title=" " alt="" coords="2085,172,1883,175,1616,184,1315,202,1162,215,1013,232,1002,234,1001,228,1012,227,1162,210,1315,196,1616,178,1883,170,2085,167"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="4539,229,4750,256"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3324,229,3496,272"/>
<area shape="poly" title=" " alt="" coords="2206,168,3090,186,3742,204,4413,227,4539,233,4539,238,4412,232,3741,209,3090,192,2206,173"/> <area shape="poly" title=" " alt="" coords="2313,174,3125,227,3323,240,3323,246,3124,232,2313,179"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="5163,229,5326,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4460,229,4632,272"/>
<area shape="poly" title=" " alt="" coords="2206,166,2636,167,3346,174,4209,192,4659,207,5101,227,5163,231,5163,236,5100,232,4659,212,4208,197,3346,179,2636,173,2206,172"/> <area shape="poly" title=" " alt="" coords="2313,167,2659,169,3164,177,3754,195,4059,209,4358,227,4459,236,4459,241,4357,232,4059,214,3754,201,3164,183,2659,174,2313,172"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="2825,229,3043,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="4993,229,5165,272"/>
<area shape="poly" title=" " alt="" coords="2206,173,2814,227,2825,228,2824,233,2814,232,2205,178"/> <area shape="poly" title=" " alt="" coords="2313,168,3586,185,4350,203,4669,214,4911,227,4993,235,4992,240,4911,232,4669,219,4350,208,3586,191,2313,173"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="4246,229,4401,256"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="4173,229,4345,272"/>
<area shape="poly" title=" " alt="" coords="2206,169,4245,236,4245,241,2205,174"/> <area shape="poly" title=" " alt="" coords="2313,167,2619,171,3056,180,3563,198,4079,227,4173,236,4172,241,4079,232,3562,203,3056,185,2619,176,2313,173"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="789,229,1012,256"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="3520,229,3692,272"/>
<area shape="poly" title=" " alt="" coords="2060,175,1621,195,1325,212,1023,232,1012,233,1012,228,1023,227,1325,206,1621,190,2059,170"/> <area shape="poly" title=" " alt="" coords="2313,166,2534,168,2832,176,3169,194,3340,208,3509,227,3520,228,3519,233,3508,232,3340,214,3168,199,2832,181,2534,173,2313,171"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="3330,229,3508,256"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2208,229,2380,272"/>
<area shape="poly" title=" " alt="" coords="2206,171,3330,234,3329,239,2206,176"/> <area shape="poly" title=" " alt="" coords="2227,190,2271,227,2268,231,2224,194"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="4824,229,5089,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3872,229,4067,272"/>
<area shape="poly" title=" " alt="" coords="2206,167,3220,182,3979,200,4762,227,4824,230,4824,235,4762,232,3979,205,3220,187,2206,173"/> <area shape="poly" title=" " alt="" coords="2314,170,2909,190,3304,206,3704,227,3872,238,3871,244,3704,232,3303,212,2909,195,2313,175"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1686,229,1894,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4726,229,4899,272"/>
<area shape="poly" title=" " alt="" coords="2060,187,1851,231,1849,226,2059,182"/> <area shape="poly" title=" " alt="" coords="2313,168,3462,187,4144,204,4429,215,4645,227,4726,235,4725,240,4644,232,4429,220,4144,210,3462,192,2313,173"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="2313,229,2576,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1418,229,1612,272"/>
<area shape="poly" title=" " alt="" coords="2202,183,2390,226,2389,231,2201,188"/> <area shape="poly" title=" " alt="" coords="2085,181,1871,202,1625,232,1613,234,1612,228,1624,227,1870,197,2085,176"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2600,229,2801,256"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="1637,229,1809,272"/>
<area shape="poly" title=" " alt="" coords="2206,176,2601,226,2600,231,2205,181"/> <area shape="poly" title=" " alt="" coords="2110,187,1810,237,1809,232,2109,182"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1036,229,1251,256"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2940,229,3112,272"/>
<area shape="poly" title=" " alt="" coords="2060,176,1716,198,1263,232,1251,233,1251,228,1263,227,1716,193,2059,171"/> <area shape="poly" title=" " alt="" coords="2314,178,2940,238,2939,244,2313,183"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="368,229,556,256"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="437,229,609,272"/>
<area shape="poly" title=" " alt="" coords="2059,173,1445,187,1012,205,569,232,556,233,556,228,568,227,1011,200,1444,182,2059,168"/> <area shape="poly" title=" " alt="" coords="2085,174,1342,192,925,209,752,220,621,232,610,233,609,228,620,227,752,215,925,204,1342,187,2085,169"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="580,229,765,256"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="633,229,805,272"/>
<area shape="poly" title=" " alt="" coords="2059,173,1525,190,1156,207,778,232,766,233,765,228,778,227,1155,202,1525,185,2059,168"/> <area shape="poly" title=" " alt="" coords="2085,171,1852,172,1537,179,1179,198,996,213,817,232,806,233,805,228,816,227,995,207,1179,193,1537,174,1852,166,2085,165"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1275,229,1451,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1025,229,1197,272"/>
<area shape="poly" title=" " alt="" coords="2059,178,1796,200,1463,232,1452,233,1451,228,1463,227,1796,195,2059,173"/> <area shape="poly" title=" " alt="" coords="2085,174,1914,179,1696,189,1453,206,1209,232,1198,234,1197,228,1208,227,1452,200,1695,183,1914,173,2085,168"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1918,229,2150,256"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1221,229,1393,272"/>
<area shape="poly" title=" " alt="" coords="2105,193,2052,231,2049,227,2102,189"/> <area shape="poly" title=" " alt="" coords="2085,176,1778,194,1592,210,1406,232,1394,234,1393,229,1405,227,1591,205,1778,189,2085,171"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2382,395,2523,421"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="2025,237,2184,264"/>
<area shape="poly" title=" " alt="" coords="1584,268,1612,309,1631,329,1654,344,1695,356,1768,366,1973,383,2382,402,2382,407,1972,389,1767,372,1694,361,1651,349,1628,333,1608,313,1579,271"/> <area shape="poly" title=" " alt="" coords="2174,194,2120,239,2117,235,2171,190"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="1367,312,1554,339"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2280,411,2502,437"/>
<area shape="poly" title=" " alt="" coords="1541,268,1479,314,1476,309,1538,263"/> <area shape="poly" title=" " alt="" coords="922,287,935,327,946,346,962,360,981,367,1019,373,1143,384,1517,402,1943,413,2280,419,2279,424,1943,418,1517,407,1143,390,1019,378,980,372,959,365,942,349,930,329,917,288"/>
<area shape="poly" title=" " alt="" coords="2367,415,417,482,416,477,2367,410"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="537,328,805,355"/>
<area shape="poly" title=" " alt="" coords="4711,260,4740,277,4764,303,4773,326,4771,338,4763,349,4735,357,4670,364,4449,376,3771,393,3028,404,2523,409,2523,404,3028,399,3771,388,4449,370,4670,358,4734,351,4760,344,4766,336,4768,327,4760,305,4737,281,4708,264"/> <area shape="poly" title=" " alt="" coords="844,280,707,330,705,325,843,275"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="4539,312,4750,339"/> <area shape="poly" title=" " alt="" coords="2264,433,491,497,491,492,2264,427"/>
<area shape="poly" title=" " alt="" coords="4647,272,4647,312,4642,312,4642,272"/> <area shape="poly" title=" " alt="" coords="3487,277,3512,295,3532,319,3541,342,3539,353,3531,365,3516,372,3487,378,3394,389,3108,406,2776,418,2502,424,2502,418,2776,412,3108,401,3393,384,3487,373,3515,367,3528,361,3534,352,3535,343,3527,321,3509,299,3484,282"/>
<area shape="poly" title=" " alt="" coords="5295,261,5320,279,5340,303,5349,326,5347,338,5339,349,5303,359,5220,367,4938,380,4540,391,4076,398,3141,407,2523,409,2523,404,3141,401,4076,393,4540,386,4938,375,5220,361,5302,353,5336,344,5342,336,5344,327,5336,305,5317,282,5292,265"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3305,320,3517,363"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="5163,312,5326,339"/> <area shape="poly" title=" " alt="" coords="3413,288,3413,320,3408,320,3408,288"/>
<area shape="poly" title=" " alt="" coords="5247,272,5247,312,5242,312,5242,272"/> <area shape="poly" title=" " alt="" coords="4604,278,4632,296,4654,318,4664,341,4662,353,4654,365,4627,372,4568,379,4364,390,3732,408,3023,419,2503,424,2503,419,3023,414,3732,403,4364,385,4567,374,4626,367,4651,360,4657,351,4659,341,4650,321,4629,301,4601,282"/>
<area shape="poly" title=" " alt="" coords="2825,262,2707,282,2655,294,2619,306,2603,316,2593,326,2567,349,2522,375,2481,396,2479,392,2520,371,2564,345,2589,322,2600,312,2617,302,2654,289,2706,277,2824,256"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4451,320,4640,363"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="2629,312,2847,339"/> <area shape="poly" title=" " alt="" coords="4548,288,4548,320,4543,320,4543,288"/>
<area shape="poly" title=" " alt="" coords="2890,265,2769,314,2767,309,2888,260"/> <area shape="poly" title=" " alt="" coords="5137,277,5165,296,5187,318,5197,341,5195,353,5187,365,5154,374,5078,382,4819,395,4452,405,4019,413,3132,422,2503,425,2503,420,3132,417,4019,408,4452,400,4819,390,5078,377,5153,369,5184,360,5190,351,5192,341,5183,321,5162,300,5134,282"/>
<area shape="poly" title=" " alt="" coords="4327,272,4322,312,4314,332,4299,349,4271,359,4215,368,4037,383,3792,393,3508,401,2929,408,2523,409,2523,404,2929,403,3508,395,3792,388,4037,377,4215,363,4269,354,4296,344,4309,329,4317,311,4322,271"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="4984,320,5174,363"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="4360,312,4516,339"/> <area shape="poly" title=" " alt="" coords="5082,288,5082,320,5076,320,5076,288"/>
<area shape="poly" title=" " alt="" coords="4355,263,4422,309,4419,314,4352,267"/> <area shape="poly" title=" " alt="" coords="4329,276,4362,294,4388,315,4396,327,4400,339,4399,352,4390,365,4367,372,4315,377,4138,388,3589,406,2968,418,2503,424,2503,419,2968,412,3589,400,4138,383,4315,372,4366,366,4387,361,4394,350,4395,340,4392,329,4384,319,4359,299,4326,281"/>
<area shape="poly" title=" " alt="" coords="927,265,1015,344,1048,353,1098,362,1243,375,1431,386,1644,393,2071,401,2382,404,2382,409,2071,407,1643,398,1431,391,1243,381,1098,367,1047,359,1013,349,923,269"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="4141,328,4377,355"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="729,312,952,339"/> <area shape="poly" title=" " alt="" coords="4262,288,4262,328,4256,328,4256,288"/>
<area shape="poly" title=" " alt="" coords="884,270,852,313,847,310,880,267"/> <area shape="poly" title=" " alt="" coords="3601,288,3585,329,3571,349,3554,365,3530,375,3494,384,3391,399,3255,410,3098,417,2770,425,2503,426,2503,421,2770,419,3098,412,3255,404,3390,394,3493,379,3529,370,3551,360,3567,346,3580,327,3596,286"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="3625,304,3843,347"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="3643,320,3848,363"/>
<area shape="poly" title=" " alt="" coords="3484,258,3653,301,3652,306,3483,263"/> <area shape="poly" title=" " alt="" coords="3653,278,3714,317,3712,322,3650,283"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="3867,312,4094,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2796,320,2989,363"/>
<area shape="poly" title=" " alt="" coords="3524,255,3856,301,3903,309,3903,314,3855,307,3523,260"/> <area shape="poly" title=" " alt="" coords="2395,262,2785,317,2796,319,2795,325,2784,323,2395,267"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="4118,312,4286,339"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1816,320,1988,363"/>
<area shape="poly" title=" " alt="" coords="3524,247,3789,266,3948,281,4106,301,4147,309,4146,314,4105,307,3947,286,3789,271,3524,252"/> <area shape="poly" title=" " alt="" coords="2193,277,1989,323,1988,318,2192,272"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="3073,312,3237,339"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2012,320,2184,363"/>
<area shape="poly" title=" " alt="" coords="3365,263,3197,314,3196,309,3363,258"/> <area shape="poly" title=" " alt="" coords="2235,281,2145,322,2143,317,2233,276"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="3262,312,3395,339"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2208,320,2380,363"/>
<area shape="poly" title=" " alt="" coords="3396,268,3344,314,3341,310,3392,264"/> <area shape="poly" title=" " alt="" coords="2296,288,2296,320,2291,320,2291,288"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2870,312,3048,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2404,320,2576,363"/>
<area shape="poly" title=" " alt="" coords="3325,262,3061,307,3022,314,3021,309,3060,301,3324,256"/> <area shape="poly" title=" " alt="" coords="2354,276,2445,317,2443,322,2352,281"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="3419,312,3601,339"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2600,320,2772,363"/>
<area shape="poly" title=" " alt="" coords="3446,264,3498,310,3494,314,3443,268"/> <area shape="poly" title=" " alt="" coords="2396,272,2600,318,2598,323,2394,277"/>
<area shape="poly" title=" " alt="" coords="3609,350,3288,377,2976,395,2709,404,2523,408,2523,403,2709,399,2975,389,3287,372,3609,344"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1533,328,1791,355"/>
<area shape="poly" title=" " alt="" coords="3896,344,3855,349,3660,367,3461,380,3076,398,2747,407,2523,409,2523,404,2746,401,3075,393,3461,375,3660,361,3855,344,3895,339"/> <area shape="poly" title=" " alt="" coords="2193,275,1997,301,1803,323,1749,330,1749,325,1803,317,1996,296,2192,270"/>
<area shape="poly" title=" " alt="" coords="4135,345,4106,349,3959,363,3765,374,3300,392,2523,408,2523,403,3300,386,3765,369,3959,357,4106,344,4134,340"/> <area shape="poly" title=" " alt="" coords="2781,366,2480,413,2479,407,2780,361"/>
<area shape="poly" title=" " alt="" coords="3086,345,3061,349,2911,370,2762,385,2523,405,2523,400,2762,380,2911,364,3060,344,3085,340"/> <area shape="poly" title=" " alt="" coords="2004,361,2300,407,2299,413,2003,366"/>
<area shape="poly" title=" " alt="" coords="3271,345,3250,349,3044,376,2839,394,2658,404,2523,408,2523,403,2658,398,2839,388,3043,371,3249,344,3270,340"/> <area shape="poly" title=" " alt="" coords="2188,365,2345,407,2344,413,2187,370"/>
<area shape="poly" title=" " alt="" coords="3437,345,3408,349,3153,376,2901,393,2523,408,2523,403,2901,388,3152,370,3407,344,3437,339"/> <area shape="poly" title=" " alt="" coords="2332,371,2377,408,2374,412,2329,375"/>
<area shape="poly" title=" " alt="" coords="5044,259,5077,276,5103,303,5112,326,5110,338,5102,349,5069,358,4994,365,4737,378,4374,389,3950,396,3095,406,2523,409,2523,404,3095,400,3950,391,4374,383,4737,373,4993,360,5068,353,5099,344,5105,335,5107,326,5098,305,5074,281,5042,264"/> <area shape="poly" title=" " alt="" coords="2454,375,2408,412,2405,408,2451,371"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="4824,312,5089,339"/> <area shape="poly" title=" " alt="" coords="2596,370,2438,413,2437,407,2594,365"/>
<area shape="poly" title=" " alt="" coords="4959,272,4959,312,4954,312,4954,272"/> <area shape="poly" title=" " alt="" coords="4029,278,4058,296,4080,317,4091,341,4089,353,4081,365,4057,375,4011,384,3862,399,3653,409,3408,417,2897,424,2503,426,2503,420,2897,419,3408,411,3653,404,3861,393,4010,379,4056,370,4077,361,4084,351,4085,341,4076,320,4054,300,4026,282"/>
<area shape="poly" title=" " alt="" coords="1722,264,1693,281,1669,305,1661,326,1663,335,1669,345,1682,353,1705,362,1774,375,1866,386,1974,393,2199,402,2382,404,2382,409,2199,407,1973,398,1866,391,1773,380,1703,367,1680,358,1665,349,1658,337,1656,326,1665,303,1689,277,1720,260"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3872,320,4067,363"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1679,312,1887,339"/> <area shape="poly" title=" " alt="" coords="3972,288,3972,320,3967,320,3967,288"/>
<area shape="poly" title=" " alt="" coords="1790,272,1787,312,1782,312,1785,271"/> <area shape="poly" title=" " alt="" coords="4872,277,4900,296,4923,317,4933,341,4931,353,4923,365,4893,373,4825,380,4594,393,4265,403,3877,411,3079,421,2503,425,2503,419,3078,415,3877,405,4265,397,4593,387,4825,375,4892,368,4920,360,4927,351,4928,341,4919,320,4897,300,4869,282"/>
<area shape="poly" title=" " alt="" coords="2306,261,2110,285,2035,296,2002,306,1996,316,1994,325,1996,335,2002,345,2020,354,2054,364,2155,379,2382,400,2382,405,2155,385,2053,369,2018,359,1999,349,1991,337,1988,325,1991,314,1999,302,2034,291,2109,279,2306,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4715,320,4910,363"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="2013,312,2276,339"/> <area shape="poly" title=" " alt="" coords="4815,288,4815,320,4810,320,4810,288"/>
<area shape="poly" title=" " alt="" coords="2384,263,2192,314,2191,309,2382,258"/> <area shape="poly" title=" " alt="" coords="1402,275,1327,280,1246,281,1096,282,1039,288,1018,294,1004,301,997,311,996,324,1004,340,1021,361,1038,368,1073,375,1190,388,1353,398,1546,406,1954,415,2279,419,2279,425,1954,421,1546,411,1352,403,1189,393,1072,381,1036,373,1017,365,999,343,991,325,992,309,1001,297,1016,289,1038,283,1095,277,1246,276,1327,275,1402,270"/>
<area shape="poly" title=" " alt="" coords="2592,261,2431,286,2369,297,2342,306,2336,315,2335,324,2343,345,2355,361,2371,374,2407,392,2404,397,2368,378,2351,365,2338,348,2330,325,2331,314,2339,302,2368,292,2430,280,2591,256"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="1031,320,1226,363"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2352,312,2553,339"/> <area shape="poly" title=" " alt="" coords="1410,279,1220,322,1218,317,1409,273"/>
<area shape="poly" title=" " alt="" coords="2648,264,2492,314,2491,309,2646,259"/> <area shape="poly" title=" " alt="" coords="1622,275,1555,281,1485,284,1354,288,1305,295,1287,301,1275,308,1269,317,1269,328,1276,343,1290,361,1303,367,1330,373,1419,383,1694,400,2014,412,2279,418,2279,423,2014,417,1694,406,1419,389,1329,378,1301,372,1287,365,1271,345,1264,329,1264,315,1272,304,1285,296,1304,290,1354,283,1485,278,1555,276,1621,270"/>
<area shape="poly" title=" " alt="" coords="1181,262,1337,344,1430,362,1554,377,1698,387,1853,395,2156,402,2382,404,2382,410,2156,408,1853,400,1698,392,1553,382,1429,368,1336,349,1178,266"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="1301,320,1508,363"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1026,312,1242,339"/> <area shape="poly" title=" " alt="" coords="1634,279,1480,322,1478,317,1633,274"/>
<area shape="poly" title=" " alt="" coords="1143,272,1138,312,1133,312,1137,271"/> <area shape="poly" title=" " alt="" coords="3030,288,3024,328,3016,348,3002,365,2976,377,2931,387,2800,403,2646,414,2503,421,2503,416,2645,409,2800,397,2930,381,2974,371,2999,361,3011,345,3019,327,3025,287"/>
<area shape="poly" title=" " alt="" coords="495,262,578,306,629,328,682,344,790,358,975,370,1479,387,2009,398,2382,403,2382,409,2009,404,1478,393,974,375,790,363,681,349,628,333,576,311,493,267"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="3064,320,3281,363"/>
<area shape="poly" title=" " alt="" coords="679,271,692,311,704,329,719,344,745,353,797,360,963,373,1192,383,1457,391,1998,400,2382,404,2382,409,1998,406,1457,396,1191,388,963,378,796,365,744,358,716,349,699,333,687,313,674,272"/> <area shape="poly" title=" " alt="" coords="3074,278,3140,317,3137,322,3071,283"/>
<area shape="poly" title=" " alt="" coords="1354,271,1346,310,1348,329,1357,345,1371,351,1400,357,1497,368,1793,386,2126,397,2382,403,2382,408,2126,402,1793,391,1497,374,1399,362,1369,356,1353,349,1343,330,1340,310,1349,270"/> <area shape="poly" title=" " alt="" coords="509,287,500,327,502,345,511,361,536,371,588,381,757,397,993,408,1269,415,1845,421,2279,421,2279,426,1845,426,1269,420,992,413,756,402,587,386,535,376,508,365,497,347,495,326,503,286"/>
<area shape="poly" title=" " alt="" coords="2011,269,1995,287,1983,307,1979,327,1986,345,2005,355,2041,364,2147,380,2382,400,2382,405,2146,385,2039,369,2003,360,1983,348,1974,328,1978,305,1991,284,2007,265"/> <area shape="poly" title=" " alt="" coords="618,277,571,293,534,313,523,324,517,335,518,347,527,361,552,371,603,381,770,396,1004,407,1278,415,1848,421,2279,421,2279,426,1848,426,1278,420,1004,413,770,402,602,386,550,376,524,365,513,349,512,334,518,320,531,308,569,288,617,272"/>
<area shape="poly" title=" " alt="" coords="291,428,351,466,348,471,288,432"/> <area shape="poly" title=" " alt="" coords="1040,281,1006,298,980,318,972,329,968,339,970,350,977,361,994,368,1031,376,1152,389,1321,399,1522,406,1944,416,2279,419,2279,425,1944,421,1521,412,1321,404,1152,394,1030,381,993,374,973,365,965,352,963,339,967,326,976,315,1003,294,1038,276"/>
<area shape="poly" title=" " alt="" coords="267,436,291,543,286,544,261,437"/> <area shape="poly" title=" " alt="" coords="1207,275,991,322,985,332,983,342,985,351,991,361,1009,368,1045,376,1165,388,1332,399,1530,406,1947,416,2279,419,2279,425,1947,421,1529,412,1332,404,1164,394,1044,381,1007,373,988,365,980,353,978,342,980,330,988,318,1205,270"/>
</map> </map>
</div> </div>
</div> </div>
@ -1244,7 +1244,7 @@ Variables</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,127 +1,127 @@
<map id="BNO08xGlobalTypes.hpp" name="BNO08xGlobalTypes.hpp"> <map id="include/BNO08xGlobalTypes.hpp" name="include/BNO08xGlobalTypes.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="2049,5,2216,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="2093,5,2305,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="321,469,416,496"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="350,485,491,512"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="2232,19,2960,35,4028,65,4552,85,4994,108,5167,121,5300,135,5385,149,5408,157,5416,166,5416,327,5413,335,5402,341,5364,353,5221,374,4997,392,4706,409,3969,436,3109,455,2225,469,1415,477,417,484,417,479,1415,472,2225,464,3109,450,3969,430,4706,404,4997,387,5220,369,5363,348,5400,336,5409,331,5411,326,5411,168,5405,161,5383,154,5299,140,5167,126,4994,114,4551,90,4028,70,2960,40,2232,24"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="2321,17,3021,18,3502,23,4005,33,4481,51,4694,63,4883,77,5039,95,5159,115,5203,126,5236,138,5257,151,5264,166,5264,343,5261,350,5251,357,5215,368,5081,388,4873,406,4600,422,3910,448,3100,468,2263,482,1488,492,491,500,491,494,1488,486,2263,477,3100,463,3910,443,4600,416,4872,400,5081,382,5214,362,5249,352,5257,347,5259,342,5259,167,5253,155,5234,143,5202,131,5158,120,5039,100,4882,83,4694,68,4481,56,4005,39,3502,28,3021,23,2321,22"/>
<area shape="rect" id="Node000012" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="247,80,416,107"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="292,80,506,107"/>
<area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="2034,27,416,91,416,86,2033,21"/> <area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="2078,28,506,90,506,85,2077,22"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2075,155,2190,181"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2100,155,2298,181"/>
<area shape="poly" id="edge75_Node000001_Node000013" title=" " alt="" coords="2135,48,2135,154,2130,154,2130,48"/> <area shape="poly" id="edge75_Node000001_Node000014" title=" " alt="" coords="2202,48,2202,154,2196,154,2196,48"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="100,544,195,571"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,560,666,587"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="316,504,187,546,185,541,315,499"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="460,517,540,557,538,562,458,522"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,544,364,571"/> <area shape="rect" id="Node000010" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="87,560,226,587"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="346,509,306,546,303,542,342,505"/> <area shape="poly" id="edge9_Node000002_Node000010" title=" " alt="" coords="361,519,203,562,202,557,359,514"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,544,546,571"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="250,560,439,587"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="399,503,452,541,449,546,396,508"/> <area shape="poly" id="edge10_Node000002_Node000011" title=" " alt="" coords="398,525,359,562,356,558,394,521"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,619,156,645"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,635,201,661"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="385,577,149,621,148,615,384,571"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="469,592,184,637,183,631,468,587"/>
<area shape="rect" id="Node000007" href="$_callback_tests_8cpp.html" title=" " alt="" coords="180,619,309,645"/> <area shape="rect" id="Node000005" href="$_callback_tests_8cpp.html" title=" " alt="" coords="225,635,379,661"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="415,578,284,621,283,615,413,573"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="505,594,348,637,347,631,503,589"/>
<area shape="rect" id="Node000008" href="$_feature_tests_8cpp.html" title=" " alt="" coords="333,619,455,645"/> <area shape="rect" id="Node000006" href="$_feature_tests_8cpp.html" title=" " alt="" coords="404,635,552,661"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="445,584,408,620,405,616,442,580"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="539,599,494,636,491,632,536,595"/>
<area shape="rect" id="Node000009" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="479,619,605,645"/> <area shape="rect" id="Node000007" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="575,635,727,661"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="493,580,531,616,527,620,489,583"/> <area shape="poly" id="edge6_Node000003_Node000007" title=" " alt="" coords="593,595,638,632,634,636,589,599"/>
<area shape="rect" id="Node000010" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="628,619,773,645"/> <area shape="rect" id="Node000008" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="751,635,922,661"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="523,573,660,615,659,621,521,578"/> <area shape="poly" id="edge7_Node000003_Node000008" title=" " alt="" coords="627,589,789,631,788,637,626,594"/>
<area shape="rect" id="Node000011" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="796,619,949,645"/> <area shape="rect" id="Node000009" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="946,635,1124,661"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="554,571,802,615,801,621,553,577"/> <area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="662,587,953,631,952,637,662,592"/>
<area shape="poly" id="edge13_Node000012_Node000002" title=" " alt="" coords="336,122,370,469,365,469,331,122"/> <area shape="poly" id="edge12_Node000012_Node000002" title=" " alt="" coords="403,122,422,485,417,485,398,122"/>
<area shape="poly" id="edge12_Node000012_Node000003" title=" " alt="" coords="276,115,234,135,193,162,175,179,162,198,153,218,150,242,150,409,150,543,145,543,145,409,145,241,148,217,157,195,171,175,189,158,231,130,274,110"/> <area shape="poly" id="edge74_Node000012_Node000010" title=" " alt="" coords="319,114,264,132,212,160,191,178,174,199,163,222,159,250,159,425,159,559,154,559,154,425,154,249,158,221,169,196,187,174,209,156,262,127,317,109"/>
<area shape="poly" id="edge14_Node000012_Node000013" title=" " alt="" coords="432,96,2074,162,2074,167,431,101"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="193,411,384,437"/>
<area shape="rect" id="Node000060" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="185,395,331,421"/> <area shape="poly" id="edge13_Node000012_Node000013" title=" " alt="" coords="392,122,295,411,290,409,387,121"/>
<area shape="poly" id="edge72_Node000012_Node000060" title=" " alt="" coords="325,122,315,155,282,296,263,395,257,394,277,295,310,154,320,121"/> <area shape="poly" id="edge16_Node000012_Node000014" title=" " alt="" coords="522,97,2100,160,2100,165,522,102"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="2174,229,2289,256"/> <area shape="poly" id="edge14_Node000013_Node000002" title=" " alt="" coords="325,443,398,482,396,487,323,447"/>
<area shape="poly" id="edge15_Node000013_Node000014" title=" " alt="" coords="2163,189,2216,227,2213,231,2160,193"/> <area shape="poly" id="edge15_Node000013_Node000011" title=" " alt="" coords="301,451,342,559,337,560,296,453"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1475,229,1662,256"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="829,229,1001,272"/>
<area shape="poly" id="edge16_Node000013_Node000015" title=" " alt="" coords="2060,181,1663,232,1662,227,2059,176"/> <area shape="poly" id="edge17_Node000014_Node000015" title=" " alt="" coords="2085,172,1883,175,1616,184,1315,202,1162,215,1013,232,1002,234,1001,228,1012,227,1162,210,1315,196,1616,178,1883,170,2085,167"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="4539,229,4750,256"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3324,229,3496,272"/>
<area shape="poly" id="edge20_Node000013_Node000018" title=" " alt="" coords="2206,168,3090,186,3742,204,4413,227,4539,233,4539,238,4412,232,3741,209,3090,192,2206,173"/> <area shape="poly" id="edge21_Node000014_Node000018" title=" " alt="" coords="2313,174,3125,227,3323,240,3323,246,3124,232,2313,179"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="5163,229,5326,256"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4460,229,4632,272"/>
<area shape="poly" id="edge23_Node000013_Node000020" title=" " alt="" coords="2206,166,2636,167,3346,174,4209,192,4659,207,5101,227,5163,231,5163,236,5100,232,4659,212,4208,197,3346,179,2636,173,2206,172"/> <area shape="poly" id="edge24_Node000014_Node000020" title=" " alt="" coords="2313,167,2659,169,3164,177,3754,195,4059,209,4358,227,4459,236,4459,241,4357,232,4059,214,3754,201,3164,183,2659,174,2313,172"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="2825,229,3043,256"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="4993,229,5165,272"/>
<area shape="poly" id="edge26_Node000013_Node000022" title=" " alt="" coords="2206,173,2814,227,2825,228,2824,233,2814,232,2205,178"/> <area shape="poly" id="edge27_Node000014_Node000022" title=" " alt="" coords="2313,168,3586,185,4350,203,4669,214,4911,227,4993,235,4992,240,4911,232,4669,219,4350,208,3586,191,2313,173"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="4246,229,4401,256"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="4173,229,4345,272"/>
<area shape="poly" id="edge29_Node000013_Node000024" title=" " alt="" coords="2206,169,4245,236,4245,241,2205,174"/> <area shape="poly" id="edge30_Node000014_Node000024" title=" " alt="" coords="2313,167,2619,171,3056,180,3563,198,4079,227,4173,236,4172,241,4079,232,3562,203,3056,185,2619,176,2313,173"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="789,229,1012,256"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="3520,229,3692,272"/>
<area shape="poly" id="edge32_Node000013_Node000026" title=" " alt="" coords="2060,175,1621,195,1325,212,1023,232,1012,233,1012,228,1023,227,1325,206,1621,190,2059,170"/> <area shape="poly" id="edge33_Node000014_Node000026" title=" " alt="" coords="2313,166,2534,168,2832,176,3169,194,3340,208,3509,227,3520,228,3519,233,3508,232,3340,214,3168,199,2832,181,2534,173,2313,171"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="3330,229,3508,256"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2208,229,2380,272"/>
<area shape="poly" id="edge35_Node000013_Node000028" title=" " alt="" coords="2206,171,3330,234,3329,239,2206,176"/> <area shape="poly" id="edge36_Node000014_Node000028" title=" " alt="" coords="2227,190,2271,227,2268,231,2224,194"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="4824,229,5089,256"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3872,229,4067,272"/>
<area shape="poly" id="edge49_Node000013_Node000042" title=" " alt="" coords="2206,167,3220,182,3979,200,4762,227,4824,230,4824,235,4762,232,3979,205,3220,187,2206,173"/> <area shape="poly" id="edge50_Node000014_Node000042" title=" " alt="" coords="2314,170,2909,190,3304,206,3704,227,3872,238,3871,244,3704,232,3303,212,2909,195,2313,175"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1686,229,1894,256"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4726,229,4899,272"/>
<area shape="poly" id="edge52_Node000013_Node000044" title=" " alt="" coords="2060,187,1851,231,1849,226,2059,182"/> <area shape="poly" id="edge53_Node000014_Node000044" title=" " alt="" coords="2313,168,3462,187,4144,204,4429,215,4645,227,4726,235,4725,240,4644,232,4429,220,4144,210,3462,192,2313,173"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="2313,229,2576,256"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1418,229,1612,272"/>
<area shape="poly" id="edge55_Node000013_Node000046" title=" " alt="" coords="2202,183,2390,226,2389,231,2201,188"/> <area shape="poly" id="edge56_Node000014_Node000046" title=" " alt="" coords="2085,181,1871,202,1625,232,1613,234,1612,228,1624,227,1870,197,2085,176"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2600,229,2801,256"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="1637,229,1809,272"/>
<area shape="poly" id="edge58_Node000013_Node000048" title=" " alt="" coords="2206,176,2601,226,2600,231,2205,181"/> <area shape="poly" id="edge59_Node000014_Node000048" title=" " alt="" coords="2110,187,1810,237,1809,232,2109,182"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="1036,229,1251,256"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2940,229,3112,272"/>
<area shape="poly" id="edge61_Node000013_Node000050" title=" " alt="" coords="2060,176,1716,198,1263,232,1251,233,1251,228,1263,227,1716,193,2059,171"/> <area shape="poly" id="edge62_Node000014_Node000050" title=" " alt="" coords="2314,178,2940,238,2939,244,2313,183"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="368,229,556,256"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="437,229,609,272"/>
<area shape="poly" id="edge64_Node000013_Node000052" title=" " alt="" coords="2059,173,1445,187,1012,205,569,232,556,233,556,228,568,227,1011,200,1444,182,2059,168"/> <area shape="poly" id="edge65_Node000014_Node000052" title=" " alt="" coords="2085,174,1342,192,925,209,752,220,621,232,610,233,609,228,620,227,752,215,925,204,1342,187,2085,169"/>
<area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="580,229,765,256"/> <area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="633,229,805,272"/>
<area shape="poly" id="edge66_Node000013_Node000054" title=" " alt="" coords="2059,173,1525,190,1156,207,778,232,766,233,765,228,778,227,1155,202,1525,185,2059,168"/> <area shape="poly" id="edge67_Node000014_Node000054" title=" " alt="" coords="2085,171,1852,172,1537,179,1179,198,996,213,817,232,806,233,805,228,816,227,995,207,1179,193,1537,174,1852,166,2085,165"/>
<area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1275,229,1451,256"/> <area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1025,229,1197,272"/>
<area shape="poly" id="edge68_Node000013_Node000056" title=" " alt="" coords="2059,178,1796,200,1463,232,1452,233,1451,228,1463,227,1796,195,2059,173"/> <area shape="poly" id="edge69_Node000014_Node000056" title=" " alt="" coords="2085,174,1914,179,1696,189,1453,206,1209,232,1198,234,1197,228,1208,227,1452,200,1695,183,1914,173,2085,168"/>
<area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1918,229,2150,256"/> <area shape="rect" id="Node000058" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="1221,229,1393,272"/>
<area shape="poly" id="edge70_Node000013_Node000058" title=" " alt="" coords="2105,193,2052,231,2049,227,2102,189"/> <area shape="poly" id="edge71_Node000014_Node000058" title=" " alt="" coords="2085,176,1778,194,1592,210,1406,232,1394,234,1393,229,1405,227,1591,205,1778,189,2085,171"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2382,395,2523,421"/> <area shape="rect" id="Node000060" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="2025,237,2184,264"/>
<area shape="poly" id="edge17_Node000015_Node000016" title=" " alt="" coords="1584,268,1612,309,1631,329,1654,344,1695,356,1768,366,1973,383,2382,402,2382,407,1972,389,1767,372,1694,361,1651,349,1628,333,1608,313,1579,271"/> <area shape="poly" id="edge73_Node000014_Node000060" title=" " alt="" coords="2174,194,2120,239,2117,235,2171,190"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="1367,312,1554,339"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2280,411,2502,437"/>
<area shape="poly" id="edge19_Node000015_Node000017" title=" " alt="" coords="1541,268,1479,314,1476,309,1538,263"/> <area shape="poly" id="edge18_Node000015_Node000016" title=" " alt="" coords="922,287,935,327,946,346,962,360,981,367,1019,373,1143,384,1517,402,1943,413,2280,419,2279,424,1943,418,1517,407,1143,390,1019,378,980,372,959,365,942,349,930,329,917,288"/>
<area shape="poly" id="edge18_Node000016_Node000002" title=" " alt="" coords="2367,415,417,482,416,477,2367,410"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="537,328,805,355"/>
<area shape="poly" id="edge21_Node000018_Node000016" title=" " alt="" coords="4711,260,4740,277,4764,303,4773,326,4771,338,4763,349,4735,357,4670,364,4449,376,3771,393,3028,404,2523,409,2523,404,3028,399,3771,388,4449,370,4670,358,4734,351,4760,344,4766,336,4768,327,4760,305,4737,281,4708,264"/> <area shape="poly" id="edge20_Node000015_Node000017" title=" " alt="" coords="844,280,707,330,705,325,843,275"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="4539,312,4750,339"/> <area shape="poly" id="edge19_Node000016_Node000002" title=" " alt="" coords="2264,433,491,497,491,492,2264,427"/>
<area shape="poly" id="edge22_Node000018_Node000019" title=" " alt="" coords="4647,272,4647,312,4642,312,4642,272"/> <area shape="poly" id="edge22_Node000018_Node000016" title=" " alt="" coords="3487,277,3512,295,3532,319,3541,342,3539,353,3531,365,3516,372,3487,378,3394,389,3108,406,2776,418,2502,424,2502,418,2776,412,3108,401,3393,384,3487,373,3515,367,3528,361,3534,352,3535,343,3527,321,3509,299,3484,282"/>
<area shape="poly" id="edge24_Node000020_Node000016" title=" " alt="" coords="5295,261,5320,279,5340,303,5349,326,5347,338,5339,349,5303,359,5220,367,4938,380,4540,391,4076,398,3141,407,2523,409,2523,404,3141,401,4076,393,4540,386,4938,375,5220,361,5302,353,5336,344,5342,336,5344,327,5336,305,5317,282,5292,265"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3305,320,3517,363"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="5163,312,5326,339"/> <area shape="poly" id="edge23_Node000018_Node000019" title=" " alt="" coords="3413,288,3413,320,3408,320,3408,288"/>
<area shape="poly" id="edge25_Node000020_Node000021" title=" " alt="" coords="5247,272,5247,312,5242,312,5242,272"/> <area shape="poly" id="edge25_Node000020_Node000016" title=" " alt="" coords="4604,278,4632,296,4654,318,4664,341,4662,353,4654,365,4627,372,4568,379,4364,390,3732,408,3023,419,2503,424,2503,419,3023,414,3732,403,4364,385,4567,374,4626,367,4651,360,4657,351,4659,341,4650,321,4629,301,4601,282"/>
<area shape="poly" id="edge27_Node000022_Node000016" title=" " alt="" coords="2825,262,2707,282,2655,294,2619,306,2603,316,2593,326,2567,349,2522,375,2481,396,2479,392,2520,371,2564,345,2589,322,2600,312,2617,302,2654,289,2706,277,2824,256"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4451,320,4640,363"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="2629,312,2847,339"/> <area shape="poly" id="edge26_Node000020_Node000021" title=" " alt="" coords="4548,288,4548,320,4543,320,4543,288"/>
<area shape="poly" id="edge28_Node000022_Node000023" title=" " alt="" coords="2890,265,2769,314,2767,309,2888,260"/> <area shape="poly" id="edge28_Node000022_Node000016" title=" " alt="" coords="5137,277,5165,296,5187,318,5197,341,5195,353,5187,365,5154,374,5078,382,4819,395,4452,405,4019,413,3132,422,2503,425,2503,420,3132,417,4019,408,4452,400,4819,390,5078,377,5153,369,5184,360,5190,351,5192,341,5183,321,5162,300,5134,282"/>
<area shape="poly" id="edge30_Node000024_Node000016" title=" " alt="" coords="4327,272,4322,312,4314,332,4299,349,4271,359,4215,368,4037,383,3792,393,3508,401,2929,408,2523,409,2523,404,2929,403,3508,395,3792,388,4037,377,4215,363,4269,354,4296,344,4309,329,4317,311,4322,271"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="4984,320,5174,363"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="4360,312,4516,339"/> <area shape="poly" id="edge29_Node000022_Node000023" title=" " alt="" coords="5082,288,5082,320,5076,320,5076,288"/>
<area shape="poly" id="edge31_Node000024_Node000025" title=" " alt="" coords="4355,263,4422,309,4419,314,4352,267"/> <area shape="poly" id="edge31_Node000024_Node000016" title=" " alt="" coords="4329,276,4362,294,4388,315,4396,327,4400,339,4399,352,4390,365,4367,372,4315,377,4138,388,3589,406,2968,418,2503,424,2503,419,2968,412,3589,400,4138,383,4315,372,4366,366,4387,361,4394,350,4395,340,4392,329,4384,319,4359,299,4326,281"/>
<area shape="poly" id="edge33_Node000026_Node000016" title=" " alt="" coords="927,265,1015,344,1048,353,1098,362,1243,375,1431,386,1644,393,2071,401,2382,404,2382,409,2071,407,1643,398,1431,391,1243,381,1098,367,1047,359,1013,349,923,269"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="4141,328,4377,355"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="729,312,952,339"/> <area shape="poly" id="edge32_Node000024_Node000025" title=" " alt="" coords="4262,288,4262,328,4256,328,4256,288"/>
<area shape="poly" id="edge34_Node000026_Node000027" title=" " alt="" coords="884,270,852,313,847,310,880,267"/> <area shape="poly" id="edge34_Node000026_Node000016" title=" " alt="" coords="3601,288,3585,329,3571,349,3554,365,3530,375,3494,384,3391,399,3255,410,3098,417,2770,425,2503,426,2503,421,2770,419,3098,412,3255,404,3390,394,3493,379,3529,370,3551,360,3567,346,3580,327,3596,286"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="3625,304,3843,347"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="3643,320,3848,363"/>
<area shape="poly" id="edge36_Node000028_Node000029" title=" " alt="" coords="3484,258,3653,301,3652,306,3483,263"/> <area shape="poly" id="edge35_Node000026_Node000027" title=" " alt="" coords="3653,278,3714,317,3712,322,3650,283"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="3867,312,4094,339"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2796,320,2989,363"/>
<area shape="poly" id="edge38_Node000028_Node000031" title=" " alt="" coords="3524,255,3856,301,3903,309,3903,314,3855,307,3523,260"/> <area shape="poly" id="edge37_Node000028_Node000029" title=" " alt="" coords="2395,262,2785,317,2796,319,2795,325,2784,323,2395,267"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="4118,312,4286,339"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1816,320,1988,363"/>
<area shape="poly" id="edge40_Node000028_Node000033" title=" " alt="" coords="3524,247,3789,266,3948,281,4106,301,4147,309,4146,314,4105,307,3947,286,3789,271,3524,252"/> <area shape="poly" id="edge39_Node000028_Node000031" title=" " alt="" coords="2193,277,1989,323,1988,318,2192,272"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="3073,312,3237,339"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2012,320,2184,363"/>
<area shape="poly" id="edge42_Node000028_Node000035" title=" " alt="" coords="3365,263,3197,314,3196,309,3363,258"/> <area shape="poly" id="edge41_Node000028_Node000033" title=" " alt="" coords="2235,281,2145,322,2143,317,2233,276"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="3262,312,3395,339"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2208,320,2380,363"/>
<area shape="poly" id="edge44_Node000028_Node000037" title=" " alt="" coords="3396,268,3344,314,3341,310,3392,264"/> <area shape="poly" id="edge43_Node000028_Node000035" title=" " alt="" coords="2296,288,2296,320,2291,320,2291,288"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2870,312,3048,339"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2404,320,2576,363"/>
<area shape="poly" id="edge46_Node000028_Node000039" title=" " alt="" coords="3325,262,3061,307,3022,314,3021,309,3060,301,3324,256"/> <area shape="poly" id="edge45_Node000028_Node000037" title=" " alt="" coords="2354,276,2445,317,2443,322,2352,281"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="3419,312,3601,339"/> <area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2600,320,2772,363"/>
<area shape="poly" id="edge47_Node000028_Node000040" title=" " alt="" coords="3446,264,3498,310,3494,314,3443,268"/> <area shape="poly" id="edge47_Node000028_Node000039" title=" " alt="" coords="2396,272,2600,318,2598,323,2394,277"/>
<area shape="poly" id="edge37_Node000029_Node000016" title=" " alt="" coords="3609,350,3288,377,2976,395,2709,404,2523,408,2523,403,2709,399,2975,389,3287,372,3609,344"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1533,328,1791,355"/>
<area shape="poly" id="edge39_Node000031_Node000016" title=" " alt="" coords="3896,344,3855,349,3660,367,3461,380,3076,398,2747,407,2523,409,2523,404,2746,401,3075,393,3461,375,3660,361,3855,344,3895,339"/> <area shape="poly" id="edge49_Node000028_Node000041" title=" " alt="" coords="2193,275,1997,301,1803,323,1749,330,1749,325,1803,317,1996,296,2192,270"/>
<area shape="poly" id="edge41_Node000033_Node000016" title=" " alt="" coords="4135,345,4106,349,3959,363,3765,374,3300,392,2523,408,2523,403,3300,386,3765,369,3959,357,4106,344,4134,340"/> <area shape="poly" id="edge38_Node000029_Node000016" title=" " alt="" coords="2781,366,2480,413,2479,407,2780,361"/>
<area shape="poly" id="edge43_Node000035_Node000016" title=" " alt="" coords="3086,345,3061,349,2911,370,2762,385,2523,405,2523,400,2762,380,2911,364,3060,344,3085,340"/> <area shape="poly" id="edge40_Node000031_Node000016" title=" " alt="" coords="2004,361,2300,407,2299,413,2003,366"/>
<area shape="poly" id="edge45_Node000037_Node000016" title=" " alt="" coords="3271,345,3250,349,3044,376,2839,394,2658,404,2523,408,2523,403,2658,398,2839,388,3043,371,3249,344,3270,340"/> <area shape="poly" id="edge42_Node000033_Node000016" title=" " alt="" coords="2188,365,2345,407,2344,413,2187,370"/>
<area shape="poly" id="edge48_Node000040_Node000016" title=" " alt="" coords="3437,345,3408,349,3153,376,2901,393,2523,408,2523,403,2901,388,3152,370,3407,344,3437,339"/> <area shape="poly" id="edge44_Node000035_Node000016" title=" " alt="" coords="2332,371,2377,408,2374,412,2329,375"/>
<area shape="poly" id="edge50_Node000042_Node000016" title=" " alt="" coords="5044,259,5077,276,5103,303,5112,326,5110,338,5102,349,5069,358,4994,365,4737,378,4374,389,3950,396,3095,406,2523,409,2523,404,3095,400,3950,391,4374,383,4737,373,4993,360,5068,353,5099,344,5105,335,5107,326,5098,305,5074,281,5042,264"/> <area shape="poly" id="edge46_Node000037_Node000016" title=" " alt="" coords="2454,375,2408,412,2405,408,2451,371"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="4824,312,5089,339"/> <area shape="poly" id="edge48_Node000039_Node000016" title=" " alt="" coords="2596,370,2438,413,2437,407,2594,365"/>
<area shape="poly" id="edge51_Node000042_Node000043" title=" " alt="" coords="4959,272,4959,312,4954,312,4954,272"/> <area shape="poly" id="edge51_Node000042_Node000016" title=" " alt="" coords="4029,278,4058,296,4080,317,4091,341,4089,353,4081,365,4057,375,4011,384,3862,399,3653,409,3408,417,2897,424,2503,426,2503,420,2897,419,3408,411,3653,404,3861,393,4010,379,4056,370,4077,361,4084,351,4085,341,4076,320,4054,300,4026,282"/>
<area shape="poly" id="edge53_Node000044_Node000016" title=" " alt="" coords="1722,264,1693,281,1669,305,1661,326,1663,335,1669,345,1682,353,1705,362,1774,375,1866,386,1974,393,2199,402,2382,404,2382,409,2199,407,1973,398,1866,391,1773,380,1703,367,1680,358,1665,349,1658,337,1656,326,1665,303,1689,277,1720,260"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3872,320,4067,363"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1679,312,1887,339"/> <area shape="poly" id="edge52_Node000042_Node000043" title=" " alt="" coords="3972,288,3972,320,3967,320,3967,288"/>
<area shape="poly" id="edge54_Node000044_Node000045" title=" " alt="" coords="1790,272,1787,312,1782,312,1785,271"/> <area shape="poly" id="edge54_Node000044_Node000016" title=" " alt="" coords="4872,277,4900,296,4923,317,4933,341,4931,353,4923,365,4893,373,4825,380,4594,393,4265,403,3877,411,3079,421,2503,425,2503,419,3078,415,3877,405,4265,397,4593,387,4825,375,4892,368,4920,360,4927,351,4928,341,4919,320,4897,300,4869,282"/>
<area shape="poly" id="edge56_Node000046_Node000016" title=" " alt="" coords="2306,261,2110,285,2035,296,2002,306,1996,316,1994,325,1996,335,2002,345,2020,354,2054,364,2155,379,2382,400,2382,405,2155,385,2053,369,2018,359,1999,349,1991,337,1988,325,1991,314,1999,302,2034,291,2109,279,2306,256"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4715,320,4910,363"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="2013,312,2276,339"/> <area shape="poly" id="edge55_Node000044_Node000045" title=" " alt="" coords="4815,288,4815,320,4810,320,4810,288"/>
<area shape="poly" id="edge57_Node000046_Node000047" title=" " alt="" coords="2384,263,2192,314,2191,309,2382,258"/> <area shape="poly" id="edge57_Node000046_Node000016" title=" " alt="" coords="1402,275,1327,280,1246,281,1096,282,1039,288,1018,294,1004,301,997,311,996,324,1004,340,1021,361,1038,368,1073,375,1190,388,1353,398,1546,406,1954,415,2279,419,2279,425,1954,421,1546,411,1352,403,1189,393,1072,381,1036,373,1017,365,999,343,991,325,992,309,1001,297,1016,289,1038,283,1095,277,1246,276,1327,275,1402,270"/>
<area shape="poly" id="edge59_Node000048_Node000016" title=" " alt="" coords="2592,261,2431,286,2369,297,2342,306,2336,315,2335,324,2343,345,2355,361,2371,374,2407,392,2404,397,2368,378,2351,365,2338,348,2330,325,2331,314,2339,302,2368,292,2430,280,2591,256"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="1031,320,1226,363"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2352,312,2553,339"/> <area shape="poly" id="edge58_Node000046_Node000047" title=" " alt="" coords="1410,279,1220,322,1218,317,1409,273"/>
<area shape="poly" id="edge60_Node000048_Node000049" title=" " alt="" coords="2648,264,2492,314,2491,309,2646,259"/> <area shape="poly" id="edge60_Node000048_Node000016" title=" " alt="" coords="1622,275,1555,281,1485,284,1354,288,1305,295,1287,301,1275,308,1269,317,1269,328,1276,343,1290,361,1303,367,1330,373,1419,383,1694,400,2014,412,2279,418,2279,423,2014,417,1694,406,1419,389,1329,378,1301,372,1287,365,1271,345,1264,329,1264,315,1272,304,1285,296,1304,290,1354,283,1485,278,1555,276,1621,270"/>
<area shape="poly" id="edge62_Node000050_Node000016" title=" " alt="" coords="1181,262,1337,344,1430,362,1554,377,1698,387,1853,395,2156,402,2382,404,2382,410,2156,408,1853,400,1698,392,1553,382,1429,368,1336,349,1178,266"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="1301,320,1508,363"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="1026,312,1242,339"/> <area shape="poly" id="edge61_Node000048_Node000049" title=" " alt="" coords="1634,279,1480,322,1478,317,1633,274"/>
<area shape="poly" id="edge63_Node000050_Node000051" title=" " alt="" coords="1143,272,1138,312,1133,312,1137,271"/> <area shape="poly" id="edge63_Node000050_Node000016" title=" " alt="" coords="3030,288,3024,328,3016,348,3002,365,2976,377,2931,387,2800,403,2646,414,2503,421,2503,416,2645,409,2800,397,2930,381,2974,371,2999,361,3011,345,3019,327,3025,287"/>
<area shape="poly" id="edge65_Node000052_Node000016" title=" " alt="" coords="495,262,578,306,629,328,682,344,790,358,975,370,1479,387,2009,398,2382,403,2382,409,2009,404,1478,393,974,375,790,363,681,349,628,333,576,311,493,267"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="3064,320,3281,363"/>
<area shape="poly" id="edge67_Node000054_Node000016" title=" " alt="" coords="679,271,692,311,704,329,719,344,745,353,797,360,963,373,1192,383,1457,391,1998,400,2382,404,2382,409,1998,406,1457,396,1191,388,963,378,796,365,744,358,716,349,699,333,687,313,674,272"/> <area shape="poly" id="edge64_Node000050_Node000051" title=" " alt="" coords="3074,278,3140,317,3137,322,3071,283"/>
<area shape="poly" id="edge69_Node000056_Node000016" title=" " alt="" coords="1354,271,1346,310,1348,329,1357,345,1371,351,1400,357,1497,368,1793,386,2126,397,2382,403,2382,408,2126,402,1793,391,1497,374,1399,362,1369,356,1353,349,1343,330,1340,310,1349,270"/> <area shape="poly" id="edge66_Node000052_Node000016" title=" " alt="" coords="509,287,500,327,502,345,511,361,536,371,588,381,757,397,993,408,1269,415,1845,421,2279,421,2279,426,1845,426,1269,420,992,413,756,402,587,386,535,376,508,365,497,347,495,326,503,286"/>
<area shape="poly" id="edge71_Node000058_Node000016" title=" " alt="" coords="2011,269,1995,287,1983,307,1979,327,1986,345,2005,355,2041,364,2147,380,2382,400,2382,405,2146,385,2039,369,2003,360,1983,348,1974,328,1978,305,1991,284,2007,265"/> <area shape="poly" id="edge68_Node000054_Node000016" title=" " alt="" coords="618,277,571,293,534,313,523,324,517,335,518,347,527,361,552,371,603,381,770,396,1004,407,1278,415,1848,421,2279,421,2279,426,1848,426,1278,420,1004,413,770,402,602,386,550,376,524,365,513,349,512,334,518,320,531,308,569,288,617,272"/>
<area shape="poly" id="edge73_Node000060_Node000002" title=" " alt="" coords="291,428,351,466,348,471,288,432"/> <area shape="poly" id="edge70_Node000056_Node000016" title=" " alt="" coords="1040,281,1006,298,980,318,972,329,968,339,970,350,977,361,994,368,1031,376,1152,389,1321,399,1522,406,1944,416,2279,419,2279,425,1944,421,1521,412,1321,404,1152,394,1030,381,993,374,973,365,965,352,963,339,967,326,976,315,1003,294,1038,276"/>
<area shape="poly" id="edge74_Node000060_Node000004" title=" " alt="" coords="267,436,291,543,286,544,261,437"/> <area shape="poly" id="edge72_Node000058_Node000016" title=" " alt="" coords="1207,275,991,322,985,332,983,342,985,351,991,361,1009,368,1045,376,1165,388,1332,399,1530,406,1947,416,2279,419,2279,425,1947,421,1529,412,1332,404,1164,394,1044,381,1007,373,988,365,980,353,978,342,980,330,988,318,1205,270"/>
</map> </map>

View File

@ -1 +1 @@
e6db344404c28d9e9198379fe0ef94fb 969a5727f4b1b0aa1c20766c9be99e32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -1,5 +1,5 @@
<map id="BNO08xGlobalTypes.hpp" name="BNO08xGlobalTypes.hpp"> <map id="include/BNO08xGlobalTypes.hpp" name="include/BNO08xGlobalTypes.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="278,5,445,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="255,5,468,32"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,80,67,107"/> <area shape="rect" id="Node000002" title=" " alt="" coords="5,80,67,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="297,35,82,82,81,77,295,30"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="297,35,82,82,81,77,295,30"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="90,80,169,107"/> <area shape="rect" id="Node000003" title=" " alt="" coords="90,80,169,107"/>
@ -15,5 +15,5 @@
<area shape="rect" id="Node000008" title=" " alt="" coords="647,80,777,107"/> <area shape="rect" id="Node000008" title=" " alt="" coords="647,80,777,107"/>
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="423,30,636,74,635,79,422,35"/> <area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="423,30,636,74,635,79,422,35"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="801,80,935,107"/> <area shape="rect" id="Node000009" title=" " alt="" coords="801,80,935,107"/>
<area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="446,29,786,77,785,82,445,34"/> <area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="454,30,786,77,785,82,453,35"/>
</map> </map>

View File

@ -1 +1 @@
1a445a51e42ae5218c37acbf02ec3cf6 6529a5cbfb3b3cef46492c26e77844bb

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xGlobalTypes.hpp Source File</title> <title>esp32_BNO08x: include/BNO08xGlobalTypes.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -1239,7 +1239,7 @@ $(function(){initNavTree('_b_n_o08x_global_types_8hpp_source.html',''); initResi
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xPrivateTypes.hpp File Reference</title> <title>esp32_BNO08x: include/BNO08xPrivateTypes.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -112,11 +112,11 @@ $(function(){initNavTree('_b_n_o08x_private_types_8hpp.html',''); initResizable(
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xPrivateTypes.hpp:</div> Include dependency graph for BNO08xPrivateTypes.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_private_types_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_private_types_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_private_types_8hpp__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_private_types_8hpp" alt=""/></div>
<map name="a_b_n_o08x_private_types_8hpp" id="a_b_n_o08x_private_types_8hpp"> <map name="ainclude_2_b_n_o08x_private_types_8hpp" id="ainclude_2_b_n_o08x_private_types_8hpp">
<area shape="rect" title=" " alt="" coords="447,5,616,32"/> <area shape="rect" title=" " alt="" coords="424,5,639,32"/>
<area shape="rect" title=" " alt="" coords="5,80,90,107"/> <area shape="rect" title=" " alt="" coords="5,80,90,107"/>
<area shape="poly" title=" " alt="" coords="447,32,292,53,105,82,104,77,291,47,446,27"/> <area shape="poly" title=" " alt="" coords="424,35,277,55,105,82,104,77,276,49,424,30"/>
<area shape="rect" title=" " alt="" coords="113,80,201,107"/> <area shape="rect" title=" " alt="" coords="113,80,201,107"/>
<area shape="poly" title=" " alt="" coords="461,35,216,82,215,77,460,30"/> <area shape="poly" title=" " alt="" coords="461,35,216,82,215,77,460,30"/>
<area shape="rect" title=" " alt="" coords="224,80,364,107"/> <area shape="rect" title=" " alt="" coords="224,80,364,107"/>
@ -128,9 +128,9 @@ Include dependency graph for BNO08xPrivateTypes.hpp:</div>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="715,80,882,107"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="715,80,882,107"/>
<area shape="poly" title=" " alt="" coords="579,30,738,73,736,78,577,35"/> <area shape="poly" title=" " alt="" coords="579,30,738,73,736,78,577,35"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="997,80,1178,107"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="997,80,1178,107"/>
<area shape="poly" title=" " alt="" coords="617,28,982,76,982,81,616,34"/> <area shape="poly" title=" " alt="" coords="629,30,982,76,982,81,629,35"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1244,80,1419,107"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1244,80,1419,107"/>
<area shape="poly" title=" " alt="" coords="617,25,1229,80,1228,85,616,30"/> <area shape="poly" title=" " alt="" coords="639,27,1229,80,1228,85,639,32"/>
<area shape="rect" title=" " alt="" coords="360,155,421,181"/> <area shape="rect" title=" " alt="" coords="360,155,421,181"/>
<area shape="poly" title=" " alt="" coords="714,108,587,128,436,157,435,152,586,123,713,103"/> <area shape="poly" title=" " alt="" coords="714,108,587,128,436,157,435,152,586,123,713,103"/>
<area shape="rect" title=" " alt="" coords="444,155,523,181"/> <area shape="rect" title=" " alt="" coords="444,155,523,181"/>
@ -158,131 +158,131 @@ Include dependency graph for BNO08xPrivateTypes.hpp:</div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_private_types_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_private_types_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_private_types_8hpp__dep__incl.png" border="0" usemap="#ainclude_2_b_n_o08x_private_types_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_private_types_8hppdep" id="a_b_n_o08x_private_types_8hppdep"> <map name="ainclude_2_b_n_o08x_private_types_8hppdep" id="ainclude_2_b_n_o08x_private_types_8hppdep">
<area shape="rect" title=" " alt="" coords="1175,5,1345,32"/> <area shape="rect" title=" " alt="" coords="4120,5,4334,32"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,469,1292,496"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="5070,411,5210,437"/>
<area shape="poly" title=" " alt="" coords="1160,22,929,24,639,31,493,39,357,50,242,64,155,83,101,95,53,105,35,114,20,126,11,143,8,167,8,334,11,345,18,354,48,373,96,391,160,406,322,431,515,450,719,463,914,471,1196,478,1196,483,913,476,719,468,515,455,321,436,159,411,95,396,46,378,14,358,6,347,3,335,3,166,6,141,16,122,32,109,52,100,100,89,154,77,241,59,357,44,492,34,639,26,929,18,1160,17"/> <area shape="poly" title=" " alt="" coords="4349,25,4589,43,4864,73,4988,93,5091,116,5130,129,5160,143,5180,158,5187,174,5187,268,5182,310,5172,351,5149,411,5144,409,5167,349,5177,309,5181,268,5181,175,5175,161,5157,147,5128,134,5089,121,4987,98,4863,79,4588,48,4349,30"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,395,2596,421"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2394,485,2532,512"/>
<area shape="poly" title=" " alt="" coords="1160,24,866,34,684,44,500,58,329,76,188,101,134,115,93,131,67,149,61,158,59,167,59,251,64,262,81,272,147,292,252,311,389,327,738,353,1148,373,1575,387,1972,396,2500,404,2500,409,1972,401,1574,392,1148,378,738,359,389,332,251,316,146,298,79,277,60,265,53,253,53,166,56,155,63,145,90,127,132,110,187,96,329,71,499,52,683,38,865,29,1160,19"/> <area shape="poly" title=" " alt="" coords="4104,24,3212,39,1889,68,1229,86,656,108,235,131,102,144,31,157,14,163,10,168,8,175,8,350,13,360,29,370,92,390,192,407,322,422,656,448,1049,466,1462,479,1851,487,2393,494,2393,500,1851,493,1462,484,1049,472,655,453,322,428,191,412,91,395,27,375,9,364,3,351,3,174,5,165,12,159,30,152,101,139,234,126,655,102,1229,81,1889,62,3212,34,4104,19"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2836,80,2951,107"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5221,336,5411,363"/>
<area shape="poly" title=" " alt="" coords="1360,22,2835,87,2835,92,1360,27"/> <area shape="poly" title=" " alt="" coords="4349,18,4577,21,4843,30,4968,38,5076,48,5157,61,5186,69,5204,78,5235,106,5260,139,5279,176,5294,214,5311,286,5318,335,5312,336,5306,287,5288,216,5274,178,5255,142,5231,109,5201,82,5184,74,5156,66,5075,53,4968,43,4843,35,4577,26,4349,23"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,320,2794,347"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="3063,80,3260,107"/>
<area shape="poly" title=" " alt="" coords="1361,19,2216,33,3506,62,4146,81,4694,102,5082,126,5196,139,5229,145,5245,152,5283,185,5291,198,5284,210,5257,221,5208,234,5019,275,4961,283,4875,290,4629,303,3961,321,3266,331,2795,334,2795,329,3266,325,3961,316,4629,298,4874,285,4961,278,5018,269,5207,229,5256,216,5280,206,5286,198,5279,189,5243,157,5228,151,5195,144,5082,131,4694,107,4146,86,3506,67,2216,39,1360,24"/> <area shape="poly" title=" " alt="" coords="4104,31,3261,88,3260,83,4104,26"/>
<area shape="poly" title=" " alt="" coords="2485,415,1292,481,1292,476,2485,410"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4995,485,5197,512"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,469,2794,496"/> <area shape="poly" title=" " alt="" coords="5127,452,5106,486,5101,484,5122,449"/>
<area shape="poly" title=" " alt="" coords="2593,425,2692,466,2690,471,2591,430"/> <area shape="poly" title=" " alt="" coords="5054,430,2532,498,2532,493,5054,425"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,469,2624,496"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5222,485,5410,512"/>
<area shape="poly" title=" " alt="" coords="2550,437,2548,469,2543,469,2544,437"/> <area shape="poly" title=" " alt="" coords="5186,441,5286,482,5284,487,5184,446"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,544,2234,571"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4537,560,4732,587"/>
<area shape="poly" title=" " alt="" coords="2463,502,2227,546,2226,541,2462,497"/> <area shape="poly" title=" " alt="" coords="5001,518,4716,562,4715,557,5000,512"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="2259,544,2387,571"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="4756,560,4911,587"/>
<area shape="poly" title=" " alt="" coords="2493,504,2363,546,2361,541,2492,499"/> <area shape="poly" title=" " alt="" coords="5036,519,4880,562,4879,557,5035,514"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="2411,544,2533,571"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="4935,560,5084,587"/>
<area shape="poly" title=" " alt="" coords="2524,509,2486,546,2483,542,2520,505"/> <area shape="poly" title=" " alt="" coords="5071,524,5026,562,5023,558,5068,520"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,544,2683,571"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="5107,560,5258,587"/>
<area shape="poly" title=" " alt="" coords="2571,505,2609,542,2605,546,2567,509"/> <area shape="poly" title=" " alt="" coords="5124,520,5169,558,5166,562,5121,524"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,544,2851,571"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="5283,560,5453,587"/>
<area shape="poly" title=" " alt="" coords="2601,498,2738,541,2737,546,2599,503"/> <area shape="poly" title=" " alt="" coords="5159,514,5321,557,5320,562,5157,519"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="2875,544,3027,571"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="5478,560,5656,587"/>
<area shape="poly" title=" " alt="" coords="2632,497,2880,541,2879,546,2631,502"/> <area shape="poly" title=" " alt="" coords="5194,512,5485,557,5484,562,5193,518"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,155,208,181"/> <area shape="poly" title=" " alt="" coords="5272,371,5172,412,5170,408,5270,367"/>
<area shape="poly" title=" " alt="" coords="2820,98,2330,100,1578,109,796,127,469,140,222,157,209,159,209,153,221,152,468,135,796,122,1577,104,2330,95,2820,92"/> <area shape="poly" title=" " alt="" coords="5319,378,5319,485,5313,485,5313,378"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,155,420,181"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2978,155,3150,197"/>
<area shape="poly" title=" " alt="" coords="2820,97,2454,96,1867,102,1161,120,793,136,432,157,421,158,421,153,432,152,793,131,1160,115,1867,97,2453,91,2820,91"/> <area shape="poly" title=" " alt="" coords="3136,119,3091,156,3087,152,3133,115"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,155,655,181"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3174,155,3346,197"/>
<area shape="poly" title=" " alt="" coords="2820,98,2486,100,1960,109,1329,127,1001,140,679,157,655,159,655,154,679,152,1000,135,1328,122,1960,104,2486,95,2820,92"/> <area shape="poly" title=" " alt="" coords="3190,115,3236,152,3233,156,3187,119"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,155,853,181"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3730,155,3902,197"/>
<area shape="poly" title=" " alt="" coords="2820,98,2049,113,1490,131,916,157,854,162,854,156,916,152,1490,125,2049,108,2820,93"/> <area shape="poly" title=" " alt="" coords="3276,101,3482,121,3718,152,3730,154,3729,159,3717,157,3481,127,3275,107"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,155,1146,181"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="631,155,804,197"/>
<area shape="poly" title=" " alt="" coords="2820,99,2160,118,1691,135,1209,157,1147,161,1146,156,1209,152,1691,130,2160,113,2820,94"/> <area shape="poly" title=" " alt="" coords="3047,98,2588,100,1943,109,1292,127,1020,140,815,157,804,159,803,153,814,152,1020,135,1292,122,1943,104,2588,95,3047,92"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,155,1376,181"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="827,155,1000,197"/>
<area shape="poly" title=" " alt="" coords="2820,99,2248,118,1848,135,1439,157,1377,162,1377,157,1438,152,1848,130,2248,112,2820,94"/> <area shape="poly" title=" " alt="" coords="3048,98,2623,102,2035,111,1444,129,1197,142,1011,157,1000,159,999,153,1010,152,1197,136,1443,123,2035,106,2623,96,3048,93"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,155,1673,181"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1023,155,1196,197"/>
<area shape="poly" title=" " alt="" coords="2820,101,1673,163,1673,158,2820,96"/> <area shape="poly" title=" " alt="" coords="3047,98,2657,103,2126,113,1595,131,1374,143,1207,157,1196,159,1195,153,1206,152,1374,137,1595,125,2126,108,2657,98,3047,93"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,155,2640,181"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2191,155,2364,197"/>
<area shape="poly" title=" " alt="" coords="2821,113,2611,157,2610,151,2820,107"/> <area shape="poly" title=" " alt="" coords="3047,108,2364,170,2363,164,3047,102"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3017,155,3282,181"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3510,155,3706,197"/>
<area shape="poly" title=" " alt="" coords="2953,109,3105,151,3104,157,2952,114"/> <area shape="poly" title=" " alt="" coords="3247,107,3510,154,3509,160,3246,113"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3384,155,3592,181"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4067,155,4240,197"/>
<area shape="poly" title=" " alt="" coords="2967,101,3384,151,3383,157,2966,106"/> <area shape="poly" title=" " alt="" coords="3276,101,3915,152,4067,165,4066,170,3914,157,3276,106"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3627,155,3890,181"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4314,155,4508,197"/>
<area shape="poly" title=" " alt="" coords="2967,98,3627,153,3626,158,2966,103"/> <area shape="poly" title=" " alt="" coords="3276,96,3705,114,3978,131,4252,152,4313,159,4313,164,4252,157,3977,136,3705,120,3275,101"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3914,155,4115,181"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4533,155,4705,197"/>
<area shape="poly" title=" " alt="" coords="2967,95,3366,115,3903,152,3914,153,3913,158,3902,157,3366,121,2967,101"/> <area shape="poly" title=" " alt="" coords="3276,91,3505,92,3814,100,4165,119,4345,133,4520,152,4533,154,4532,159,4520,157,4344,139,4165,124,3814,106,3505,98,3276,96"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4139,155,4354,181"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4911,155,5084,197"/>
<area shape="poly" title=" " alt="" coords="2967,94,3454,113,3788,130,4128,152,4139,153,4138,158,4128,157,3788,135,3454,118,2966,100"/> <area shape="poly" title=" " alt="" coords="3275,93,4094,111,4559,128,4752,139,4899,152,4911,154,4910,159,4898,157,4752,144,4559,133,4094,116,3275,99"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4378,155,4566,181"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="1219,155,1392,197"/>
<area shape="poly" title=" " alt="" coords="2967,93,3546,108,3952,126,4367,152,4378,153,4378,158,4366,157,3952,131,3546,114,2967,98"/> <area shape="poly" title=" " alt="" coords="3047,102,1392,174,1392,168,3047,97"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4590,155,4775,181"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="43,155,216,197"/>
<area shape="poly" title=" " alt="" coords="2967,93,3230,96,3627,106,4096,123,4578,152,4590,153,4589,158,4577,157,4096,129,3627,111,3230,102,2967,98"/> <area shape="poly" title=" " alt="" coords="3047,97,2487,97,1671,103,1242,110,838,121,490,137,227,157,216,159,215,153,226,152,489,131,838,116,1241,105,1671,98,2487,92,3047,92"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4800,155,4976,181"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="239,155,412,197"/>
<area shape="poly" title=" " alt="" coords="2967,92,3259,94,3707,102,4240,120,4517,134,4788,152,4800,153,4799,158,4788,157,4517,139,4240,125,3707,107,3258,99,2967,97"/> <area shape="poly" title=" " alt="" coords="3047,97,2520,98,1761,105,1363,112,989,123,667,138,423,157,412,159,411,153,422,152,666,133,989,118,1363,107,1761,100,2520,93,3047,92"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5000,155,5232,181"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="435,155,608,197"/>
<area shape="poly" title=" " alt="" coords="2967,92,3285,96,3782,105,4376,123,4988,152,5000,153,5000,158,4988,157,4376,128,3782,110,3285,101,2967,98"/> <area shape="poly" title=" " alt="" coords="3047,97,2554,99,1852,107,1485,114,1140,125,843,139,619,157,608,159,607,153,618,152,843,134,1140,120,1485,109,1852,102,2554,94,3047,92"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,320,2621,347"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4729,163,4887,189"/>
<area shape="poly" title=" " alt="" coords="240,188,188,202,146,221,132,232,124,244,125,256,134,270,161,277,229,284,461,297,1174,314,1953,325,2480,329,2480,334,1953,330,1174,320,461,302,229,290,160,282,130,274,119,258,119,242,128,228,143,217,186,197,238,183"/> <area shape="poly" title=" " alt="" coords="3276,94,4008,111,4418,129,4588,139,4718,152,4759,159,4758,165,4717,157,4588,145,4418,134,4008,117,3276,99"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,237,331,264"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2373,336,2595,363"/>
<area shape="poly" title=" " alt="" coords="303,194,253,239,249,235,300,190"/> <area shape="poly" title=" " alt="" coords="3006,207,2934,247,2909,270,2899,281,2882,290,2811,316,2736,334,2663,345,2596,350,2595,345,2662,339,2735,329,2809,311,2880,286,2895,276,2906,266,2930,243,3003,202"/>
<area shape="poly" title=" " alt="" coords="2552,363,2551,394,2546,394,2547,362"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="2944,253,3211,280"/>
<area shape="poly" title=" " alt="" coords="453,189,421,206,396,231,387,252,389,261,395,270,419,276,479,283,684,294,1313,312,2004,323,2480,329,2480,334,2004,329,1313,317,683,300,478,288,418,282,392,274,384,263,382,251,391,228,417,202,450,185"/> <area shape="poly" title=" " alt="" coords="3072,213,3078,253,3073,253,3067,213"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,237,616,264"/> <area shape="poly" title=" " alt="" coords="2611,351,5070,418,5070,423,2611,357"/>
<area shape="poly" title=" " alt="" coords="539,197,519,238,514,236,534,194"/> <area shape="poly" title=" " alt="" coords="3260,214,3250,254,3239,274,3224,290,3191,304,3132,315,2964,332,2769,342,2596,348,2596,343,2769,337,2964,326,3131,310,3189,299,3221,286,3235,271,3245,252,3255,212"/>
<area shape="poly" title=" " alt="" coords="725,191,700,208,681,231,673,252,674,261,680,270,707,281,761,291,940,307,1189,318,1478,325,2067,330,2480,330,2480,335,2067,336,1478,330,1189,323,940,312,760,296,705,286,677,274,669,263,668,252,676,228,696,204,722,186"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3286,245,3498,288"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,237,853,264"/> <area shape="poly" title=" " alt="" coords="3305,204,3363,243,3360,247,3302,209"/>
<area shape="poly" title=" " alt="" coords="775,197,775,237,769,237,769,197"/> <area shape="poly" title=" " alt="" coords="3808,214,3788,255,3773,275,3753,290,3727,301,3687,310,3571,325,3420,336,3246,344,2885,351,2595,351,2595,346,2885,345,3246,338,3420,331,3571,320,3686,305,3725,296,3751,286,3769,271,3783,252,3803,211"/>
<area shape="poly" title=" " alt="" coords="971,190,941,207,918,231,910,252,912,261,918,270,940,280,987,288,1141,303,1354,313,1604,321,2114,328,2480,329,2480,335,2114,333,1604,326,1354,319,1140,308,986,294,938,285,914,274,907,263,905,251,914,228,938,202,968,185"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="3843,245,4032,288"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,237,1146,264"/> <area shape="poly" title=" " alt="" coords="3858,204,3910,243,3907,247,3855,209"/>
<area shape="poly" title=" " alt="" coords="1040,197,1040,237,1035,237,1035,197"/> <area shape="poly" title=" " alt="" coords="619,205,577,221,545,241,535,251,531,262,532,274,540,286,561,291,610,297,781,308,1314,325,1918,337,2372,344,2372,349,1918,343,1314,330,781,313,610,302,560,297,537,290,527,276,525,262,531,249,541,237,575,217,617,200"/>
<area shape="poly" title=" " alt="" coords="1254,191,1230,208,1212,231,1204,252,1205,261,1211,270,1229,278,1266,285,1389,298,1560,308,1760,316,2174,325,2480,329,2480,334,2174,330,1760,321,1560,313,1388,303,1265,290,1227,283,1208,274,1200,263,1198,252,1207,228,1226,204,1251,187"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="287,245,476,288"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,237,1376,264"/> <area shape="poly" title=" " alt="" coords="625,204,461,247,460,242,624,199"/>
<area shape="poly" title=" " alt="" coords="1301,197,1301,237,1296,237,1296,197"/> <area shape="poly" title=" " alt="" coords="878,209,859,228,846,249,842,269,844,278,850,286,871,295,914,304,1058,318,1259,328,1495,336,1990,344,2373,345,2372,351,1990,349,1495,341,1259,334,1058,323,914,309,869,300,846,290,839,280,836,269,841,247,855,225,874,206"/>
<area shape="poly" title=" " alt="" coords="1494,190,1464,206,1441,231,1433,252,1434,261,1440,270,1454,276,1484,283,1583,294,1883,311,2221,322,2480,328,2480,333,2221,328,1883,317,1583,299,1483,288,1453,281,1437,274,1429,263,1427,251,1436,228,1461,202,1491,185"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="550,253,786,280"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,237,1673,264"/> <area shape="poly" title=" " alt="" coords="842,206,704,255,702,250,841,201"/>
<area shape="poly" title=" " alt="" coords="1564,197,1564,237,1559,237,1559,197"/> <area shape="poly" title=" " alt="" coords="1119,212,1135,252,1148,271,1164,286,1182,291,1217,297,1329,308,1670,325,2060,336,2372,343,2372,349,2060,342,1670,330,1329,313,1216,302,1180,297,1161,290,1144,274,1130,255,1114,214"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,229,1915,272"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="860,245,1065,288"/>
<area shape="poly" title=" " alt="" coords="2446,180,2208,201,1927,232,1915,234,1915,228,1926,227,2208,195,2446,175"/> <area shape="poly" title=" " alt="" coords="1064,208,998,247,995,243,1061,203"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,237,2165,264"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2284,245,2476,288"/>
<area shape="poly" title=" " alt="" coords="2458,187,2131,239,2130,234,2457,182"/> <area shape="poly" title=" " alt="" coords="2314,206,2358,243,2354,247,2311,210"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,237,2358,264"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2501,245,2673,288"/>
<area shape="poly" title=" " alt="" coords="2494,189,2318,239,2316,234,2492,183"/> <area shape="poly" title=" " alt="" coords="2365,199,2515,242,2513,247,2363,205"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,237,2546,264"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2697,245,2869,288"/>
<area shape="poly" title=" " alt="" coords="2528,194,2479,239,2475,235,2524,190"/> <area shape="poly" title=" " alt="" coords="2379,191,2686,243,2697,245,2696,250,2685,248,2378,196"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,237,2704,264"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1695,245,1868,288"/>
<area shape="poly" title=" " alt="" coords="2577,190,2626,235,2622,239,2574,194"/> <area shape="poly" title=" " alt="" coords="2176,196,1879,248,1868,250,1867,245,1878,243,2175,191"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,237,2907,264"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1891,245,2064,288"/>
<area shape="poly" title=" " alt="" coords="2607,184,2776,234,2775,239,2606,189"/> <area shape="poly" title=" " alt="" coords="2193,205,2048,247,2047,242,2192,200"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,237,3113,264"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2087,245,2260,288"/>
<area shape="poly" title=" " alt="" coords="2648,182,2919,227,2959,234,2958,239,2918,232,2647,187"/> <area shape="poly" title=" " alt="" coords="2243,210,2199,247,2196,243,2240,206"/>
<area shape="poly" title=" " alt="" coords="1930,270,2241,304,2480,324,2480,329,2240,309,1930,275"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1412,253,1671,280"/>
<area shape="poly" title=" " alt="" coords="2146,264,2480,318,2479,323,2145,270"/> <area shape="poly" title=" " alt="" coords="2176,191,1683,248,1628,255,1628,250,1682,243,2175,185"/>
<area shape="poly" title=" " alt="" coords="2332,266,2508,317,2506,322,2330,271"/> <area shape="poly" title=" " alt="" coords="2420,296,2469,333,2466,338,2417,300"/>
<area shape="poly" title=" " alt="" coords="2491,273,2539,318,2536,322,2487,277"/> <area shape="poly" title=" " alt="" coords="2550,300,2502,338,2498,333,2547,296"/>
<area shape="poly" title=" " alt="" coords="2614,277,2566,322,2562,318,2611,273"/> <area shape="poly" title=" " alt="" coords="2692,295,2532,338,2531,333,2690,290"/>
<area shape="poly" title=" " alt="" coords="2944,270,2919,275,2622,324,2621,319,2918,269,2943,265"/> <area shape="poly" title=" " alt="" coords="1883,286,2150,318,2373,338,2372,343,2150,324,1882,291"/>
<area shape="poly" title=" " alt="" coords="3153,197,3148,237,3139,257,3126,274,3107,286,3085,296,3029,310,2963,318,2890,321,2747,320,2638,323,2621,325,2621,319,2637,317,2747,314,2890,315,2962,312,3028,305,3083,291,3105,282,3122,270,3135,254,3143,236,3148,197"/> <area shape="poly" title=" " alt="" coords="2079,286,2387,333,2387,338,2078,291"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,237,3451,264"/> <area shape="poly" title=" " alt="" coords="2269,290,2435,333,2434,338,2267,295"/>
<area shape="poly" title=" " alt="" coords="3191,186,3294,235,3291,239,3188,191"/> <area shape="poly" title=" " alt="" coords="3687,203,3712,220,3732,244,3740,267,3739,279,3731,290,3714,298,3682,305,3578,316,3260,334,2893,344,2595,349,2595,344,2893,339,3260,329,3578,311,3681,299,3713,293,3728,286,3734,277,3735,268,3727,247,3708,224,3684,207"/>
<area shape="poly" title=" " alt="" coords="3492,198,3487,237,3478,257,3464,274,3444,285,3411,293,3317,306,3195,313,3058,317,2795,320,2638,323,2621,324,2621,319,2637,317,2795,314,3058,312,3194,308,3317,300,3410,288,3442,280,3461,270,3474,255,3481,236,3487,197"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3522,245,3718,288"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,237,3734,264"/> <area shape="poly" title=" " alt="" coords="3615,213,3620,245,3615,245,3610,213"/>
<area shape="poly" title=" " alt="" coords="3525,187,3609,235,3606,239,3522,192"/> <area shape="poly" title=" " alt="" coords="4212,203,4241,221,4264,243,4274,266,4272,278,4264,290,4239,301,4190,311,4032,326,3810,336,3550,344,3009,351,2596,351,2596,346,3009,345,3550,338,3810,331,4031,320,4190,305,4238,296,4261,286,4267,276,4269,266,4260,246,4238,225,4210,207"/>
<area shape="poly" title=" " alt="" coords="3766,197,3766,237,3760,257,3747,274,3727,282,3688,288,3562,299,3197,312,2637,323,2621,324,2621,319,2637,317,3197,307,3562,294,3687,283,3725,277,3744,270,3755,255,3760,236,3761,197"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4056,245,4251,288"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,237,4072,264"/> <area shape="poly" title=" " alt="" coords="4156,213,4156,245,4151,245,4151,213"/>
<area shape="poly" title=" " alt="" coords="3802,185,3913,234,3911,239,3800,190"/> <area shape="poly" title=" " alt="" coords="4476,202,4507,221,4532,242,4540,253,4544,265,4542,278,4534,290,4510,297,4457,303,4275,314,3710,331,3072,343,2596,349,2596,344,3072,338,3710,326,4274,309,4456,298,4509,292,4530,286,4537,276,4539,266,4536,255,4528,245,4504,225,4474,207"/>
<area shape="poly" title=" " alt="" coords="4047,189,4069,207,4087,229,4095,252,4093,263,4086,274,4060,285,4009,293,3846,306,3623,313,3370,318,2889,320,2637,323,2621,324,2621,319,2637,317,2889,315,3370,312,3623,308,3845,300,4009,288,4059,279,4082,270,4088,261,4090,252,4082,231,4065,211,4044,193"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4325,245,4520,288"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,237,4349,264"/> <area shape="poly" title=" " alt="" coords="4418,213,4423,245,4417,245,4413,213"/>
<area shape="poly" title=" " alt="" coords="4066,184,4212,234,4211,239,4064,189"/> <area shape="poly" title=" " alt="" coords="4721,196,4769,212,4808,233,4822,245,4828,259,4827,274,4816,290,4789,298,4727,305,4516,316,3863,334,3130,345,2596,350,2595,345,3130,340,3862,329,4516,311,4727,299,4788,293,4813,286,4822,272,4823,260,4817,248,4805,237,4767,217,4719,201"/>
<area shape="poly" title=" " alt="" coords="4311,185,4340,203,4364,228,4373,251,4371,263,4363,274,4333,286,4272,296,4077,310,3812,318,3510,321,2938,321,2637,323,2621,324,2621,319,2637,317,2938,316,3510,316,3812,313,4077,305,4272,291,4331,281,4360,270,4366,261,4367,252,4359,231,4337,207,4308,190"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4595,245,4802,288"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,237,4640,264"/> <area shape="poly" title=" " alt="" coords="4649,207,4682,243,4678,247,4645,211"/>
<area shape="poly" title=" " alt="" coords="4306,183,4488,234,4487,239,4305,188"/> <area shape="poly" title=" " alt="" coords="5058,203,5086,221,5109,243,5120,266,5118,278,5110,290,5078,299,5008,306,4766,319,4424,329,4021,337,3190,346,2596,350,2595,345,3190,341,4020,331,4424,324,4766,314,5007,301,5077,294,5106,286,5113,276,5115,267,5105,246,5083,226,5055,207"/>
<area shape="poly" title=" " alt="" coords="4551,183,4600,198,4642,218,4656,230,4664,243,4664,258,4654,274,4624,282,4557,288,4329,298,3651,312,2637,323,2621,324,2621,319,2637,317,3651,307,4328,293,4556,283,4623,276,4650,270,4659,257,4659,245,4652,233,4639,222,4598,203,4549,188"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4878,245,5095,288"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="4714,237,4902,264"/> <area shape="poly" title=" " alt="" coords="4996,213,4992,245,4986,245,4990,213"/>
<area shape="poly" title=" " alt="" coords="4540,183,4756,234,4754,239,4539,188"/> <area shape="poly" title=" " alt="" coords="1240,207,1208,224,1183,244,1175,255,1172,265,1173,276,1180,286,1196,293,1229,300,1339,312,1675,330,2061,340,2372,344,2372,350,2061,345,1675,335,1339,317,1229,305,1195,298,1177,290,1169,277,1167,265,1171,252,1179,241,1205,220,1237,202"/>
<area shape="poly" title=" " alt="" coords="4791,181,4851,194,4901,213,4918,225,4928,239,4927,256,4915,274,4882,283,4806,289,4548,301,3782,314,2637,323,2621,324,2621,319,2637,317,3782,308,4548,295,4805,284,4881,277,4912,270,4922,254,4922,241,4914,229,4898,218,4850,199,4790,186"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="1191,245,1388,288"/>
<area shape="poly" title=" " alt="" coords="4915,191,4931,210,4944,231,4949,254,4939,274,4905,283,4828,290,4568,301,3794,314,2637,323,2621,324,2621,319,2637,317,3794,309,4568,295,4828,284,4904,277,4936,270,4943,253,4939,233,4927,213,4911,194"/> <area shape="poly" title=" " alt="" coords="1302,213,1296,246,1290,245,1296,212"/>
<area shape="poly" title=" " alt="" coords="5093,194,5036,238,4999,259,4961,275,4897,288,4800,298,4529,312,4185,318,3803,320,3074,317,2801,318,2637,323,2621,324,2621,319,2637,317,2801,313,3074,312,3803,314,4185,313,4529,306,4800,293,4896,282,4959,269,4997,254,5033,233,5090,190"/> <area shape="poly" title=" " alt="" coords="154,208,194,251,219,271,246,285,281,293,347,300,558,311,1181,329,1869,340,2373,345,2372,350,1869,345,1181,334,558,317,347,305,280,298,244,291,216,275,190,255,151,212"/>
<area shape="poly" title=" " alt="" coords="2678,355,2579,396,2577,392,2676,351"/> <area shape="poly" title=" " alt="" coords="289,209,271,229,258,249,254,269,256,278,262,286,285,292,343,299,543,310,1163,328,1860,339,2372,344,2372,350,1859,344,1163,333,543,315,343,304,284,298,258,290,251,280,248,269,253,247,267,225,286,206"/>
<area shape="poly" title=" " alt="" coords="2724,362,2724,469,2719,469,2719,362"/> <area shape="poly" title=" " alt="" coords="421,202,328,226,293,237,277,247,268,268,270,277,276,286,300,292,357,299,556,310,1171,328,1863,339,2372,344,2372,350,1863,344,1171,333,555,315,357,304,299,297,273,290,265,279,263,267,273,244,291,233,326,221,419,197"/>
</map> </map>
</div> </div>
</div> </div>
@ -343,6 +343,7 @@ Enumerations</h2></td></tr>
, <a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_GYRO_BIT</a> = (1UL &lt;&lt; 19U) , <a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_GYRO_BIT</a> = (1UL &lt;&lt; 19U)
, <br /> , <br />
&#160;&#160;<a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> = (1UL &lt;&lt; 20U) &#160;&#160;<a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> = (1UL &lt;&lt; 20U)
, <a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10">BNO08xPrivateTypes::EVT_GRP_RPT_CIRCLE_DETECTOR_BIT</a> = (1UL &lt;&lt; 21U)
, <a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">BNO08xPrivateTypes::EVT_GRP_RPT_ALL</a> , <a class="el" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">BNO08xPrivateTypes::EVT_GRP_RPT_ALL</a>
<br /> <br />
}</td></tr> }</td></tr>
@ -368,7 +369,7 @@ Variables</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -27,6 +27,7 @@ var _b_n_o08x_private_types_8hpp =
[ "EVT_GRP_RPT_RAW_ACCELEROMETER_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2", null ], [ "EVT_GRP_RPT_RAW_ACCELEROMETER_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2", null ],
[ "EVT_GRP_RPT_RAW_GYRO_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb", null ], [ "EVT_GRP_RPT_RAW_GYRO_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb", null ],
[ "EVT_GRP_RPT_RAW_MAGNETOMETER_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7", null ], [ "EVT_GRP_RPT_RAW_MAGNETOMETER_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7", null ],
[ "EVT_GRP_RPT_CIRCLE_DETECTOR_BIT", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10", null ],
[ "EVT_GRP_RPT_ALL", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1", null ] [ "EVT_GRP_RPT_ALL", "_b_n_o08x_private_types_8hpp.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1", null ]
] ], ] ],
[ "bno08x_tsk_bit_t", "_b_n_o08x_private_types_8hpp.html#a59097f108831dd9860e17438d2976c1c", [ [ "bno08x_tsk_bit_t", "_b_n_o08x_private_types_8hpp.html#a59097f108831dd9860e17438d2976c1c", [

View File

@ -1,125 +1,125 @@
<map id="BNO08xPrivateTypes.hpp" name="BNO08xPrivateTypes.hpp"> <map id="include/BNO08xPrivateTypes.hpp" name="include/BNO08xPrivateTypes.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1175,5,1345,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="4120,5,4334,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="1196,469,1292,496"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="5070,411,5210,437"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1160,22,929,24,639,31,493,39,357,50,242,64,155,83,101,95,53,105,35,114,20,126,11,143,8,167,8,334,11,345,18,354,48,373,96,391,160,406,322,431,515,450,719,463,914,471,1196,478,1196,483,913,476,719,468,515,455,321,436,159,411,95,396,46,378,14,358,6,347,3,335,3,166,6,141,16,122,32,109,52,100,100,89,154,77,241,59,357,44,492,34,639,26,929,18,1160,17"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="4349,25,4589,43,4864,73,4988,93,5091,116,5130,129,5160,143,5180,158,5187,174,5187,268,5182,310,5172,351,5149,411,5144,409,5167,349,5177,309,5181,268,5181,175,5175,161,5157,147,5128,134,5089,121,4987,98,4863,79,4588,48,4349,30"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2500,395,2596,421"/> <area shape="rect" id="Node000010" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2394,485,2532,512"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="1160,24,866,34,684,44,500,58,329,76,188,101,134,115,93,131,67,149,61,158,59,167,59,251,64,262,81,272,147,292,252,311,389,327,738,353,1148,373,1575,387,1972,396,2500,404,2500,409,1972,401,1574,392,1148,378,738,359,389,332,251,316,146,298,79,277,60,265,53,253,53,166,56,155,63,145,90,127,132,110,187,96,329,71,499,52,683,38,865,29,1160,19"/> <area shape="poly" id="edge73_Node000001_Node000010" title=" " alt="" coords="4104,24,3212,39,1889,68,1229,86,656,108,235,131,102,144,31,157,14,163,10,168,8,175,8,350,13,360,29,370,92,390,192,407,322,422,656,448,1049,466,1462,479,1851,487,2393,494,2393,500,1851,493,1462,484,1049,472,655,453,322,428,191,412,91,395,27,375,9,364,3,351,3,174,5,165,12,159,30,152,101,139,234,126,655,102,1229,81,1889,62,3212,34,4104,19"/>
<area shape="rect" id="Node000012" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="2836,80,2951,107"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="5221,336,5411,363"/>
<area shape="poly" id="edge12_Node000001_Node000012" title=" " alt="" coords="1360,22,2835,87,2835,92,1360,27"/> <area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="4349,18,4577,21,4843,30,4968,38,5076,48,5157,61,5186,69,5204,78,5235,106,5260,139,5279,176,5294,214,5311,286,5318,335,5312,336,5306,287,5288,216,5274,178,5255,142,5231,109,5201,82,5184,74,5156,66,5075,53,4968,43,4843,35,4577,26,4349,23"/>
<area shape="rect" id="Node000059" href="$_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="2649,320,2794,347"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="3063,80,3260,107"/>
<area shape="poly" id="edge71_Node000001_Node000059" title=" " alt="" coords="1361,19,2216,33,3506,62,4146,81,4694,102,5082,126,5196,139,5229,145,5245,152,5283,185,5291,198,5284,210,5257,221,5208,234,5019,275,4961,283,4875,290,4629,303,3961,321,3266,331,2795,334,2795,329,3266,325,3961,316,4629,298,4874,285,4961,278,5018,269,5207,229,5256,216,5280,206,5286,198,5279,189,5243,157,5228,151,5195,144,5082,131,4694,107,4146,86,3506,67,2216,39,1360,24"/> <area shape="poly" id="edge14_Node000001_Node000013" title=" " alt="" coords="4104,31,3261,88,3260,83,4104,26"/>
<area shape="poly" id="edge3_Node000003_Node000002" title=" " alt="" coords="2485,415,1292,481,1292,476,2485,410"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="4995,485,5197,512"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2649,469,2794,496"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="5127,452,5106,486,5101,484,5122,449"/>
<area shape="poly" id="edge4_Node000003_Node000004" title=" " alt="" coords="2593,425,2692,466,2690,471,2591,430"/> <area shape="poly" id="edge9_Node000002_Node000010" title=" " alt="" coords="5054,430,2532,498,2532,493,5054,425"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2467,469,2624,496"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="5222,485,5410,512"/>
<area shape="poly" id="edge5_Node000003_Node000005" title=" " alt="" coords="2550,437,2548,469,2543,469,2544,437"/> <area shape="poly" id="edge10_Node000002_Node000011" title=" " alt="" coords="5186,441,5286,482,5284,487,5184,446"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="2084,544,2234,571"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="4537,560,4732,587"/>
<area shape="poly" id="edge6_Node000005_Node000006" title=" " alt="" coords="2463,502,2227,546,2226,541,2462,497"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="5001,518,4716,562,4715,557,5000,512"/>
<area shape="rect" id="Node000007" href="$_callback_tests_8cpp.html" title=" " alt="" coords="2259,544,2387,571"/> <area shape="rect" id="Node000005" href="$_callback_tests_8cpp.html" title=" " alt="" coords="4756,560,4911,587"/>
<area shape="poly" id="edge7_Node000005_Node000007" title=" " alt="" coords="2493,504,2363,546,2361,541,2492,499"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="5036,519,4880,562,4879,557,5035,514"/>
<area shape="rect" id="Node000008" href="$_feature_tests_8cpp.html" title=" " alt="" coords="2411,544,2533,571"/> <area shape="rect" id="Node000006" href="$_feature_tests_8cpp.html" title=" " alt="" coords="4935,560,5084,587"/>
<area shape="poly" id="edge8_Node000005_Node000008" title=" " alt="" coords="2524,509,2486,546,2483,542,2520,505"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="5071,524,5026,562,5023,558,5068,520"/>
<area shape="rect" id="Node000009" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="2557,544,2683,571"/> <area shape="rect" id="Node000007" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="5107,560,5258,587"/>
<area shape="poly" id="edge9_Node000005_Node000009" title=" " alt="" coords="2571,505,2609,542,2605,546,2567,509"/> <area shape="poly" id="edge6_Node000003_Node000007" title=" " alt="" coords="5124,520,5169,558,5166,562,5121,524"/>
<area shape="rect" id="Node000010" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="2707,544,2851,571"/> <area shape="rect" id="Node000008" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="5283,560,5453,587"/>
<area shape="poly" id="edge10_Node000005_Node000010" title=" " alt="" coords="2601,498,2738,541,2737,546,2599,503"/> <area shape="poly" id="edge7_Node000003_Node000008" title=" " alt="" coords="5159,514,5321,557,5320,562,5157,519"/>
<area shape="rect" id="Node000011" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="2875,544,3027,571"/> <area shape="rect" id="Node000009" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="5478,560,5656,587"/>
<area shape="poly" id="edge11_Node000005_Node000011" title=" " alt="" coords="2632,497,2880,541,2879,546,2631,502"/> <area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="5194,512,5485,557,5484,562,5193,518"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="93,155,208,181"/> <area shape="poly" id="edge12_Node000012_Node000002" title=" " alt="" coords="5272,371,5172,412,5170,408,5270,367"/>
<area shape="poly" id="edge13_Node000012_Node000013" title=" " alt="" coords="2820,98,2330,100,1578,109,796,127,469,140,222,157,209,159,209,153,221,152,468,135,796,122,1577,104,2330,95,2820,92"/> <area shape="poly" id="edge13_Node000012_Node000011" title=" " alt="" coords="5319,378,5319,485,5313,485,5313,378"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="233,155,420,181"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="2978,155,3150,197"/>
<area shape="poly" id="edge14_Node000012_Node000014" title=" " alt="" coords="2820,97,2454,96,1867,102,1161,120,793,136,432,157,421,158,421,153,432,152,793,131,1160,115,1867,97,2453,91,2820,91"/> <area shape="poly" id="edge15_Node000013_Node000014" title=" " alt="" coords="3136,119,3091,156,3087,152,3133,115"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="444,155,655,181"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="3174,155,3346,197"/>
<area shape="poly" id="edge18_Node000012_Node000017" title=" " alt="" coords="2820,98,2486,100,1960,109,1329,127,1001,140,679,157,655,159,655,154,679,152,1000,135,1328,122,1960,104,2486,95,2820,92"/> <area shape="poly" id="edge19_Node000013_Node000017" title=" " alt="" coords="3190,115,3236,152,3233,156,3187,119"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="691,155,853,181"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="3730,155,3902,197"/>
<area shape="poly" id="edge21_Node000012_Node000019" title=" " alt="" coords="2820,98,2049,113,1490,131,916,157,854,162,854,156,916,152,1490,125,2049,108,2820,93"/> <area shape="poly" id="edge22_Node000013_Node000019" title=" " alt="" coords="3276,101,3482,121,3718,152,3730,154,3729,159,3717,157,3481,127,3275,107"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="929,155,1146,181"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="631,155,804,197"/>
<area shape="poly" id="edge24_Node000012_Node000021" title=" " alt="" coords="2820,99,2160,118,1691,135,1209,157,1147,161,1146,156,1209,152,1691,130,2160,113,2820,94"/> <area shape="poly" id="edge25_Node000013_Node000021" title=" " alt="" coords="3047,98,2588,100,1943,109,1292,127,1020,140,815,157,804,159,803,153,814,152,1020,135,1292,122,1943,104,2588,95,3047,92"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1221,155,1376,181"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="827,155,1000,197"/>
<area shape="poly" id="edge27_Node000012_Node000023" title=" " alt="" coords="2820,99,2248,118,1848,135,1439,157,1377,162,1377,157,1438,152,1848,130,2248,112,2820,94"/> <area shape="poly" id="edge28_Node000013_Node000023" title=" " alt="" coords="3048,98,2623,102,2035,111,1444,129,1197,142,1011,157,1000,159,999,153,1010,152,1197,136,1443,123,2035,106,2623,96,3048,93"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1450,155,1673,181"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="1023,155,1196,197"/>
<area shape="poly" id="edge30_Node000012_Node000025" title=" " alt="" coords="2820,101,1673,163,1673,158,2820,96"/> <area shape="poly" id="edge31_Node000013_Node000025" title=" " alt="" coords="3047,98,2657,103,2126,113,1595,131,1374,143,1207,157,1196,159,1195,153,1206,152,1374,137,1595,125,2126,108,2657,98,3047,93"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2462,155,2640,181"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="2191,155,2364,197"/>
<area shape="poly" id="edge33_Node000012_Node000027" title=" " alt="" coords="2821,113,2611,157,2610,151,2820,107"/> <area shape="poly" id="edge34_Node000013_Node000027" title=" " alt="" coords="3047,108,2364,170,2363,164,3047,102"/>
<area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3017,155,3282,181"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3510,155,3706,197"/>
<area shape="poly" id="edge47_Node000012_Node000041" title=" " alt="" coords="2953,109,3105,151,3104,157,2952,114"/> <area shape="poly" id="edge48_Node000013_Node000041" title=" " alt="" coords="3247,107,3510,154,3509,160,3246,113"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="3384,155,3592,181"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="4067,155,4240,197"/>
<area shape="poly" id="edge50_Node000012_Node000043" title=" " alt="" coords="2967,101,3384,151,3383,157,2966,106"/> <area shape="poly" id="edge51_Node000013_Node000043" title=" " alt="" coords="3276,101,3915,152,4067,165,4066,170,3914,157,3276,106"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="3627,155,3890,181"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4314,155,4508,197"/>
<area shape="poly" id="edge53_Node000012_Node000045" title=" " alt="" coords="2967,98,3627,153,3626,158,2966,103"/> <area shape="poly" id="edge54_Node000013_Node000045" title=" " alt="" coords="3276,96,3705,114,3978,131,4252,152,4313,159,4313,164,4252,157,3977,136,3705,120,3275,101"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3914,155,4115,181"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="4533,155,4705,197"/>
<area shape="poly" id="edge56_Node000012_Node000047" title=" " alt="" coords="2967,95,3366,115,3903,152,3914,153,3913,158,3902,157,3366,121,2967,101"/> <area shape="poly" id="edge57_Node000013_Node000047" title=" " alt="" coords="3276,91,3505,92,3814,100,4165,119,4345,133,4520,152,4533,154,4532,159,4520,157,4344,139,4165,124,3814,106,3505,98,3276,96"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4139,155,4354,181"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4911,155,5084,197"/>
<area shape="poly" id="edge59_Node000012_Node000049" title=" " alt="" coords="2967,94,3454,113,3788,130,4128,152,4139,153,4138,158,4128,157,3788,135,3454,118,2966,100"/> <area shape="poly" id="edge60_Node000013_Node000049" title=" " alt="" coords="3275,93,4094,111,4559,128,4752,139,4899,152,4911,154,4910,159,4898,157,4752,144,4559,133,4094,116,3275,99"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="4378,155,4566,181"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="1219,155,1392,197"/>
<area shape="poly" id="edge62_Node000012_Node000051" title=" " alt="" coords="2967,93,3546,108,3952,126,4367,152,4378,153,4378,158,4366,157,3952,131,3546,114,2967,98"/> <area shape="poly" id="edge63_Node000013_Node000051" title=" " alt="" coords="3047,102,1392,174,1392,168,3047,97"/>
<area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="4590,155,4775,181"/> <area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="43,155,216,197"/>
<area shape="poly" id="edge65_Node000012_Node000053" title=" " alt="" coords="2967,93,3230,96,3627,106,4096,123,4578,152,4590,153,4589,158,4577,157,4096,129,3627,111,3230,102,2967,98"/> <area shape="poly" id="edge66_Node000013_Node000053" title=" " alt="" coords="3047,97,2487,97,1671,103,1242,110,838,121,490,137,227,157,216,159,215,153,226,152,489,131,838,116,1241,105,1671,98,2487,92,3047,92"/>
<area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4800,155,4976,181"/> <area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="239,155,412,197"/>
<area shape="poly" id="edge67_Node000012_Node000055" title=" " alt="" coords="2967,92,3259,94,3707,102,4240,120,4517,134,4788,152,4800,153,4799,158,4788,157,4517,139,4240,125,3707,107,3258,99,2967,97"/> <area shape="poly" id="edge68_Node000013_Node000055" title=" " alt="" coords="3047,97,2520,98,1761,105,1363,112,989,123,667,138,423,157,412,159,411,153,422,152,666,133,989,118,1363,107,1761,100,2520,93,3047,92"/>
<area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5000,155,5232,181"/> <area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="435,155,608,197"/>
<area shape="poly" id="edge69_Node000012_Node000057" title=" " alt="" coords="2967,92,3285,96,3782,105,4376,123,4988,152,5000,153,5000,158,4988,157,4376,128,3782,110,3285,101,2967,98"/> <area shape="poly" id="edge70_Node000013_Node000057" title=" " alt="" coords="3047,97,2554,99,1852,107,1485,114,1140,125,843,139,619,157,608,159,607,153,618,152,843,134,1140,120,1485,109,1852,102,2554,94,3047,92"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2481,320,2621,347"/> <area shape="rect" id="Node000059" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="4729,163,4887,189"/>
<area shape="poly" id="edge15_Node000014_Node000015" title=" " alt="" coords="240,188,188,202,146,221,132,232,124,244,125,256,134,270,161,277,229,284,461,297,1174,314,1953,325,2480,329,2480,334,1953,330,1174,320,461,302,229,290,160,282,130,274,119,258,119,242,128,228,143,217,186,197,238,183"/> <area shape="poly" id="edge72_Node000013_Node000059" title=" " alt="" coords="3276,94,4008,111,4418,129,4588,139,4718,152,4759,159,4758,165,4717,157,4588,145,4418,134,4008,117,3276,99"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="144,237,331,264"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2373,336,2595,363"/>
<area shape="poly" id="edge17_Node000014_Node000016" title=" " alt="" coords="303,194,253,239,249,235,300,190"/> <area shape="poly" id="edge16_Node000014_Node000015" title=" " alt="" coords="3006,207,2934,247,2909,270,2899,281,2882,290,2811,316,2736,334,2663,345,2596,350,2595,345,2662,339,2735,329,2809,311,2880,286,2895,276,2906,266,2930,243,3003,202"/>
<area shape="poly" id="edge16_Node000015_Node000003" title=" " alt="" coords="2552,363,2551,394,2546,394,2547,362"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="2944,253,3211,280"/>
<area shape="poly" id="edge19_Node000017_Node000015" title=" " alt="" coords="453,189,421,206,396,231,387,252,389,261,395,270,419,276,479,283,684,294,1313,312,2004,323,2480,329,2480,334,2004,329,1313,317,683,300,478,288,418,282,392,274,384,263,382,251,391,228,417,202,450,185"/> <area shape="poly" id="edge18_Node000014_Node000016" title=" " alt="" coords="3072,213,3078,253,3073,253,3067,213"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="406,237,616,264"/> <area shape="poly" id="edge17_Node000015_Node000002" title=" " alt="" coords="2611,351,5070,418,5070,423,2611,357"/>
<area shape="poly" id="edge20_Node000017_Node000018" title=" " alt="" coords="539,197,519,238,514,236,534,194"/> <area shape="poly" id="edge20_Node000017_Node000015" title=" " alt="" coords="3260,214,3250,254,3239,274,3224,290,3191,304,3132,315,2964,332,2769,342,2596,348,2596,343,2769,337,2964,326,3131,310,3189,299,3221,286,3235,271,3245,252,3255,212"/>
<area shape="poly" id="edge22_Node000019_Node000015" title=" " alt="" coords="725,191,700,208,681,231,673,252,674,261,680,270,707,281,761,291,940,307,1189,318,1478,325,2067,330,2480,330,2480,335,2067,336,1478,330,1189,323,940,312,760,296,705,286,677,274,669,263,668,252,676,228,696,204,722,186"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="3286,245,3498,288"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="691,237,853,264"/> <area shape="poly" id="edge21_Node000017_Node000018" title=" " alt="" coords="3305,204,3363,243,3360,247,3302,209"/>
<area shape="poly" id="edge23_Node000019_Node000020" title=" " alt="" coords="775,197,775,237,769,237,769,197"/> <area shape="poly" id="edge23_Node000019_Node000015" title=" " alt="" coords="3808,214,3788,255,3773,275,3753,290,3727,301,3687,310,3571,325,3420,336,3246,344,2885,351,2595,351,2595,346,2885,345,3246,338,3420,331,3571,320,3686,305,3725,296,3751,286,3769,271,3783,252,3803,211"/>
<area shape="poly" id="edge25_Node000021_Node000015" title=" " alt="" coords="971,190,941,207,918,231,910,252,912,261,918,270,940,280,987,288,1141,303,1354,313,1604,321,2114,328,2480,329,2480,335,2114,333,1604,326,1354,319,1140,308,986,294,938,285,914,274,907,263,905,251,914,228,938,202,968,185"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="3843,245,4032,288"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="929,237,1146,264"/> <area shape="poly" id="edge24_Node000019_Node000020" title=" " alt="" coords="3858,204,3910,243,3907,247,3855,209"/>
<area shape="poly" id="edge26_Node000021_Node000022" title=" " alt="" coords="1040,197,1040,237,1035,237,1035,197"/> <area shape="poly" id="edge26_Node000021_Node000015" title=" " alt="" coords="619,205,577,221,545,241,535,251,531,262,532,274,540,286,561,291,610,297,781,308,1314,325,1918,337,2372,344,2372,349,1918,343,1314,330,781,313,610,302,560,297,537,290,527,276,525,262,531,249,541,237,575,217,617,200"/>
<area shape="poly" id="edge28_Node000023_Node000015" title=" " alt="" coords="1254,191,1230,208,1212,231,1204,252,1205,261,1211,270,1229,278,1266,285,1389,298,1560,308,1760,316,2174,325,2480,329,2480,334,2174,330,1760,321,1560,313,1388,303,1265,290,1227,283,1208,274,1200,263,1198,252,1207,228,1226,204,1251,187"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="287,245,476,288"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1221,237,1376,264"/> <area shape="poly" id="edge27_Node000021_Node000022" title=" " alt="" coords="625,204,461,247,460,242,624,199"/>
<area shape="poly" id="edge29_Node000023_Node000024" title=" " alt="" coords="1301,197,1301,237,1296,237,1296,197"/> <area shape="poly" id="edge29_Node000023_Node000015" title=" " alt="" coords="878,209,859,228,846,249,842,269,844,278,850,286,871,295,914,304,1058,318,1259,328,1495,336,1990,344,2373,345,2372,351,1990,349,1495,341,1259,334,1058,323,914,309,869,300,846,290,839,280,836,269,841,247,855,225,874,206"/>
<area shape="poly" id="edge31_Node000025_Node000015" title=" " alt="" coords="1494,190,1464,206,1441,231,1433,252,1434,261,1440,270,1454,276,1484,283,1583,294,1883,311,2221,322,2480,328,2480,333,2221,328,1883,317,1583,299,1483,288,1453,281,1437,274,1429,263,1427,251,1436,228,1461,202,1491,185"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="550,253,786,280"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="1450,237,1673,264"/> <area shape="poly" id="edge30_Node000023_Node000024" title=" " alt="" coords="842,206,704,255,702,250,841,201"/>
<area shape="poly" id="edge32_Node000025_Node000026" title=" " alt="" coords="1564,197,1564,237,1559,237,1559,197"/> <area shape="poly" id="edge32_Node000025_Node000015" title=" " alt="" coords="1119,212,1135,252,1148,271,1164,286,1182,291,1217,297,1329,308,1670,325,2060,336,2372,343,2372,349,2060,342,1670,330,1329,313,1216,302,1180,297,1161,290,1144,274,1130,255,1114,214"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1696,229,1915,272"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="860,245,1065,288"/>
<area shape="poly" id="edge34_Node000027_Node000028" title=" " alt="" coords="2446,180,2208,201,1927,232,1915,234,1915,228,1926,227,2208,195,2446,175"/> <area shape="poly" id="edge33_Node000025_Node000026" title=" " alt="" coords="1064,208,998,247,995,243,1061,203"/>
<area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1939,237,2165,264"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="2284,245,2476,288"/>
<area shape="poly" id="edge36_Node000027_Node000030" title=" " alt="" coords="2458,187,2131,239,2130,234,2457,182"/> <area shape="poly" id="edge35_Node000027_Node000028" title=" " alt="" coords="2314,206,2358,243,2354,247,2311,210"/>
<area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2189,237,2358,264"/> <area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="2501,245,2673,288"/>
<area shape="poly" id="edge38_Node000027_Node000032" title=" " alt="" coords="2494,189,2318,239,2316,234,2492,183"/> <area shape="poly" id="edge37_Node000027_Node000030" title=" " alt="" coords="2365,199,2515,242,2513,247,2363,205"/>
<area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="2382,237,2546,264"/> <area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="2697,245,2869,288"/>
<area shape="poly" id="edge40_Node000027_Node000034" title=" " alt="" coords="2528,194,2479,239,2475,235,2524,190"/> <area shape="poly" id="edge39_Node000027_Node000032" title=" " alt="" coords="2379,191,2686,243,2697,245,2696,250,2685,248,2378,196"/>
<area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="2571,237,2704,264"/> <area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1695,245,1868,288"/>
<area shape="poly" id="edge42_Node000027_Node000036" title=" " alt="" coords="2577,190,2626,235,2622,239,2574,194"/> <area shape="poly" id="edge41_Node000027_Node000034" title=" " alt="" coords="2176,196,1879,248,1868,250,1867,245,1878,243,2175,191"/>
<area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="2728,237,2907,264"/> <area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1891,245,2064,288"/>
<area shape="poly" id="edge44_Node000027_Node000038" title=" " alt="" coords="2607,184,2776,234,2775,239,2606,189"/> <area shape="poly" id="edge43_Node000027_Node000036" title=" " alt="" coords="2193,205,2048,247,2047,242,2192,200"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2930,237,3113,264"/> <area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2087,245,2260,288"/>
<area shape="poly" id="edge45_Node000027_Node000039" title=" " alt="" coords="2648,182,2919,227,2959,234,2958,239,2918,232,2647,187"/> <area shape="poly" id="edge45_Node000027_Node000038" title=" " alt="" coords="2243,210,2199,247,2196,243,2240,206"/>
<area shape="poly" id="edge35_Node000028_Node000015" title=" " alt="" coords="1930,270,2241,304,2480,324,2480,329,2240,309,1930,275"/> <area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="1412,253,1671,280"/>
<area shape="poly" id="edge37_Node000030_Node000015" title=" " alt="" coords="2146,264,2480,318,2479,323,2145,270"/> <area shape="poly" id="edge47_Node000027_Node000040" title=" " alt="" coords="2176,191,1683,248,1628,255,1628,250,1682,243,2175,185"/>
<area shape="poly" id="edge39_Node000032_Node000015" title=" " alt="" coords="2332,266,2508,317,2506,322,2330,271"/> <area shape="poly" id="edge36_Node000028_Node000015" title=" " alt="" coords="2420,296,2469,333,2466,338,2417,300"/>
<area shape="poly" id="edge41_Node000034_Node000015" title=" " alt="" coords="2491,273,2539,318,2536,322,2487,277"/> <area shape="poly" id="edge38_Node000030_Node000015" title=" " alt="" coords="2550,300,2502,338,2498,333,2547,296"/>
<area shape="poly" id="edge43_Node000036_Node000015" title=" " alt="" coords="2614,277,2566,322,2562,318,2611,273"/> <area shape="poly" id="edge40_Node000032_Node000015" title=" " alt="" coords="2692,295,2532,338,2531,333,2690,290"/>
<area shape="poly" id="edge46_Node000039_Node000015" title=" " alt="" coords="2944,270,2919,275,2622,324,2621,319,2918,269,2943,265"/> <area shape="poly" id="edge42_Node000034_Node000015" title=" " alt="" coords="1883,286,2150,318,2373,338,2372,343,2150,324,1882,291"/>
<area shape="poly" id="edge48_Node000041_Node000015" title=" " alt="" coords="3153,197,3148,237,3139,257,3126,274,3107,286,3085,296,3029,310,2963,318,2890,321,2747,320,2638,323,2621,325,2621,319,2637,317,2747,314,2890,315,2962,312,3028,305,3083,291,3105,282,3122,270,3135,254,3143,236,3148,197"/> <area shape="poly" id="edge44_Node000036_Node000015" title=" " alt="" coords="2079,286,2387,333,2387,338,2078,291"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3187,237,3451,264"/> <area shape="poly" id="edge46_Node000038_Node000015" title=" " alt="" coords="2269,290,2435,333,2434,338,2267,295"/>
<area shape="poly" id="edge49_Node000041_Node000042" title=" " alt="" coords="3191,186,3294,235,3291,239,3188,191"/> <area shape="poly" id="edge49_Node000041_Node000015" title=" " alt="" coords="3687,203,3712,220,3732,244,3740,267,3739,279,3731,290,3714,298,3682,305,3578,316,3260,334,2893,344,2595,349,2595,344,2893,339,3260,329,3578,311,3681,299,3713,293,3728,286,3734,277,3735,268,3727,247,3708,224,3684,207"/>
<area shape="poly" id="edge51_Node000043_Node000015" title=" " alt="" coords="3492,198,3487,237,3478,257,3464,274,3444,285,3411,293,3317,306,3195,313,3058,317,2795,320,2638,323,2621,324,2621,319,2637,317,2795,314,3058,312,3194,308,3317,300,3410,288,3442,280,3461,270,3474,255,3481,236,3487,197"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3522,245,3718,288"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="3525,237,3734,264"/> <area shape="poly" id="edge50_Node000041_Node000042" title=" " alt="" coords="3615,213,3620,245,3615,245,3610,213"/>
<area shape="poly" id="edge52_Node000043_Node000044" title=" " alt="" coords="3525,187,3609,235,3606,239,3522,192"/> <area shape="poly" id="edge52_Node000043_Node000015" title=" " alt="" coords="4212,203,4241,221,4264,243,4274,266,4272,278,4264,290,4239,301,4190,311,4032,326,3810,336,3550,344,3009,351,2596,351,2596,346,3009,345,3550,338,3810,331,4031,320,4190,305,4238,296,4261,286,4267,276,4269,266,4260,246,4238,225,4210,207"/>
<area shape="poly" id="edge54_Node000045_Node000015" title=" " alt="" coords="3766,197,3766,237,3760,257,3747,274,3727,282,3688,288,3562,299,3197,312,2637,323,2621,324,2621,319,2637,317,3197,307,3562,294,3687,283,3725,277,3744,270,3755,255,3760,236,3761,197"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="4056,245,4251,288"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="3808,237,4072,264"/> <area shape="poly" id="edge53_Node000043_Node000044" title=" " alt="" coords="4156,213,4156,245,4151,245,4151,213"/>
<area shape="poly" id="edge55_Node000045_Node000046" title=" " alt="" coords="3802,185,3913,234,3911,239,3800,190"/> <area shape="poly" id="edge55_Node000045_Node000015" title=" " alt="" coords="4476,202,4507,221,4532,242,4540,253,4544,265,4542,278,4534,290,4510,297,4457,303,4275,314,3710,331,3072,343,2596,349,2596,344,3072,338,3710,326,4274,309,4456,298,4509,292,4530,286,4537,276,4539,266,4536,255,4528,245,4504,225,4474,207"/>
<area shape="poly" id="edge57_Node000047_Node000015" title=" " alt="" coords="4047,189,4069,207,4087,229,4095,252,4093,263,4086,274,4060,285,4009,293,3846,306,3623,313,3370,318,2889,320,2637,323,2621,324,2621,319,2637,317,2889,315,3370,312,3623,308,3845,300,4009,288,4059,279,4082,270,4088,261,4090,252,4082,231,4065,211,4044,193"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4325,245,4520,288"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4147,237,4349,264"/> <area shape="poly" id="edge56_Node000045_Node000046" title=" " alt="" coords="4418,213,4423,245,4417,245,4413,213"/>
<area shape="poly" id="edge58_Node000047_Node000048" title=" " alt="" coords="4066,184,4212,234,4211,239,4064,189"/> <area shape="poly" id="edge58_Node000047_Node000015" title=" " alt="" coords="4721,196,4769,212,4808,233,4822,245,4828,259,4827,274,4816,290,4789,298,4727,305,4516,316,3863,334,3130,345,2596,350,2595,345,3130,340,3862,329,4516,311,4727,299,4788,293,4813,286,4822,272,4823,260,4817,248,4805,237,4767,217,4719,201"/>
<area shape="poly" id="edge60_Node000049_Node000015" title=" " alt="" coords="4311,185,4340,203,4364,228,4373,251,4371,263,4363,274,4333,286,4272,296,4077,310,3812,318,3510,321,2938,321,2637,323,2621,324,2621,319,2637,317,2938,316,3510,316,3812,313,4077,305,4272,291,4331,281,4360,270,4366,261,4367,252,4359,231,4337,207,4308,190"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="4595,245,4802,288"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4424,237,4640,264"/> <area shape="poly" id="edge59_Node000047_Node000048" title=" " alt="" coords="4649,207,4682,243,4678,247,4645,211"/>
<area shape="poly" id="edge61_Node000049_Node000050" title=" " alt="" coords="4306,183,4488,234,4487,239,4305,188"/> <area shape="poly" id="edge61_Node000049_Node000015" title=" " alt="" coords="5058,203,5086,221,5109,243,5120,266,5118,278,5110,290,5078,299,5008,306,4766,319,4424,329,4021,337,3190,346,2596,350,2595,345,3190,341,4020,331,4424,324,4766,314,5007,301,5077,294,5106,286,5113,276,5115,267,5105,246,5083,226,5055,207"/>
<area shape="poly" id="edge63_Node000051_Node000015" title=" " alt="" coords="4551,183,4600,198,4642,218,4656,230,4664,243,4664,258,4654,274,4624,282,4557,288,4329,298,3651,312,2637,323,2621,324,2621,319,2637,317,3651,307,4328,293,4556,283,4623,276,4650,270,4659,257,4659,245,4652,233,4639,222,4598,203,4549,188"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4878,245,5095,288"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="4714,237,4902,264"/> <area shape="poly" id="edge62_Node000049_Node000050" title=" " alt="" coords="4996,213,4992,245,4986,245,4990,213"/>
<area shape="poly" id="edge64_Node000051_Node000052" title=" " alt="" coords="4540,183,4756,234,4754,239,4539,188"/> <area shape="poly" id="edge64_Node000051_Node000015" title=" " alt="" coords="1240,207,1208,224,1183,244,1175,255,1172,265,1173,276,1180,286,1196,293,1229,300,1339,312,1675,330,2061,340,2372,344,2372,350,2061,345,1675,335,1339,317,1229,305,1195,298,1177,290,1169,277,1167,265,1171,252,1179,241,1205,220,1237,202"/>
<area shape="poly" id="edge66_Node000053_Node000015" title=" " alt="" coords="4791,181,4851,194,4901,213,4918,225,4928,239,4927,256,4915,274,4882,283,4806,289,4548,301,3782,314,2637,323,2621,324,2621,319,2637,317,3782,308,4548,295,4805,284,4881,277,4912,270,4922,254,4922,241,4914,229,4898,218,4850,199,4790,186"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="1191,245,1388,288"/>
<area shape="poly" id="edge68_Node000055_Node000015" title=" " alt="" coords="4915,191,4931,210,4944,231,4949,254,4939,274,4905,283,4828,290,4568,301,3794,314,2637,323,2621,324,2621,319,2637,317,3794,309,4568,295,4828,284,4904,277,4936,270,4943,253,4939,233,4927,213,4911,194"/> <area shape="poly" id="edge65_Node000051_Node000052" title=" " alt="" coords="1302,213,1296,246,1290,245,1296,212"/>
<area shape="poly" id="edge70_Node000057_Node000015" title=" " alt="" coords="5093,194,5036,238,4999,259,4961,275,4897,288,4800,298,4529,312,4185,318,3803,320,3074,317,2801,318,2637,323,2621,324,2621,319,2637,317,2801,313,3074,312,3803,314,4185,313,4529,306,4800,293,4896,282,4959,269,4997,254,5033,233,5090,190"/> <area shape="poly" id="edge67_Node000053_Node000015" title=" " alt="" coords="154,208,194,251,219,271,246,285,281,293,347,300,558,311,1181,329,1869,340,2373,345,2372,350,1869,345,1181,334,558,317,347,305,280,298,244,291,216,275,190,255,151,212"/>
<area shape="poly" id="edge72_Node000059_Node000003" title=" " alt="" coords="2678,355,2579,396,2577,392,2676,351"/> <area shape="poly" id="edge69_Node000055_Node000015" title=" " alt="" coords="289,209,271,229,258,249,254,269,256,278,262,286,285,292,343,299,543,310,1163,328,1860,339,2372,344,2372,350,1859,344,1163,333,543,315,343,304,284,298,258,290,251,280,248,269,253,247,267,225,286,206"/>
<area shape="poly" id="edge73_Node000059_Node000004" title=" " alt="" coords="2724,362,2724,469,2719,469,2719,362"/> <area shape="poly" id="edge71_Node000057_Node000015" title=" " alt="" coords="421,202,328,226,293,237,277,247,268,268,270,277,276,286,300,292,357,299,556,310,1171,328,1863,339,2372,344,2372,350,1863,344,1171,333,555,315,357,304,299,297,273,290,265,279,263,267,273,244,291,233,326,221,419,197"/>
</map> </map>

View File

@ -1 +1 @@
772b8ad5763d290e6431022bf171cd63 b1dbd3f919041fb3793e2d5f0aa00d7c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 272 KiB

View File

@ -1,7 +1,7 @@
<map id="BNO08xPrivateTypes.hpp" name="BNO08xPrivateTypes.hpp"> <map id="include/BNO08xPrivateTypes.hpp" name="include/BNO08xPrivateTypes.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="447,5,616,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="424,5,639,32"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,80,90,107"/> <area shape="rect" id="Node000002" title=" " alt="" coords="5,80,90,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="447,32,292,53,105,82,104,77,291,47,446,27"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="424,35,277,55,105,82,104,77,276,49,424,30"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="113,80,201,107"/> <area shape="rect" id="Node000003" title=" " alt="" coords="113,80,201,107"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="461,35,216,82,215,77,460,30"/> <area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="461,35,216,82,215,77,460,30"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="224,80,364,107"/> <area shape="rect" id="Node000004" title=" " alt="" coords="224,80,364,107"/>
@ -13,9 +13,9 @@
<area shape="rect" id="Node000007" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="715,80,882,107"/> <area shape="rect" id="Node000007" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="715,80,882,107"/>
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="579,30,738,73,736,78,577,35"/> <area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="579,30,738,73,736,78,577,35"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="997,80,1178,107"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="997,80,1178,107"/>
<area shape="poly" id="edge15_Node000001_Node000016" title=" " alt="" coords="617,28,982,76,982,81,616,34"/> <area shape="poly" id="edge15_Node000001_Node000016" title=" " alt="" coords="629,30,982,76,982,81,629,35"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1244,80,1419,107"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1244,80,1419,107"/>
<area shape="poly" id="edge19_Node000001_Node000019" title=" " alt="" coords="617,25,1229,80,1228,85,616,30"/> <area shape="poly" id="edge19_Node000001_Node000019" title=" " alt="" coords="639,27,1229,80,1228,85,639,32"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="360,155,421,181"/> <area shape="rect" id="Node000008" title=" " alt="" coords="360,155,421,181"/>
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="714,108,587,128,436,157,435,152,586,123,713,103"/> <area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="714,108,587,128,436,157,435,152,586,123,713,103"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="444,155,523,181"/> <area shape="rect" id="Node000009" title=" " alt="" coords="444,155,523,181"/>

View File

@ -1 +1 @@
7ab8ce0fca3f5e0357fefc159101be00 50f3295202e6961586273bd1ed084eb3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xPrivateTypes.hpp Source File</title> <title>esp32_BNO08x: include/BNO08xPrivateTypes.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -203,68 +203,71 @@ $(function(){initNavTree('_b_n_o08x_private_types_8hpp_source.html',''); initRes
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2"> 99</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a> = (1UL &lt;&lt; 18U), </div> <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2"> 99</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a> = (1UL &lt;&lt; 18U), </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb"> 100</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">EVT_GRP_RPT_RAW_GYRO_BIT</a> = (1UL &lt;&lt; 19U), </div> <div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb"> 100</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">EVT_GRP_RPT_RAW_GYRO_BIT</a> = (1UL &lt;&lt; 19U), </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7"> 101</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> = (1UL &lt;&lt; 20U), </div> <div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7"> 101</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> = (1UL &lt;&lt; 20U), </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div> <div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10"> 102</a></span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10">EVT_GRP_RPT_CIRCLE_DETECTOR_BIT</a> = (1UL &lt;&lt; 21U), </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">EVT_GRP_RPT_ALL</a> = <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fac0ff3fde600aac814ad76a4769515ae8">EVT_GRP_RPT_RV_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad39283f98adf7242b3b3ccf847c150cd">EVT_GRP_RPT_RV_GAME_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5">EVT_GRP_RPT_RV_ARVR_S_BIT</a> |</div> <div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca">EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2">EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f">EVT_GRP_RPT_GRAVITY_BIT</a> |</div> <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">EVT_GRP_RPT_ALL</a> = <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fac0ff3fde600aac814ad76a4769515ae8">EVT_GRP_RPT_RV_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad39283f98adf7242b3b3ccf847c150cd">EVT_GRP_RPT_RV_GAME_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5">EVT_GRP_RPT_RV_ARVR_S_BIT</a> |</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faeb1961d7852ea305443610b2521aaea7">EVT_GRP_RPT_CAL_GYRO_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6">EVT_GRP_RPT_UNCAL_GYRO_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fac1d15dddeab169b213c719e6b0fef32d">EVT_GRP_RPT_CAL_MAGNETOMETER_BIT</a> |</div> <div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca">EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2">EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f">EVT_GRP_RPT_GRAVITY_BIT</a> |</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad4482fb4fb6693a492584508691f2c77">EVT_GRP_RPT_TAP_DETECTOR_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fafb8f448edba339f37fdf794bd891f903">EVT_GRP_RPT_STEP_COUNTER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fae138ae8422830982a470025d81c4be4b">EVT_GRP_RPT_STABILITY_CLASSIFIER_BIT</a> |</div> <div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faeb1961d7852ea305443610b2521aaea7">EVT_GRP_RPT_CAL_GYRO_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6">EVT_GRP_RPT_UNCAL_GYRO_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fac1d15dddeab169b213c719e6b0fef32d">EVT_GRP_RPT_CAL_MAGNETOMETER_BIT</a> |</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7">EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">EVT_GRP_RPT_RAW_GYRO_BIT</a> |</div> <div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad4482fb4fb6693a492584508691f2c77">EVT_GRP_RPT_TAP_DETECTOR_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fafb8f448edba339f37fdf794bd891f903">EVT_GRP_RPT_STEP_COUNTER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fae138ae8422830982a470025d81c4be4b">EVT_GRP_RPT_STABILITY_CLASSIFIER_BIT</a> |</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb">EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad517d3ea5b1b259f20ed43e1fcf40e0c">EVT_GRP_RPT_SHAKE_DETECTOR_BIT</a> |</div> <div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7">EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fadcfcdea69099869ebf7f246ff5b7e8bb">EVT_GRP_RPT_RAW_GYRO_BIT</a> |</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891">EVT_GRP_RPT_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4">EVT_GRP_RPT_GEOMAG_RV_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7">EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</a></div> <div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb">EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fad517d3ea5b1b259f20ed43e1fcf40e0c">EVT_GRP_RPT_SHAKE_DETECTOR_BIT</a> |</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1"> 110</a></span> };</div> <div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891">EVT_GRP_RPT_ACCELEROMETER_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4">EVT_GRP_RPT_GEOMAG_RV_BIT</a> | <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7">EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</a> |</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10">EVT_GRP_RPT_CIRCLE_DETECTOR_BIT</a></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1"> 112</a></span> };</div>
</div> </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div> <div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="foldopen" id="foldopen00113" data-start="{" data-end="};"> <div class="foldopen" id="foldopen00115" data-start="{" data-end="};">
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c"> 113</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c">bno08x_tsk_bit_t</a> : EventBits_t</div> <div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c"> 115</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c">bno08x_tsk_bit_t</a> : EventBits_t</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> {</div> <div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> {</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15">EVT_GRP_BNO08x_TASKS_RUNNING</a> =</div> <div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15">EVT_GRP_BNO08x_TASKS_RUNNING</a> =</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15"> 116</a></span> (1UL &lt;&lt; 0U), </div> <div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15"> 118</a></span> (1UL &lt;&lt; 0U), </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41">EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</a> =</div> <div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41">EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</a> =</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41"> 118</a></span> (1UL &lt;&lt; 1U), </div> <div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41"> 120</a></span> (1UL &lt;&lt; 1U), </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452">EVT_GRP_BNO08x_TASK_RESET_OCCURRED</a> =</div> <div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452">EVT_GRP_BNO08x_TASK_RESET_OCCURRED</a> =</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452"> 120</a></span> (1UL &lt;&lt; 2U), </div> <div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452"> 122</a></span> (1UL &lt;&lt; 2U), </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc">EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</a> =</div> <div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <a class="code hl_enumvalue" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc">EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</a> =</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> (1UL &lt;&lt; 3U) </div> <div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> (1UL &lt;&lt; 3U) </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc"> 123</a></span> };</div> <div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc"> 125</a></span> };</div>
</div> </div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> </div> <div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="foldopen" id="foldopen00125" data-start="{" data-end="};"> <div class="foldopen" id="foldopen00127" data-start="{" data-end="};">
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da"> 125</a></span> <span class="keyword">inline</span> <span class="keyword">static</span> sh2_SensorConfig <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">default_sensor_cfg</a> = { </div> <div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da"> 127</a></span> <span class="keyword">inline</span> <span class="keyword">static</span> sh2_SensorConfig <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">default_sensor_cfg</a> = { </div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> .changeSensitivityEnabled = <span class="keyword">false</span>,</div> <div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> .changeSensitivityEnabled = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> .changeSensitivityRelative = <span class="keyword">false</span>,</div> <div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> .changeSensitivityRelative = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> .wakeupEnabled = <span class="keyword">false</span>,</div> <div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> .wakeupEnabled = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> .alwaysOnEnabled = <span class="keyword">false</span>,</div> <div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> .alwaysOnEnabled = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> .changeSensitivity = 0,</div> <div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> .changeSensitivity = 0,</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> .reportInterval_us = 0,</div> <div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> .reportInterval_us = 0,</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> .batchInterval_us = 0,</div> <div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> .batchInterval_us = 0,</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> .sensorSpecific = 0};</div> <div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> .sensorSpecific = 0};</div>
</div> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span>}; <span class="comment">// namespace BNO08xPrivateTypes</span></div> <div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span>}; <span class="comment">// namespace BNO08xPrivateTypes</span></div>
</div> </div>
<div class="ttc" id="a_b_n_o08x_cb_param_rpt_i_d_8hpp_html"><div class="ttname"><a href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_cb_param_rpt_i_d_8hpp_html"><div class="ttname"><a href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html">BNO08xCbParamRptID.hpp</a></div></div>
<div class="ttc" id="a_b_n_o08x_cb_param_void_8hpp_html"><div class="ttname"><a href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_cb_param_void_8hpp_html"><div class="ttname"><a href="_b_n_o08x_cb_param_void_8hpp.html">BNO08xCbParamVoid.hpp</a></div></div>
<div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a></div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:21</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html">BNO08xPrivateTypes</a></div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:21</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a2698bcb8153e67716b43ce3cccc0f31a"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a2698bcb8153e67716b43ce3cccc0f31a">BNO08xPrivateTypes::bno08x_init_status_t</a></div><div class="ttdeci">struct BNO08xPrivateTypes::bno08x_init_status_t bno08x_init_status_t</div><div class="ttdoc">Holds info about which functionality has been successfully initialized (used by deconstructor during ...</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a2698bcb8153e67716b43ce3cccc0f31a"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a2698bcb8153e67716b43ce3cccc0f31a">BNO08xPrivateTypes::bno08x_init_status_t</a></div><div class="ttdeci">struct BNO08xPrivateTypes::bno08x_init_status_t bno08x_init_status_t</div><div class="ttdoc">Holds info about which functionality has been successfully initialized (used by deconstructor during ...</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a4f68e627c3c54e471ec83756b97924da"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a></div><div class="ttdeci">static sh2_SensorConfig default_sensor_cfg</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:125</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a4f68e627c3c54e471ec83756b97924da"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a></div><div class="ttdeci">static sh2_SensorConfig default_sensor_cfg</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:127</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1c"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c">BNO08xPrivateTypes::bno08x_tsk_bit_t</a></div><div class="ttdeci">bno08x_tsk_bit_t</div><div class="ttdoc">Bits for evt_grp_bno08x_task.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:114</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1c"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1c">BNO08xPrivateTypes::bno08x_tsk_bit_t</a></div><div class="ttdeci">bno08x_tsk_bit_t</div><div class="ttdoc">Bits for evt_grp_bno08x_task.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:116</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</div><div class="ttdoc">When this bit is set it indicates a report has been received for the user to read,...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:121</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca17f12f538e40746dbe8aafee08391fcc">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_DATA_AVAILABLE</div><div class="ttdoc">When this bit is set it indicates a report has been received for the user to read,...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:123</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASKS_RUNNING</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASKS_RUNNING</div><div class="ttdoc">When this bit is set it indicates the BNO08x tasks are running, it is always set to 1 for the duratio...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:115</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca272952aff639965d61f76664cb4fed15">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASKS_RUNNING</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASKS_RUNNING</div><div class="ttdoc">When this bit is set it indicates the BNO08x tasks are running, it is always set to 1 for the duratio...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:117</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</div><div class="ttdoc">When this bit is set it indicates the BNO08x has asserted its host interrupt pin, thus an SPI transac...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:117</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1ca616d8458c1a9f54f9d99ba03a773ba41">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_HINT_ASSRT_BIT</div><div class="ttdoc">When this bit is set it indicates the BNO08x has asserted its host interrupt pin, thus an SPI transac...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:119</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_RESET_OCCURRED</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_RESET_OCCURRED</div><div class="ttdoc">When this bit is set it indicates the SH2 HAL lib has reset the IMU, any reports enabled by the user ...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:119</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a59097f108831dd9860e17438d2976c1caaddd073f2b8e89319909d7c61f220452">BNO08xPrivateTypes::EVT_GRP_BNO08x_TASK_RESET_OCCURRED</a></div><div class="ttdeci">@ EVT_GRP_BNO08x_TASK_RESET_OCCURRED</div><div class="ttdoc">When this bit is set it indicates the SH2 HAL lib has reset the IMU, any reports enabled by the user ...</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:121</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a67b3b4702d94bb4ba152a213feae944f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a67b3b4702d94bb4ba152a213feae944f">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdeci">struct BNO08xPrivateTypes::bno08x_sync_ctx_t bno08x_sync_ctx_t</div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a67b3b4702d94bb4ba152a213feae944f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a67b3b4702d94bb4ba152a213feae944f">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdeci">struct BNO08xPrivateTypes::bno08x_sync_ctx_t bno08x_sync_ctx_t</div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a72315cafa76ff8c07f84f03fc6b36bc2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a72315cafa76ff8c07f84f03fc6b36bc2">BNO08xPrivateTypes::bno08x_cb_list_t</a></div><div class="ttdeci">etl::vector&lt; etl::variant&lt; BNO08xCbParamVoid, BNO08xCbParamRptID &gt;, CONFIG_ESP32_BNO08X_CB_MAX &gt; bno08x_cb_list_t</div><div class="ttdoc">Alias for vector type to contain both cb flavors.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:22</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_a72315cafa76ff8c07f84f03fc6b36bc2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a72315cafa76ff8c07f84f03fc6b36bc2">BNO08xPrivateTypes::bno08x_cb_list_t</a></div><div class="ttdeci">etl::vector&lt; etl::variant&lt; BNO08xCbParamVoid, BNO08xCbParamRptID &gt;, CONFIG_ESP32_BNO08X_CB_MAX &gt; bno08x_cb_list_t</div><div class="ttdoc">Alias for vector type to contain both cb flavors.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:22</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2f">BNO08xPrivateTypes::bno08x_rpt_bit_t</a></div><div class="ttdeci">bno08x_rpt_bit_t</div><div class="ttdoc">Bits for evt_grp_rpt_en &amp; evt_grp_rpt_data_available.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:80</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2f">BNO08xPrivateTypes::bno08x_rpt_bit_t</a></div><div class="ttdeci">bno08x_rpt_bit_t</div><div class="ttdoc">Bits for evt_grp_rpt_en &amp; evt_grp_rpt_data_available.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:80</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6">BNO08xPrivateTypes::EVT_GRP_RPT_UNCAL_GYRO_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_UNCAL_GYRO_BIT</div><div class="ttdoc">When set, uncalibrated gyro reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:91</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa591c062247280798af0e40d6141614c6">BNO08xPrivateTypes::EVT_GRP_RPT_UNCAL_GYRO_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_UNCAL_GYRO_BIT</div><div class="ttdoc">When set, uncalibrated gyro reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:91</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7">BNO08xPrivateTypes::EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</div><div class="ttdoc">When set, gyro integrator rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:85</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6835a63fb08379608cda0a108098aac7">BNO08xPrivateTypes::EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GYRO_INTEGRATED_RV_BIT</div><div class="ttdoc">When set, gyro integrator rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:85</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2">BNO08xPrivateTypes::EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</div><div class="ttdoc">When set, linear accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:88</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa68851003c2b7df34c3acf882251c60e2">BNO08xPrivateTypes::EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_LINEAR_ACCELEROMETER_BIT</div><div class="ttdoc">When set, linear accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:88</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">BNO08xPrivateTypes::EVT_GRP_RPT_ALL</a></div><div class="ttdeci">@ EVT_GRP_RPT_ALL</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:103</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa6bb054cdd31ded01373a4395889c84f1">BNO08xPrivateTypes::EVT_GRP_RPT_ALL</a></div><div class="ttdeci">@ EVT_GRP_RPT_ALL</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:104</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4">BNO08xPrivateTypes::EVT_GRP_RPT_GEOMAG_RV_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GEOMAG_RV_BIT</div><div class="ttdoc">When set, geomagnetic rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:86</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa728314f4744fc408c6b153e8fbb3feb4">BNO08xPrivateTypes::EVT_GRP_RPT_GEOMAG_RV_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GEOMAG_RV_BIT</div><div class="ttdoc">When set, geomagnetic rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:86</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7">BNO08xPrivateTypes::EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</div><div class="ttdoc">When set, activity classifier reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:97</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fa94cddd1837a77bba5644543b1ad8b9e7">BNO08xPrivateTypes::EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_ACTIVITY_CLASSIFIER_BIT</div><div class="ttdoc">When set, activity classifier reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:97</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb">BNO08xPrivateTypes::EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</div><div class="ttdoc">When set, uncalibrated magnetometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:93</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa54d15cc17179a6840b9ec3f4e0038cb">BNO08xPrivateTypes::EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_UNCAL_MAGNETOMETER_BIT</div><div class="ttdoc">When set, uncalibrated magnetometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:93</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891">BNO08xPrivateTypes::EVT_GRP_RPT_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_ACCELEROMETER_BIT</div><div class="ttdoc">When set, accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:87</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2faa5b9ffe097d1eb83a6a5a13871da0891">BNO08xPrivateTypes::EVT_GRP_RPT_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_ACCELEROMETER_BIT</div><div class="ttdoc">When set, accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:87</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</div><div class="ttdoc">When set, raw magnetometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:101</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab57a2ea711bebb4d4e031a0b449160c7">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RAW_MAGNETOMETER_BIT</div><div class="ttdoc">When set, raw magnetometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:101</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5">BNO08xPrivateTypes::EVT_GRP_RPT_RV_ARVR_S_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RV_ARVR_S_BIT</div><div class="ttdoc">When set, ARVR stabilized rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:83</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d141bdda220e3fa0bd9eb0fe3f31b5">BNO08xPrivateTypes::EVT_GRP_RPT_RV_ARVR_S_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RV_ARVR_S_BIT</div><div class="ttdoc">When set, ARVR stabilized rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:83</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab5d7a8690f3b42637a52122d4269da10">BNO08xPrivateTypes::EVT_GRP_RPT_CIRCLE_DETECTOR_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_CIRCLE_DETECTOR_BIT</div><div class="ttdoc">When set, circle detector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:102</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca">BNO08xPrivateTypes::EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</div><div class="ttdoc">When set, ARVR stabilized game rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:84</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab77588c26929a2d8dd8eeea883b905ca">BNO08xPrivateTypes::EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RV_ARVR_S_GAME_BIT</div><div class="ttdoc">When set, ARVR stabilized game rotation vector reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:84</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</div><div class="ttdoc">When set, raw accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:99</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fab7e6b36da354702880ff9118d45b6af2">BNO08xPrivateTypes::EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_RAW_ACCELEROMETER_BIT</div><div class="ttdoc">When set, raw accelerometer reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:99</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f">BNO08xPrivateTypes::EVT_GRP_RPT_GRAVITY_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GRAVITY_BIT</div><div class="ttdoc">When set, gravity reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:89</div></div> <div class="ttc" id="anamespace_b_n_o08x_private_types_html_ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#ac53fb578d93a18b7a83903fc7a71dc2fabd9e62157a0bc3dc38c3473d7bc2799f">BNO08xPrivateTypes::EVT_GRP_RPT_GRAVITY_BIT</a></div><div class="ttdeci">@ EVT_GRP_RPT_GRAVITY_BIT</div><div class="ttdoc">When set, gravity reports are active.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:89</div></div>
@ -303,7 +306,7 @@ $(function(){initNavTree('_b_n_o08x_private_types_8hpp_source.html',''); initRes
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xReports.hpp File Reference</title> <title>esp32_BNO08x: include/report/BNO08xReports.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -119,27 +119,27 @@ $(function(){initNavTree('_b_n_o08x_reports_8hpp.html',''); initResizable(); });
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xReports.hpp:</div> Include dependency graph for BNO08xReports.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_reports_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_reports_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_reports_8hpp__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_reports_8hpp" alt=""/></div>
<map name="a_b_n_o08x_reports_8hpp" id="a_b_n_o08x_reports_8hpp"> <map name="ainclude_2report_2_b_n_o08x_reports_8hpp" id="ainclude_2report_2_b_n_o08x_reports_8hpp">
<area shape="rect" title=" " alt="" coords="1689,5,1830,32"/> <area shape="rect" title=" " alt="" coords="1648,5,1871,32"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="20,171,208,197"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="20,171,208,197"/>
<area shape="poly" title=" " alt="" coords="1689,22,1301,23,754,29,486,36,256,47,90,62,40,72,16,82,10,91,8,100,16,121,36,144,62,161,59,166,33,148,12,124,3,101,5,89,12,78,38,67,89,57,256,42,486,31,754,24,1301,17,1689,17"/> <area shape="poly" title=" " alt="" coords="1648,22,1242,23,711,30,457,38,241,48,85,63,38,72,16,82,10,91,8,100,16,121,36,144,62,161,59,166,33,148,12,124,3,101,5,89,12,78,37,67,85,58,240,43,457,32,711,25,1242,18,1648,17"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="26,88,248,115"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="26,88,248,115"/>
<area shape="poly" title=" " alt="" coords="1689,22,1452,24,1099,32,685,50,471,64,261,83,221,88,220,82,260,77,470,59,684,45,1099,27,1452,19,1689,17"/> <area shape="poly" title=" " alt="" coords="1648,23,1398,25,1054,33,660,52,459,65,261,83,221,88,220,82,260,77,458,60,660,46,1054,28,1398,20,1648,17"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="272,88,428,115"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="272,88,428,115"/>
<area shape="poly" title=" " alt="" coords="1689,24,1067,43,705,61,554,71,440,83,415,87,414,82,439,77,553,66,704,55,1067,38,1689,19"/> <area shape="poly" title=" " alt="" coords="1648,25,1028,45,688,62,547,72,440,83,415,87,414,82,439,77,546,66,687,56,1028,39,1648,20"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="452,88,669,115"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="452,88,669,115"/>
<area shape="poly" title=" " alt="" coords="1689,24,1262,39,974,56,681,83,644,88,643,82,680,77,974,51,1262,34,1689,19"/> <area shape="poly" title=" " alt="" coords="1648,25,1223,41,953,58,681,83,644,88,643,82,680,77,952,53,1222,36,1648,20"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="693,88,924,115"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="693,88,924,115"/>
<area shape="poly" title=" " alt="" coords="1689,26,1366,46,1156,62,944,83,902,88,901,83,943,77,1156,57,1366,40,1689,21"/> <area shape="poly" title=" " alt="" coords="1648,28,1331,48,1137,64,944,83,902,88,901,83,943,77,1137,58,1330,43,1647,23"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="816,171,978,197"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="816,171,978,197"/>
<area shape="poly" title=" " alt="" coords="1689,23,1534,27,1341,36,1156,53,1080,66,1024,82,993,98,965,119,919,161,916,157,961,115,991,94,1022,78,1079,61,1155,48,1341,30,1534,21,1689,18"/> <area shape="poly" title=" " alt="" coords="1648,24,1491,28,1311,38,1143,55,1075,67,1024,82,993,98,965,119,919,161,916,157,961,115,991,94,1022,78,1074,62,1142,50,1310,32,1491,23,1648,18"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1002,171,1178,197"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1002,171,1178,197"/>
<area shape="poly" title=" " alt="" coords="1689,23,1520,27,1315,36,1218,44,1134,54,1072,67,1052,74,1040,82,1035,90,1033,99,1037,119,1050,140,1066,158,1062,162,1045,143,1032,121,1027,99,1030,88,1036,78,1049,69,1071,61,1133,48,1217,38,1315,31,1520,21,1689,18"/> <area shape="poly" title=" " alt="" coords="1648,24,1477,28,1286,38,1124,55,1069,68,1040,82,1035,90,1033,99,1037,119,1050,140,1066,158,1062,162,1045,143,1032,121,1027,99,1030,88,1036,78,1067,62,1123,50,1286,33,1477,23,1647,18"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1050,88,1183,115"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1050,88,1183,115"/>
<area shape="poly" title=" " alt="" coords="1689,27,1468,46,1332,62,1196,83,1177,86,1176,81,1195,77,1331,56,1467,40,1688,22"/> <area shape="poly" title=" " alt="" coords="1648,30,1438,49,1316,64,1196,83,1177,86,1176,81,1195,77,1315,58,1437,44,1648,24"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1207,88,1376,115"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1207,88,1376,115"/>
<area shape="poly" title=" " alt="" coords="1689,33,1388,83,1365,87,1364,82,1387,77,1688,28"/> <area shape="poly" title=" " alt="" coords="1674,35,1388,83,1365,87,1364,82,1387,77,1673,30"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1400,88,1626,115"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1400,88,1626,115"/>
<area shape="poly" title=" " alt="" coords="1722,35,1567,85,1565,80,1720,30"/> <area shape="poly" title=" " alt="" coords="1722,35,1567,85,1565,80,1720,30"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1650,80,1869,123"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1650,80,1869,123"/>
@ -149,70 +149,72 @@ Include dependency graph for BNO08xReports.hpp:</div>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2082,88,2264,115"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2082,88,2264,115"/>
<area shape="poly" title=" " alt="" coords="1825,30,2071,77,2094,82,2093,87,2070,83,1824,35"/> <area shape="poly" title=" " alt="" coords="1825,30,2071,77,2094,82,2093,87,2070,83,1824,35"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1405,171,1613,197"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1405,171,1613,197"/>
<area shape="poly" title=" " alt="" coords="1830,20,1952,27,2092,39,2213,56,2254,66,2277,78,2285,90,2288,101,2285,113,2277,125,2263,134,2240,142,2171,153,2081,161,1979,166,1628,173,1628,168,1978,161,2081,156,2171,148,2238,136,2260,129,2273,121,2280,111,2282,101,2280,92,2274,82,2252,71,2212,61,2092,44,1952,33,1830,26"/> <area shape="poly" title=" " alt="" coords="1871,23,1991,30,2117,42,2222,57,2257,67,2277,78,2285,90,2288,101,2285,113,2277,125,2263,134,2240,142,2171,153,2081,161,1979,166,1628,173,1628,168,1978,161,2081,156,2171,148,2238,136,2260,129,2273,121,2280,111,2282,101,2280,92,2274,82,2255,72,2221,63,2117,47,1991,36,1871,28"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="1637,171,1901,197"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="1637,171,1901,197"/>
<area shape="poly" title=" " alt="" coords="1830,20,1962,26,2116,37,2250,54,2296,65,2321,78,2329,90,2332,101,2329,113,2321,125,2277,134,2176,146,1916,172,1916,166,2175,140,2276,128,2318,120,2324,111,2326,101,2324,92,2318,82,2294,70,2249,59,2116,43,1962,31,1830,25"/> <area shape="poly" title=" " alt="" coords="1871,21,2002,28,2142,40,2259,56,2299,66,2321,78,2329,90,2332,101,2329,113,2321,125,2277,134,2176,146,1916,172,1916,166,2175,140,2276,128,2318,120,2324,111,2326,101,2324,92,2318,82,2297,71,2258,61,2142,45,2002,34,1871,27"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1925,171,2188,197"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1925,171,2188,197"/>
<area shape="poly" title=" " alt="" coords="1830,19,1967,25,2129,36,2269,53,2317,64,2344,78,2352,90,2354,101,2351,113,2344,124,2322,141,2289,153,2204,171,2203,166,2288,148,2320,136,2340,121,2346,111,2349,101,2347,92,2340,82,2315,69,2268,59,2128,42,1967,31,1830,25"/> <area shape="poly" title=" " alt="" coords="1871,21,2008,28,2155,39,2278,55,2320,66,2344,78,2352,90,2354,101,2351,113,2344,124,2322,141,2289,153,2204,171,2203,166,2288,148,2320,136,2340,121,2346,111,2349,101,2347,92,2340,82,2319,70,2277,60,2155,44,2008,33,1871,26"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2212,171,2400,197"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2212,171,2400,197"/>
<area shape="poly" title=" " alt="" coords="1830,19,1972,25,2141,35,2288,52,2339,64,2366,78,2373,89,2375,100,2369,122,2354,144,2336,162,2332,159,2350,140,2364,120,2370,100,2368,91,2363,82,2337,69,2287,58,2141,41,1972,30,1830,24"/> <area shape="poly" title=" " alt="" coords="1871,20,2014,27,2168,38,2298,54,2342,65,2366,78,2373,89,2375,100,2369,122,2354,144,2336,162,2332,159,2350,140,2364,120,2370,100,2368,91,2363,82,2340,70,2297,59,2168,43,2013,32,1871,26"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2424,171,2634,197"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2424,171,2634,197"/>
<area shape="poly" title=" " alt="" coords="1830,19,1963,25,2124,36,2277,53,2340,64,2387,78,2422,94,2455,115,2507,158,2504,162,2452,119,2419,99,2385,82,2339,69,2276,58,2123,41,1962,31,1830,25"/> <area shape="poly" title=" " alt="" coords="1871,21,2004,28,2152,39,2289,55,2345,65,2387,78,2422,94,2455,115,2507,158,2504,162,2452,119,2419,99,2385,82,2343,71,2288,60,2152,44,2004,33,1871,26"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2658,171,2874,197"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2658,171,2874,197"/>
<area shape="poly" title=" " alt="" coords="1830,18,1947,23,2100,33,2270,50,2441,77,2519,96,2596,119,2721,162,2719,167,2594,124,2518,101,2440,83,2270,55,2099,38,1947,28,1830,24"/> <area shape="poly" title=" " alt="" coords="1871,20,1989,25,2133,35,2287,52,2441,77,2519,96,2596,119,2721,162,2719,167,2594,124,2518,101,2440,83,2287,58,2132,41,1989,30,1871,25"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2897,171,3099,197"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2897,171,3099,197"/>
<area shape="poly" title=" " alt="" coords="1830,19,2137,36,2336,53,2536,77,2648,97,2759,120,2938,164,2937,169,2757,125,2647,102,2535,83,2335,58,2137,41,1830,25"/> <area shape="poly" title=" " alt="" coords="1871,21,2172,38,2354,55,2536,77,2648,97,2759,120,2938,164,2937,169,2757,125,2647,102,2535,83,2353,60,2172,44,1871,26"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3040,88,3225,115"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3040,88,3225,115"/>
<area shape="poly" title=" " alt="" coords="1830,21,2273,42,2880,77,3025,88,3024,94,2879,83,2272,47,1830,26"/> <area shape="poly" title=" " alt="" coords="1871,22,2313,44,2880,77,3025,88,3024,94,2879,83,2312,50,1871,28"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1342,245,1457,272"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1342,245,1457,272"/>
<area shape="poly" title=" " alt="" coords="208,188,1326,251,1326,256,208,193"/> <area shape="poly" title=" " alt="" coords="208,188,1326,251,1326,256,208,193"/>
<area shape="rect" title=" " alt="" coords="209,544,286,571"/> <area shape="rect" title=" " alt="" coords="283,544,359,571"/>
<area shape="poly" title=" " alt="" coords="1341,264,1057,275,661,298,465,316,295,338,225,351,168,365,126,380,101,396,91,415,91,434,100,453,116,472,160,507,208,534,205,539,157,511,112,476,95,456,86,435,86,414,97,393,123,375,166,360,224,345,294,332,465,310,661,293,1057,269,1341,259"/> <area shape="poly" title=" " alt="" coords="1341,264,1051,274,645,297,444,314,269,336,197,349,139,364,96,380,71,397,62,410,57,422,58,434,62,445,80,467,110,487,148,505,189,520,268,542,267,547,188,525,146,509,108,492,77,471,57,448,52,435,52,421,57,407,67,393,93,375,137,359,196,344,269,331,444,309,645,291,1051,268,1341,259"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1225,395,1392,421"/> <area shape="rect" title=" " alt="" coords="1437,320,1514,347"/>
<area shape="poly" title=" " alt="" coords="1394,274,1327,383,1322,380,1389,271"/> <area shape="poly" title=" " alt="" coords="1414,271,1453,307,1450,311,1411,274"/>
<area shape="rect" title=" " alt="" coords="1474,469,1608,496"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1194,395,1362,421"/>
<area shape="poly" title=" " alt="" coords="1410,271,1527,455,1522,457,1405,274"/> <area shape="poly" title=" " alt="" coords="1391,274,1300,384,1296,381,1387,271"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="720,320,889,347"/> <area shape="rect" title=" " alt="" coords="1443,469,1577,496"/>
<area shape="poly" title=" " alt="" coords="1342,270,905,323,905,317,1341,264"/> <area shape="poly" title=" " alt="" coords="1404,272,1413,306,1427,346,1460,406,1494,455,1489,458,1456,409,1422,348,1408,307,1399,273"/>
<area shape="rect" title=" " alt="" coords="1467,320,1521,347"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="640,320,809,347"/>
<area shape="poly" title=" " alt="" coords="1417,270,1467,308,1464,313,1414,275"/> <area shape="poly" title=" " alt="" coords="1342,269,825,324,825,319,1341,264"/>
<area shape="rect" title=" " alt="" coords="1544,320,1620,347"/> <area shape="rect" title=" " alt="" coords="1538,320,1591,347"/>
<area shape="poly" title=" " alt="" coords="1432,270,1537,311,1535,316,1430,275"/> <area shape="poly" title=" " alt="" coords="1429,270,1525,312,1523,317,1427,275"/>
<area shape="rect" title=" " alt="" coords="1338,469,1399,496"/> <area shape="rect" title=" " alt="" coords="1615,320,1690,347"/>
<area shape="poly" title=" " alt="" coords="1321,420,1351,456,1347,459,1317,424"/> <area shape="poly" title=" " alt="" coords="1444,270,1601,315,1599,320,1443,275"/>
<area shape="rect" title=" " alt="" coords="716,469,795,496"/> <area shape="rect" title=" " alt="" coords="1307,469,1369,496"/>
<area shape="poly" title=" " alt="" coords="1225,423,1213,424,1012,444,923,454,810,472,809,466,923,449,1012,439,1212,419,1224,417"/> <area shape="poly" title=" " alt="" coords="1291,420,1320,456,1316,459,1286,424"/>
<area shape="rect" title=" " alt="" coords="326,544,390,571"/> <area shape="rect" title=" " alt="" coords="686,469,764,496"/>
<area shape="poly" title=" " alt="" coords="1345,419,1376,434,1405,452,1420,474,1421,486,1413,498,1397,505,1367,512,1268,523,971,541,643,552,406,558,406,552,643,547,971,535,1267,518,1366,506,1396,500,1410,494,1415,484,1415,475,1401,456,1374,438,1343,424"/> <area shape="poly" title=" " alt="" coords="1194,423,1182,424,982,444,893,454,780,472,779,466,892,449,981,439,1182,419,1193,417"/>
<area shape="rect" title=" " alt="" coords="819,469,879,496"/> <area shape="rect" title=" " alt="" coords="398,544,462,571"/>
<area shape="poly" title=" " alt="" coords="1225,423,1054,446,895,472,894,466,1053,441,1224,417"/> <area shape="poly" title=" " alt="" coords="1314,419,1346,434,1374,452,1390,474,1390,486,1382,498,1368,505,1341,510,1253,521,988,539,478,557,478,552,988,533,1253,516,1340,505,1367,500,1379,494,1385,484,1385,475,1370,456,1343,438,1312,424"/>
<area shape="rect" title=" " alt="" coords="904,469,994,496"/> <area shape="rect" title=" " alt="" coords="788,469,848,496"/>
<area shape="poly" title=" " alt="" coords="1245,425,1010,471,1009,466,1244,419"/> <area shape="poly" title=" " alt="" coords="1194,423,1023,446,864,472,863,466,1022,441,1194,417"/>
<area shape="rect" title=" " alt="" coords="1019,469,1159,496"/> <area shape="rect" title=" " alt="" coords="873,469,963,496"/>
<area shape="poly" title=" " alt="" coords="1271,424,1143,466,1141,461,1270,419"/> <area shape="poly" title=" " alt="" coords="1214,425,979,471,978,466,1213,419"/>
<area shape="rect" title=" " alt="" coords="1184,469,1314,496"/> <area shape="rect" title=" " alt="" coords="988,469,1128,496"/>
<area shape="poly" title=" " alt="" coords="1300,424,1271,459,1266,456,1296,420"/> <area shape="poly" title=" " alt="" coords="1241,424,1112,466,1110,461,1239,419"/>
<area shape="poly" title=" " alt="" coords="1350,419,1487,462,1485,467,1348,424"/> <area shape="rect" title=" " alt="" coords="1153,469,1283,496"/>
<area shape="poly" title=" " alt="" coords="890,344,1210,390,1209,395,889,349"/> <area shape="poly" title=" " alt="" coords="1270,424,1240,459,1236,456,1266,420"/>
<area shape="rect" title=" " alt="" coords="516,395,600,421"/> <area shape="poly" title=" " alt="" coords="1319,419,1456,462,1454,467,1318,424"/>
<area shape="poly" title=" " alt="" coords="762,350,616,393,614,387,761,345"/> <area shape="poly" title=" " alt="" coords="810,343,1179,391,1179,396,810,348"/>
<area shape="rect" title=" " alt="" coords="624,395,711,421"/> <area shape="rect" title=" " alt="" coords="280,395,364,421"/>
<area shape="poly" title=" " alt="" coords="782,350,706,389,704,385,780,345"/> <area shape="poly" title=" " alt="" coords="644,350,380,397,379,391,644,345"/>
<area shape="rect" title=" " alt="" coords="735,395,875,421"/> <area shape="rect" title=" " alt="" coords="388,395,475,421"/>
<area shape="poly" title=" " alt="" coords="807,347,807,379,802,379,802,347"/> <area shape="poly" title=" " alt="" coords="674,350,491,395,490,390,673,345"/>
<area shape="rect" title=" " alt="" coords="900,395,1022,421"/> <area shape="rect" title=" " alt="" coords="499,395,639,421"/>
<area shape="poly" title=" " alt="" coords="833,345,921,385,919,390,831,350"/> <area shape="poly" title=" " alt="" coords="699,350,611,390,609,385,696,345"/>
<area shape="rect" title=" " alt="" coords="1046,395,1201,421"/> <area shape="rect" title=" " alt="" coords="664,395,786,421"/>
<area shape="poly" title=" " alt="" coords="861,345,1053,388,1052,393,860,350"/> <area shape="poly" title=" " alt="" coords="727,347,727,379,722,379,722,347"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="111,395,293,421"/> <area shape="rect" title=" " alt="" coords="1015,395,1170,421"/>
<area shape="poly" title=" " alt="" coords="720,347,308,397,308,391,719,342"/> <area shape="poly" title=" " alt="" coords="790,345,1014,389,1013,394,789,350"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="317,395,492,421"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="810,395,991,421"/>
<area shape="poly" title=" " alt="" coords="735,350,490,394,489,389,734,345"/> <area shape="poly" title=" " alt="" coords="756,345,857,386,855,391,754,350"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="225,469,382,496"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="81,395,256,421"/>
<area shape="poly" title=" " alt="" coords="221,420,275,458,272,462,218,424"/> <area shape="poly" title=" " alt="" coords="640,348,272,396,272,391,639,343"/>
<area shape="poly" title=" " alt="" coords="296,498,268,533,264,530,291,495"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="297,469,454,496"/>
<area shape="poly" title=" " alt="" coords="315,495,341,530,337,533,311,498"/> <area shape="poly" title=" " alt="" coords="810,424,469,471,469,466,809,419"/>
<area shape="poly" title=" " alt="" coords="389,424,335,462,332,458,385,420"/> <area shape="poly" title=" " alt="" coords="368,498,341,533,337,530,364,495"/>
<area shape="poly" title=" " alt="" coords="387,495,413,530,409,533,383,498"/>
<area shape="poly" title=" " alt="" coords="206,419,326,461,324,466,204,424"/>
<area shape="poly" title=" " alt="" coords="185,113,359,154,468,176,580,195,792,220,1002,237,1327,253,1326,258,1002,242,791,225,579,200,467,181,357,159,184,118"/> <area shape="poly" title=" " alt="" coords="185,113,359,154,468,176,580,195,792,220,1002,237,1327,253,1326,258,1002,242,791,225,579,200,467,181,357,159,184,118"/>
<area shape="poly" title=" " alt="" coords="389,113,527,154,615,176,704,195,878,220,1051,237,1326,253,1326,258,1051,242,877,225,703,200,613,181,525,159,387,118"/> <area shape="poly" title=" " alt="" coords="389,113,527,154,615,176,704,195,878,220,1051,237,1326,253,1326,258,1051,242,877,225,703,200,613,181,525,159,387,118"/>
<area shape="poly" title=" " alt="" coords="585,113,672,154,728,177,787,195,935,224,1084,242,1220,251,1326,255,1326,260,1219,257,1084,247,934,229,785,200,726,182,670,159,582,117"/> <area shape="poly" title=" " alt="" coords="585,113,672,154,728,177,787,195,935,224,1084,242,1220,251,1326,255,1326,260,1219,257,1084,247,934,229,785,200,726,182,670,159,582,117"/>
@ -240,29 +242,29 @@ Include dependency graph for BNO08xReports.hpp:</div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_reports_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_reports_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_reports_8hpp__dep__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_reports_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_reports_8hppdep" id="a_b_n_o08x_reports_8hppdep"> <map name="ainclude_2report_2_b_n_o08x_reports_8hppdep" id="ainclude_2report_2_b_n_o08x_reports_8hppdep">
<area shape="rect" title=" " alt="" coords="221,5,361,32"/> <area shape="rect" title=" " alt="" coords="648,5,870,32"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="244,80,339,107"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="689,80,829,107"/>
<area shape="poly" title=" " alt="" coords="294,48,294,80,289,80,289,48"/> <area shape="poly" title=" " alt="" coords="762,48,762,80,756,80,756,48"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="100,155,195,181"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,155,666,181"/>
<area shape="poly" title=" " alt="" coords="254,116,174,156,171,152,251,112"/> <area shape="poly" title=" " alt="" coords="712,115,599,157,598,152,710,110"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,155,364,181"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="690,155,828,181"/>
<area shape="poly" title=" " alt="" coords="294,122,294,154,289,154,289,122"/> <area shape="poly" title=" " alt="" coords="762,122,762,154,756,154,756,122"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,155,546,181"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,155,1041,181"/>
<area shape="poly" title=" " alt="" coords="337,111,437,152,435,156,335,115"/> <area shape="poly" title=" " alt="" coords="807,110,915,152,913,157,805,115"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,229,156,256"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,229,201,256"/>
<area shape="poly" title=" " alt="" coords="385,187,149,231,148,226,384,182"/> <area shape="poly" title=" " alt="" coords="469,187,184,231,183,226,468,182"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="180,229,309,256"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="225,229,379,256"/>
<area shape="poly" title=" " alt="" coords="415,189,284,231,283,226,413,184"/> <area shape="poly" title=" " alt="" coords="505,188,348,231,347,226,503,183"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="333,229,455,256"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="404,229,552,256"/>
<area shape="poly" title=" " alt="" coords="445,194,408,231,405,227,442,191"/> <area shape="poly" title=" " alt="" coords="539,194,494,231,491,227,536,189"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="479,229,605,256"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="575,229,727,256"/>
<area shape="poly" title=" " alt="" coords="493,190,531,227,527,231,489,194"/> <area shape="poly" title=" " alt="" coords="593,189,638,227,634,231,589,194"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="628,229,773,256"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="751,229,922,256"/>
<area shape="poly" title=" " alt="" coords="523,184,660,226,659,231,521,189"/> <area shape="poly" title=" " alt="" coords="627,183,789,226,788,231,626,188"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="796,229,949,256"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="946,229,1124,256"/>
<area shape="poly" title=" " alt="" coords="554,182,802,226,801,231,553,187"/> <area shape="poly" title=" " alt="" coords="662,182,953,226,952,231,662,187"/>
</map> </map>
</div> </div>
</div> </div>
@ -272,7 +274,7 @@ This graph shows which files directly or indirectly include this file:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_reports_8hpp.html">BNO08xReports.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_reports_8hpp.html">BNO08xReports.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,23 +1,23 @@
<map id="BNO08xReports.hpp" name="BNO08xReports.hpp"> <map id="include/report/BNO08xReports.hpp" name="include/report/BNO08xReports.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="221,5,361,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="648,5,870,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="244,80,339,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="689,80,829,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="294,48,294,80,289,80,289,48"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="762,48,762,80,756,80,756,48"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="100,155,195,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,155,666,181"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="254,116,174,156,171,152,251,112"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="712,115,599,157,598,152,710,110"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,155,364,181"/> <area shape="rect" id="Node000010" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="690,155,828,181"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="294,122,294,154,289,154,289,122"/> <area shape="poly" id="edge9_Node000002_Node000010" title=" " alt="" coords="762,122,762,154,756,154,756,122"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,155,546,181"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,155,1041,181"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="337,111,437,152,435,156,335,115"/> <area shape="poly" id="edge10_Node000002_Node000011" title=" " alt="" coords="807,110,915,152,913,157,805,115"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,229,156,256"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,229,201,256"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="385,187,149,231,148,226,384,182"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="469,187,184,231,183,226,468,182"/>
<area shape="rect" id="Node000007" href="$_callback_tests_8cpp.html" title=" " alt="" coords="180,229,309,256"/> <area shape="rect" id="Node000005" href="$_callback_tests_8cpp.html" title=" " alt="" coords="225,229,379,256"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="415,189,284,231,283,226,413,184"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="505,188,348,231,347,226,503,183"/>
<area shape="rect" id="Node000008" href="$_feature_tests_8cpp.html" title=" " alt="" coords="333,229,455,256"/> <area shape="rect" id="Node000006" href="$_feature_tests_8cpp.html" title=" " alt="" coords="404,229,552,256"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="445,194,408,231,405,227,442,191"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="539,194,494,231,491,227,536,189"/>
<area shape="rect" id="Node000009" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="479,229,605,256"/> <area shape="rect" id="Node000007" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="575,229,727,256"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="493,190,531,227,527,231,489,194"/> <area shape="poly" id="edge6_Node000003_Node000007" title=" " alt="" coords="593,189,638,227,634,231,589,194"/>
<area shape="rect" id="Node000010" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="628,229,773,256"/> <area shape="rect" id="Node000008" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="751,229,922,256"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="523,184,660,226,659,231,521,189"/> <area shape="poly" id="edge7_Node000003_Node000008" title=" " alt="" coords="627,183,789,226,788,231,626,188"/>
<area shape="rect" id="Node000011" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="796,229,949,256"/> <area shape="rect" id="Node000009" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="946,229,1124,256"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="554,182,802,226,801,231,553,187"/> <area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="662,182,953,226,952,231,662,187"/>
</map> </map>

View File

@ -1 +1 @@
8a08d88849eb790069942c7780eb83c3 57c8f6a15538b575b61370142f326374

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,116 +1,118 @@
<map id="BNO08xReports.hpp" name="BNO08xReports.hpp"> <map id="include/report/BNO08xReports.hpp" name="include/report/BNO08xReports.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1689,5,1830,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1648,5,1871,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="20,171,208,197"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="20,171,208,197"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1689,22,1301,23,754,29,486,36,256,47,90,62,40,72,16,82,10,91,8,100,16,121,36,144,62,161,59,166,33,148,12,124,3,101,5,89,12,78,38,67,89,57,256,42,486,31,754,24,1301,17,1689,17"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1648,22,1242,23,711,30,457,38,241,48,85,63,38,72,16,82,10,91,8,100,16,121,36,144,62,161,59,166,33,148,12,124,3,101,5,89,12,78,37,67,85,58,240,43,457,32,711,25,1242,18,1648,17"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="26,88,248,115"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="26,88,248,115"/>
<area shape="poly" id="edge29_Node000001_Node000025" title=" " alt="" coords="1689,22,1452,24,1099,32,685,50,471,64,261,83,221,88,220,82,260,77,470,59,684,45,1099,27,1452,19,1689,17"/> <area shape="poly" id="edge30_Node000001_Node000026" title=" " alt="" coords="1648,23,1398,25,1054,33,660,52,459,65,261,83,221,88,220,82,260,77,458,60,660,46,1054,28,1398,20,1648,17"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="272,88,428,115"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="272,88,428,115"/>
<area shape="poly" id="edge31_Node000001_Node000026" title=" " alt="" coords="1689,24,1067,43,705,61,554,71,440,83,415,87,414,82,439,77,553,66,704,55,1067,38,1689,19"/> <area shape="poly" id="edge32_Node000001_Node000027" title=" " alt="" coords="1648,25,1028,45,688,62,547,72,440,83,415,87,414,82,439,77,546,66,687,56,1028,39,1648,20"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="452,88,669,115"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="452,88,669,115"/>
<area shape="poly" id="edge33_Node000001_Node000027" title=" " alt="" coords="1689,24,1262,39,974,56,681,83,644,88,643,82,680,77,974,51,1262,34,1689,19"/> <area shape="poly" id="edge34_Node000001_Node000028" title=" " alt="" coords="1648,25,1223,41,953,58,681,83,644,88,643,82,680,77,952,53,1222,36,1648,20"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="693,88,924,115"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="693,88,924,115"/>
<area shape="poly" id="edge35_Node000001_Node000028" title=" " alt="" coords="1689,26,1366,46,1156,62,944,83,902,88,901,83,943,77,1156,57,1366,40,1689,21"/> <area shape="poly" id="edge36_Node000001_Node000029" title=" " alt="" coords="1648,28,1331,48,1137,64,944,83,902,88,901,83,943,77,1137,58,1330,43,1647,23"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="816,171,978,197"/> <area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="816,171,978,197"/>
<area shape="poly" id="edge37_Node000001_Node000029" title=" " alt="" coords="1689,23,1534,27,1341,36,1156,53,1080,66,1024,82,993,98,965,119,919,161,916,157,961,115,991,94,1022,78,1079,61,1155,48,1341,30,1534,21,1689,18"/> <area shape="poly" id="edge38_Node000001_Node000030" title=" " alt="" coords="1648,24,1491,28,1311,38,1143,55,1075,67,1024,82,993,98,965,119,919,161,916,157,961,115,991,94,1022,78,1074,62,1142,50,1310,32,1491,23,1648,18"/>
<area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1002,171,1178,197"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="1002,171,1178,197"/>
<area shape="poly" id="edge39_Node000001_Node000030" title=" " alt="" coords="1689,23,1520,27,1315,36,1218,44,1134,54,1072,67,1052,74,1040,82,1035,90,1033,99,1037,119,1050,140,1066,158,1062,162,1045,143,1032,121,1027,99,1030,88,1036,78,1049,69,1071,61,1133,48,1217,38,1315,31,1520,21,1689,18"/> <area shape="poly" id="edge40_Node000001_Node000031" title=" " alt="" coords="1648,24,1477,28,1286,38,1124,55,1069,68,1040,82,1035,90,1033,99,1037,119,1050,140,1066,158,1062,162,1045,143,1032,121,1027,99,1030,88,1036,78,1067,62,1123,50,1286,33,1477,23,1647,18"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1050,88,1183,115"/> <area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1050,88,1183,115"/>
<area shape="poly" id="edge41_Node000001_Node000031" title=" " alt="" coords="1689,27,1468,46,1332,62,1196,83,1177,86,1176,81,1195,77,1331,56,1467,40,1688,22"/> <area shape="poly" id="edge42_Node000001_Node000032" title=" " alt="" coords="1648,30,1438,49,1316,64,1196,83,1177,86,1176,81,1195,77,1315,58,1437,44,1648,24"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1207,88,1376,115"/> <area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="1207,88,1376,115"/>
<area shape="poly" id="edge44_Node000001_Node000033" title=" " alt="" coords="1689,33,1388,83,1365,87,1364,82,1387,77,1688,28"/> <area shape="poly" id="edge45_Node000001_Node000034" title=" " alt="" coords="1674,35,1388,83,1365,87,1364,82,1387,77,1673,30"/>
<area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1400,88,1626,115"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1400,88,1626,115"/>
<area shape="poly" id="edge46_Node000001_Node000034" title=" " alt="" coords="1722,35,1567,85,1565,80,1720,30"/> <area shape="poly" id="edge47_Node000001_Node000035" title=" " alt="" coords="1722,35,1567,85,1565,80,1720,30"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1650,80,1869,123"/> <area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1650,80,1869,123"/>
<area shape="poly" id="edge48_Node000001_Node000035" title=" " alt="" coords="1762,33,1762,65,1757,65,1757,33"/> <area shape="poly" id="edge49_Node000001_Node000036" title=" " alt="" coords="1762,33,1762,65,1757,65,1757,33"/>
<area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1893,88,2058,115"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1893,88,2058,115"/>
<area shape="poly" id="edge50_Node000001_Node000036" title=" " alt="" coords="1794,30,1928,80,1926,85,1792,35"/> <area shape="poly" id="edge51_Node000001_Node000037" title=" " alt="" coords="1794,30,1928,80,1926,85,1792,35"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2082,88,2264,115"/> <area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="2082,88,2264,115"/>
<area shape="poly" id="edge52_Node000001_Node000037" title=" " alt="" coords="1825,30,2071,77,2094,82,2093,87,2070,83,1824,35"/> <area shape="poly" id="edge53_Node000001_Node000038" title=" " alt="" coords="1825,30,2071,77,2094,82,2093,87,2070,83,1824,35"/>
<area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1405,171,1613,197"/> <area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1405,171,1613,197"/>
<area shape="poly" id="edge54_Node000001_Node000038" title=" " alt="" coords="1830,20,1952,27,2092,39,2213,56,2254,66,2277,78,2285,90,2288,101,2285,113,2277,125,2263,134,2240,142,2171,153,2081,161,1979,166,1628,173,1628,168,1978,161,2081,156,2171,148,2238,136,2260,129,2273,121,2280,111,2282,101,2280,92,2274,82,2252,71,2212,61,2092,44,1952,33,1830,26"/> <area shape="poly" id="edge55_Node000001_Node000039" title=" " alt="" coords="1871,23,1991,30,2117,42,2222,57,2257,67,2277,78,2285,90,2288,101,2285,113,2277,125,2263,134,2240,142,2171,153,2081,161,1979,166,1628,173,1628,168,1978,161,2081,156,2171,148,2238,136,2260,129,2273,121,2280,111,2282,101,2280,92,2274,82,2255,72,2221,63,2117,47,1991,36,1871,28"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="1637,171,1901,197"/> <area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="1637,171,1901,197"/>
<area shape="poly" id="edge56_Node000001_Node000039" title=" " alt="" coords="1830,20,1962,26,2116,37,2250,54,2296,65,2321,78,2329,90,2332,101,2329,113,2321,125,2277,134,2176,146,1916,172,1916,166,2175,140,2276,128,2318,120,2324,111,2326,101,2324,92,2318,82,2294,70,2249,59,2116,43,1962,31,1830,25"/> <area shape="poly" id="edge57_Node000001_Node000040" title=" " alt="" coords="1871,21,2002,28,2142,40,2259,56,2299,66,2321,78,2329,90,2332,101,2329,113,2321,125,2277,134,2176,146,1916,172,1916,166,2175,140,2276,128,2318,120,2324,111,2326,101,2324,92,2318,82,2297,71,2258,61,2142,45,2002,34,1871,27"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1925,171,2188,197"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1925,171,2188,197"/>
<area shape="poly" id="edge58_Node000001_Node000040" title=" " alt="" coords="1830,19,1967,25,2129,36,2269,53,2317,64,2344,78,2352,90,2354,101,2351,113,2344,124,2322,141,2289,153,2204,171,2203,166,2288,148,2320,136,2340,121,2346,111,2349,101,2347,92,2340,82,2315,69,2268,59,2128,42,1967,31,1830,25"/> <area shape="poly" id="edge59_Node000001_Node000041" title=" " alt="" coords="1871,21,2008,28,2155,39,2278,55,2320,66,2344,78,2352,90,2354,101,2351,113,2344,124,2322,141,2289,153,2204,171,2203,166,2288,148,2320,136,2340,121,2346,111,2349,101,2347,92,2340,82,2319,70,2277,60,2155,44,2008,33,1871,26"/>
<area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2212,171,2400,197"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2212,171,2400,197"/>
<area shape="poly" id="edge60_Node000001_Node000041" title=" " alt="" coords="1830,19,1972,25,2141,35,2288,52,2339,64,2366,78,2373,89,2375,100,2369,122,2354,144,2336,162,2332,159,2350,140,2364,120,2370,100,2368,91,2363,82,2337,69,2287,58,2141,41,1972,30,1830,24"/> <area shape="poly" id="edge61_Node000001_Node000042" title=" " alt="" coords="1871,20,2014,27,2168,38,2298,54,2342,65,2366,78,2373,89,2375,100,2369,122,2354,144,2336,162,2332,159,2350,140,2364,120,2370,100,2368,91,2363,82,2340,70,2297,59,2168,43,2013,32,1871,26"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2424,171,2634,197"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2424,171,2634,197"/>
<area shape="poly" id="edge62_Node000001_Node000042" title=" " alt="" coords="1830,19,1963,25,2124,36,2277,53,2340,64,2387,78,2422,94,2455,115,2507,158,2504,162,2452,119,2419,99,2385,82,2339,69,2276,58,2123,41,1962,31,1830,25"/> <area shape="poly" id="edge63_Node000001_Node000043" title=" " alt="" coords="1871,21,2004,28,2152,39,2289,55,2345,65,2387,78,2422,94,2455,115,2507,158,2504,162,2452,119,2419,99,2385,82,2343,71,2288,60,2152,44,2004,33,1871,26"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2658,171,2874,197"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2658,171,2874,197"/>
<area shape="poly" id="edge64_Node000001_Node000043" title=" " alt="" coords="1830,18,1947,23,2100,33,2270,50,2441,77,2519,96,2596,119,2721,162,2719,167,2594,124,2518,101,2440,83,2270,55,2099,38,1947,28,1830,24"/> <area shape="poly" id="edge65_Node000001_Node000044" title=" " alt="" coords="1871,20,1989,25,2133,35,2287,52,2441,77,2519,96,2596,119,2721,162,2719,167,2594,124,2518,101,2440,83,2287,58,2132,41,1989,30,1871,25"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2897,171,3099,197"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2897,171,3099,197"/>
<area shape="poly" id="edge66_Node000001_Node000044" title=" " alt="" coords="1830,19,2137,36,2336,53,2536,77,2648,97,2759,120,2938,164,2937,169,2757,125,2647,102,2535,83,2335,58,2137,41,1830,25"/> <area shape="poly" id="edge67_Node000001_Node000045" title=" " alt="" coords="1871,21,2172,38,2354,55,2536,77,2648,97,2759,120,2938,164,2937,169,2757,125,2647,102,2535,83,2353,60,2172,44,1871,26"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3040,88,3225,115"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3040,88,3225,115"/>
<area shape="poly" id="edge68_Node000001_Node000045" title=" " alt="" coords="1830,21,2273,42,2880,77,3025,88,3024,94,2879,83,2272,47,1830,26"/> <area shape="poly" id="edge69_Node000001_Node000046" title=" " alt="" coords="1871,22,2313,44,2880,77,3025,88,3024,94,2879,83,2312,50,1871,28"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1342,245,1457,272"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1342,245,1457,272"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="208,188,1326,251,1326,256,208,193"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="208,188,1326,251,1326,256,208,193"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="209,544,286,571"/> <area shape="rect" id="Node000004" title=" " alt="" coords="283,544,359,571"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1341,264,1057,275,661,298,465,316,295,338,225,351,168,365,126,380,101,396,91,415,91,434,100,453,116,472,160,507,208,534,205,539,157,511,112,476,95,456,86,435,86,414,97,393,123,375,166,360,224,345,294,332,465,310,661,293,1057,269,1341,259"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1341,264,1051,274,645,297,444,314,269,336,197,349,139,364,96,380,71,397,62,410,57,422,58,434,62,445,80,467,110,487,148,505,189,520,268,542,267,547,188,525,146,509,108,492,77,471,57,448,52,435,52,421,57,407,67,393,93,375,137,359,196,344,269,331,444,309,645,291,1051,268,1341,259"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1225,395,1392,421"/> <area shape="rect" id="Node000005" title=" " alt="" coords="1437,320,1514,347"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1394,274,1327,383,1322,380,1389,271"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1414,271,1453,307,1450,311,1411,274"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1474,469,1608,496"/> <area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1194,395,1362,421"/>
<area shape="poly" id="edge27_Node000003_Node000013" title=" " alt="" coords="1410,271,1527,455,1522,457,1405,274"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="1391,274,1300,384,1296,381,1387,271"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="720,320,889,347"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1443,469,1577,496"/>
<area shape="poly" id="edge13_Node000003_Node000014" title=" " alt="" coords="1342,270,905,323,905,317,1341,264"/> <area shape="poly" id="edge28_Node000003_Node000014" title=" " alt="" coords="1404,272,1413,306,1427,346,1460,406,1494,455,1489,458,1456,409,1422,348,1408,307,1399,273"/>
<area shape="rect" id="Node000023" title=" " alt="" coords="1467,320,1521,347"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="640,320,809,347"/>
<area shape="poly" id="edge26_Node000003_Node000023" title=" " alt="" coords="1417,270,1467,308,1464,313,1414,275"/> <area shape="poly" id="edge14_Node000003_Node000015" title=" " alt="" coords="1342,269,825,324,825,319,1341,264"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1544,320,1620,347"/> <area shape="rect" id="Node000024" title=" " alt="" coords="1538,320,1591,347"/>
<area shape="poly" id="edge28_Node000003_Node000024" title=" " alt="" coords="1432,270,1537,311,1535,316,1430,275"/> <area shape="poly" id="edge27_Node000003_Node000024" title=" " alt="" coords="1429,270,1525,312,1523,317,1427,275"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="1338,469,1399,496"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1615,320,1690,347"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="1321,420,1351,456,1347,459,1317,424"/> <area shape="poly" id="edge29_Node000003_Node000025" title=" " alt="" coords="1444,270,1601,315,1599,320,1443,275"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="716,469,795,496"/> <area shape="rect" id="Node000007" title=" " alt="" coords="1307,469,1369,496"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="1225,423,1213,424,1012,444,923,454,810,472,809,466,923,449,1012,439,1212,419,1224,417"/> <area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1291,420,1320,456,1316,459,1286,424"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="326,544,390,571"/> <area shape="rect" id="Node000008" title=" " alt="" coords="686,469,764,496"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="1345,419,1376,434,1405,452,1420,474,1421,486,1413,498,1397,505,1367,512,1268,523,971,541,643,552,406,558,406,552,643,547,971,535,1267,518,1366,506,1396,500,1410,494,1415,484,1415,475,1401,456,1374,438,1343,424"/> <area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1194,423,1182,424,982,444,893,454,780,472,779,466,892,449,981,439,1182,419,1193,417"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="819,469,879,496"/> <area shape="rect" id="Node000009" title=" " alt="" coords="398,544,462,571"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="1225,423,1054,446,895,472,894,466,1053,441,1224,417"/> <area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1314,419,1346,434,1374,452,1390,474,1390,486,1382,498,1368,505,1341,510,1253,521,988,539,478,557,478,552,988,533,1253,516,1340,505,1367,500,1379,494,1385,484,1385,475,1370,456,1343,438,1312,424"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="904,469,994,496"/> <area shape="rect" id="Node000010" title=" " alt="" coords="788,469,848,496"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="1245,425,1010,471,1009,466,1244,419"/> <area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1194,423,1023,446,864,472,863,466,1022,441,1194,417"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="1019,469,1159,496"/> <area shape="rect" id="Node000011" title=" " alt="" coords="873,469,963,496"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="1271,424,1143,466,1141,461,1270,419"/> <area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1214,425,979,471,978,466,1213,419"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="1184,469,1314,496"/> <area shape="rect" id="Node000012" title=" " alt="" coords="988,469,1128,496"/>
<area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="1300,424,1271,459,1266,456,1296,420"/> <area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1241,424,1112,466,1110,461,1239,419"/>
<area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="1350,419,1487,462,1485,467,1348,424"/> <area shape="rect" id="Node000013" title=" " alt="" coords="1153,469,1283,496"/>
<area shape="poly" id="edge19_Node000014_Node000005" title=" " alt="" coords="890,344,1210,390,1209,395,889,349"/> <area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1270,424,1240,459,1236,456,1266,420"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="516,395,600,421"/> <area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1319,419,1456,462,1454,467,1318,424"/>
<area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="762,350,616,393,614,387,761,345"/> <area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="810,343,1179,391,1179,396,810,348"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="624,395,711,421"/> <area shape="rect" id="Node000016" title=" " alt="" coords="280,395,364,421"/>
<area shape="poly" id="edge15_Node000014_Node000016" title=" " alt="" coords="782,350,706,389,704,385,780,345"/> <area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="644,350,380,397,379,391,644,345"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="735,395,875,421"/> <area shape="rect" id="Node000017" title=" " alt="" coords="388,395,475,421"/>
<area shape="poly" id="edge16_Node000014_Node000017" title=" " alt="" coords="807,347,807,379,802,379,802,347"/> <area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="674,350,491,395,490,390,673,345"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="900,395,1022,421"/> <area shape="rect" id="Node000018" title=" " alt="" coords="499,395,639,421"/>
<area shape="poly" id="edge17_Node000014_Node000018" title=" " alt="" coords="833,345,921,385,919,390,831,350"/> <area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="699,350,611,390,609,385,696,345"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="1046,395,1201,421"/> <area shape="rect" id="Node000019" title=" " alt="" coords="664,395,786,421"/>
<area shape="poly" id="edge18_Node000014_Node000019" title=" " alt="" coords="861,345,1053,388,1052,393,860,350"/> <area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="727,347,727,379,722,379,722,347"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="111,395,293,421"/> <area shape="rect" id="Node000020" title=" " alt="" coords="1015,395,1170,421"/>
<area shape="poly" id="edge20_Node000014_Node000020" title=" " alt="" coords="720,347,308,397,308,391,719,342"/> <area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="790,345,1014,389,1013,394,789,350"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="317,395,492,421"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="810,395,991,421"/>
<area shape="poly" id="edge24_Node000014_Node000022" title=" " alt="" coords="735,350,490,394,489,389,734,345"/> <area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="756,345,857,386,855,391,754,350"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="225,469,382,496"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="81,395,256,421"/>
<area shape="poly" id="edge21_Node000020_Node000021" title=" " alt="" coords="221,420,275,458,272,462,218,424"/> <area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="640,348,272,396,272,391,639,343"/>
<area shape="poly" id="edge23_Node000021_Node000004" title=" " alt="" coords="296,498,268,533,264,530,291,495"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="297,469,454,496"/>
<area shape="poly" id="edge22_Node000021_Node000008" title=" " alt="" coords="315,495,341,530,337,533,311,498"/> <area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="810,424,469,471,469,466,809,419"/>
<area shape="poly" id="edge25_Node000022_Node000021" title=" " alt="" coords="389,424,335,462,332,458,385,420"/> <area shape="poly" id="edge24_Node000022_Node000004" title=" " alt="" coords="368,498,341,533,337,530,364,495"/>
<area shape="poly" id="edge30_Node000025_Node000003" title=" " alt="" coords="185,113,359,154,468,176,580,195,792,220,1002,237,1327,253,1326,258,1002,242,791,225,579,200,467,181,357,159,184,118"/> <area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="387,495,413,530,409,533,383,498"/>
<area shape="poly" id="edge32_Node000026_Node000003" title=" " alt="" coords="389,113,527,154,615,176,704,195,878,220,1051,237,1326,253,1326,258,1051,242,877,225,703,200,613,181,525,159,387,118"/> <area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="206,419,326,461,324,466,204,424"/>
<area shape="poly" id="edge34_Node000027_Node000003" title=" " alt="" coords="585,113,672,154,728,177,787,195,935,224,1084,242,1220,251,1326,255,1326,260,1219,257,1084,247,934,229,785,200,726,182,670,159,582,117"/> <area shape="poly" id="edge31_Node000026_Node000003" title=" " alt="" coords="185,113,359,154,468,176,580,195,792,220,1002,237,1327,253,1326,258,1002,242,791,225,579,200,467,181,357,159,184,118"/>
<area shape="poly" id="edge36_Node000028_Node000003" title=" " alt="" coords="806,116,795,155,796,177,805,195,830,208,879,219,1021,236,1185,247,1326,253,1326,258,1185,252,1021,241,878,224,829,213,801,199,791,178,790,155,801,114"/> <area shape="poly" id="edge33_Node000027_Node000003" title=" " alt="" coords="389,113,527,154,615,176,704,195,878,220,1051,237,1326,253,1326,258,1051,242,877,225,703,200,613,181,525,159,387,118"/>
<area shape="poly" id="edge38_Node000029_Node000003" title=" " alt="" coords="978,194,1327,244,1326,250,978,200"/> <area shape="poly" id="edge35_Node000028_Node000003" title=" " alt="" coords="585,113,672,154,728,177,787,195,935,224,1084,242,1220,251,1326,255,1326,260,1219,257,1084,247,934,229,785,200,726,182,670,159,582,117"/>
<area shape="poly" id="edge40_Node000030_Node000003" title=" " alt="" coords="1145,195,1331,239,1330,244,1144,201"/> <area shape="poly" id="edge37_Node000029_Node000003" title=" " alt="" coords="806,116,795,155,796,177,805,195,830,208,879,219,1021,236,1185,247,1326,253,1326,258,1185,252,1021,241,878,224,829,213,801,199,791,178,790,155,801,114"/>
<area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1202,171,1381,197"/> <area shape="poly" id="edge39_Node000030_Node000003" title=" " alt="" coords="978,194,1327,244,1326,250,978,200"/>
<area shape="poly" id="edge42_Node000031_Node000032" title=" " alt="" coords="1145,113,1252,162,1249,166,1143,118"/> <area shape="poly" id="edge41_Node000031_Node000003" title=" " alt="" coords="1145,195,1331,239,1330,244,1144,201"/>
<area shape="poly" id="edge43_Node000032_Node000003" title=" " alt="" coords="1312,196,1369,234,1366,238,1309,200"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1202,171,1381,197"/>
<area shape="poly" id="edge45_Node000033_Node000032" title=" " alt="" coords="1294,115,1294,155,1289,155,1289,115"/> <area shape="poly" id="edge43_Node000032_Node000033" title=" " alt="" coords="1145,113,1252,162,1249,166,1143,118"/>
<area shape="poly" id="edge47_Node000034_Node000032" title=" " alt="" coords="1479,118,1341,168,1339,163,1477,113"/> <area shape="poly" id="edge44_Node000033_Node000003" title=" " alt="" coords="1312,196,1369,234,1366,238,1309,200"/>
<area shape="poly" id="edge49_Node000035_Node000032" title=" " alt="" coords="1650,124,1381,170,1380,165,1649,119"/> <area shape="poly" id="edge46_Node000034_Node000033" title=" " alt="" coords="1294,115,1294,155,1289,155,1289,115"/>
<area shape="poly" id="edge51_Node000036_Node000032" title=" " alt="" coords="1921,118,1881,125,1747,143,1641,153,1396,173,1396,168,1640,147,1746,138,1880,120,1920,113"/> <area shape="poly" id="edge48_Node000035_Node000033" title=" " alt="" coords="1479,118,1341,168,1339,163,1477,113"/>
<area shape="poly" id="edge53_Node000037_Node000032" title=" " alt="" coords="2115,118,2070,125,1883,145,1735,153,1586,159,1396,173,1396,168,1586,154,1735,148,1882,140,2070,120,2114,113"/> <area shape="poly" id="edge50_Node000036_Node000033" title=" " alt="" coords="1650,124,1381,170,1380,165,1649,119"/>
<area shape="poly" id="edge55_Node000038_Node000003" title=" " alt="" coords="1491,200,1432,239,1429,234,1488,196"/> <area shape="poly" id="edge52_Node000037_Node000033" title=" " alt="" coords="1921,118,1881,125,1747,143,1641,153,1396,173,1396,168,1640,147,1746,138,1880,120,1920,113"/>
<area shape="poly" id="edge57_Node000039_Node000003" title=" " alt="" coords="1704,201,1473,246,1472,241,1703,195"/> <area shape="poly" id="edge54_Node000038_Node000033" title=" " alt="" coords="2115,118,2070,125,1883,145,1735,153,1586,159,1396,173,1396,168,1586,154,1735,148,1882,140,2070,120,2114,113"/>
<area shape="poly" id="edge59_Node000040_Node000003" title=" " alt="" coords="1941,201,1473,252,1472,247,1941,195"/> <area shape="poly" id="edge56_Node000039_Node000003" title=" " alt="" coords="1491,200,1432,239,1429,234,1488,196"/>
<area shape="poly" id="edge61_Node000041_Node000003" title=" " alt="" coords="2212,199,2201,200,1789,234,1473,255,1472,250,1789,229,2200,195,2212,194"/> <area shape="poly" id="edge58_Node000040_Node000003" title=" " alt="" coords="1704,201,1473,246,1472,241,1703,195"/>
<area shape="poly" id="edge63_Node000042_Node000003" title=" " alt="" coords="2423,199,2412,200,1873,236,1473,257,1472,251,1873,231,2411,195,2423,194"/> <area shape="poly" id="edge60_Node000041_Node000003" title=" " alt="" coords="1941,201,1473,252,1472,247,1941,195"/>
<area shape="poly" id="edge65_Node000043_Node000003" title=" " alt="" coords="2658,199,2646,200,2302,222,1964,239,1472,258,1472,252,1964,234,2301,217,2646,195,2658,194"/> <area shape="poly" id="edge62_Node000042_Node000003" title=" " alt="" coords="2212,199,2201,200,1789,234,1473,255,1472,250,1789,229,2200,195,2212,194"/>
<area shape="poly" id="edge67_Node000044_Node000003" title=" " alt="" coords="2897,199,2886,200,2467,225,2057,243,1472,259,1472,253,2057,238,2467,220,2886,195,2896,194"/> <area shape="poly" id="edge64_Node000043_Node000003" title=" " alt="" coords="2423,199,2412,200,1873,236,1473,257,1472,251,1873,231,2411,195,2423,194"/>
<area shape="poly" id="edge69_Node000045_Node000003" title=" " alt="" coords="3137,115,3135,157,3128,180,3113,199,3087,209,3036,218,2873,232,2649,242,2387,250,1854,258,1472,260,1472,255,1854,252,2387,244,2648,237,2873,226,3035,212,3085,204,3110,195,3123,178,3130,156,3131,115"/> <area shape="poly" id="edge66_Node000044_Node000003" title=" " alt="" coords="2658,199,2646,200,2302,222,1964,239,1472,258,1472,252,1964,234,2301,217,2646,195,2658,194"/>
<area shape="poly" id="edge68_Node000045_Node000003" title=" " alt="" coords="2897,199,2886,200,2467,225,2057,243,1472,259,1472,253,2057,238,2467,220,2886,195,2896,194"/>
<area shape="poly" id="edge70_Node000046_Node000003" title=" " alt="" coords="3137,115,3135,157,3128,180,3113,199,3087,209,3036,218,2873,232,2649,242,2387,250,1854,258,1472,260,1472,255,1854,252,2387,244,2648,237,2873,226,3035,212,3085,204,3110,195,3123,178,3130,156,3131,115"/>
</map> </map>

View File

@ -1 +1 @@
89c0bfaf6155949fcdb46e494f552a2d 965ade0226b9596d54530df8c2376d62

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xReports.hpp Source File</title> <title>esp32_BNO08x: include/report/BNO08xReports.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -149,7 +149,7 @@ $(function(){initNavTree('_b_n_o08x_reports_8hpp_source.html',''); initResizable
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_reports_8hpp.html">BNO08xReports.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_reports_8hpp.html">BNO08xReports.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRpt.cpp File Reference</title> <title>esp32_BNO08x: source/BNO08xRpt.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -99,58 +99,60 @@ $(function(){initNavTree('_b_n_o08x_rpt_8cpp.html',''); initResizable(); });
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRpt.cpp:</div> Include dependency graph for BNO08xRpt.cpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_8cpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_8cpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_8cpp__incl.png" border="0" usemap="#asource_2_b_n_o08x_rpt_8cpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_8cpp" id="a_b_n_o08x_rpt_8cpp"> <map name="asource_2_b_n_o08x_rpt_8cpp" id="asource_2_b_n_o08x_rpt_8cpp">
<area shape="rect" title=" " alt="" coords="1260,5,1376,32"/> <area shape="rect" title=" " alt="" coords="1271,5,1430,32"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,80,1376,107"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,80,1408,107"/>
<area shape="poly" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" title=" " alt="" coords="1353,33,1353,64,1348,64,1348,33"/>
<area shape="rect" title=" " alt="" coords="128,379,204,405"/> <area shape="rect" title=" " alt="" coords="204,379,281,405"/>
<area shape="poly" title=" " alt="" coords="1260,99,976,109,580,133,384,150,214,172,143,185,86,199,44,215,20,231,10,250,10,269,19,288,34,307,79,341,126,369,124,374,76,346,31,310,14,291,5,270,4,248,16,228,42,210,85,194,142,180,213,167,383,145,579,127,975,104,1260,94"/> <area shape="poly" title=" " alt="" coords="1293,99,1002,108,596,131,395,149,220,171,148,184,90,199,47,214,22,231,9,254,12,276,28,297,53,316,120,350,190,374,188,379,118,355,50,321,24,301,7,278,4,253,18,228,44,210,88,193,147,179,220,166,395,143,596,126,1002,103,1292,93"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,229,1311,256"/> <area shape="rect" title=" " alt="" coords="1388,155,1465,181"/>
<area shape="poly" title=" " alt="" coords="1313,109,1245,217,1241,215,1308,106"/> <area shape="poly" title=" " alt="" coords="1366,105,1404,142,1401,146,1362,109"/>
<area shape="rect" title=" " alt="" coords="1392,304,1527,331"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,229,1313,256"/>
<area shape="poly" title=" " alt="" coords="1328,106,1445,289,1441,292,1324,109"/> <area shape="poly" title=" " alt="" coords="1342,109,1251,219,1247,216,1338,105"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,155,808,181"/> <area shape="rect" title=" " alt="" coords="1394,304,1528,331"/>
<area shape="poly" title=" " alt="" coords="1260,104,824,157,823,152,1260,99"/> <area shape="poly" title=" " alt="" coords="1355,106,1364,140,1378,180,1411,240,1445,290,1440,293,1407,243,1373,182,1359,142,1350,107"/>
<area shape="rect" title=" " alt="" coords="1386,155,1439,181"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,155,760,181"/>
<area shape="poly" title=" " alt="" coords="1336,105,1386,143,1383,147,1333,109"/> <area shape="poly" title=" " alt="" coords="1293,104,777,159,776,153,1292,98"/>
<area shape="rect" title=" " alt="" coords="1463,155,1538,181"/> <area shape="rect" title=" " alt="" coords="1489,155,1542,181"/>
<area shape="poly" title=" " alt="" coords="1351,105,1455,146,1453,151,1349,110"/> <area shape="poly" title=" " alt="" coords="1380,105,1476,147,1474,151,1378,110"/>
<area shape="rect" title=" " alt="" coords="1257,304,1318,331"/> <area shape="rect" title=" " alt="" coords="1566,155,1641,181"/>
<area shape="poly" title=" " alt="" coords="1240,255,1270,290,1265,294,1236,258"/> <area shape="poly" title=" " alt="" coords="1395,105,1552,149,1551,154,1394,110"/>
<area shape="rect" title=" " alt="" coords="635,304,713,331"/> <area shape="rect" title=" " alt="" coords="1258,304,1320,331"/>
<area shape="poly" title=" " alt="" coords="1143,257,1132,259,931,279,842,289,729,306,728,301,841,283,930,274,1131,253,1143,252"/> <area shape="poly" title=" " alt="" coords="1242,255,1271,290,1267,294,1238,258"/>
<area shape="rect" title=" " alt="" coords="245,379,309,405"/> <area shape="rect" title=" " alt="" coords="637,304,715,331"/>
<area shape="poly" title=" " alt="" coords="1264,254,1295,268,1323,287,1339,308,1339,321,1332,333,1316,340,1285,346,1187,358,890,375,561,387,324,392,324,387,561,381,889,370,1186,352,1285,341,1314,335,1328,329,1334,319,1334,310,1320,291,1292,273,1261,259"/> <area shape="poly" title=" " alt="" coords="1145,257,1133,259,933,279,844,289,731,306,730,301,843,283,932,274,1133,253,1145,252"/>
<area shape="rect" title=" " alt="" coords="737,304,798,331"/> <area shape="rect" title=" " alt="" coords="320,379,384,405"/>
<area shape="poly" title=" " alt="" coords="1144,257,972,281,813,306,812,301,971,275,1143,252"/> <area shape="poly" title=" " alt="" coords="1265,254,1297,268,1325,287,1341,308,1341,320,1334,333,1319,339,1291,345,1200,356,925,374,621,386,399,392,399,387,621,381,925,369,1199,351,1290,340,1317,334,1330,329,1336,319,1336,310,1321,291,1294,273,1263,259"/>
<area shape="rect" title=" " alt="" coords="822,304,913,331"/> <area shape="rect" title=" " alt="" coords="739,304,799,331"/>
<area shape="poly" title=" " alt="" coords="1163,259,928,306,927,301,1162,254"/> <area shape="poly" title=" " alt="" coords="1145,257,974,281,815,306,814,301,973,275,1145,252"/>
<area shape="rect" title=" " alt="" coords="937,304,1078,331"/> <area shape="rect" title=" " alt="" coords="824,304,914,331"/>
<area shape="poly" title=" " alt="" coords="1190,259,1061,301,1060,296,1188,254"/> <area shape="poly" title=" " alt="" coords="1165,259,930,306,929,301,1164,254"/>
<area shape="rect" title=" " alt="" coords="1102,304,1233,331"/> <area shape="rect" title=" " alt="" coords="939,304,1079,331"/>
<area shape="poly" title=" " alt="" coords="1219,258,1189,294,1185,290,1215,255"/> <area shape="poly" title=" " alt="" coords="1192,259,1063,301,1061,296,1190,254"/>
<area shape="poly" title=" " alt="" coords="1269,254,1405,296,1404,302,1267,259"/> <area shape="rect" title=" " alt="" coords="1104,304,1234,331"/>
<area shape="poly" title=" " alt="" coords="809,179,1129,225,1128,230,808,184"/> <area shape="poly" title=" " alt="" coords="1221,258,1191,294,1187,290,1217,255"/>
<area shape="rect" title=" " alt="" coords="435,229,519,256"/> <area shape="poly" title=" " alt="" coords="1270,254,1407,296,1405,302,1269,259"/>
<area shape="poly" title=" " alt="" coords="681,184,534,227,533,222,680,179"/> <area shape="poly" title=" " alt="" coords="761,178,1130,226,1130,231,761,183"/>
<area shape="rect" title=" " alt="" coords="542,229,630,256"/> <area shape="rect" title=" " alt="" coords="231,229,315,256"/>
<area shape="poly" title=" " alt="" coords="701,184,625,224,622,219,698,180"/> <area shape="poly" title=" " alt="" coords="596,185,331,231,330,226,595,179"/>
<area shape="rect" title=" " alt="" coords="653,229,794,256"/> <area shape="rect" title=" " alt="" coords="339,229,426,256"/>
<area shape="poly" title=" " alt="" coords="726,182,726,214,721,214,721,182"/> <area shape="poly" title=" " alt="" coords="625,185,442,229,441,224,624,179"/>
<area shape="rect" title=" " alt="" coords="818,229,941,256"/> <area shape="rect" title=" " alt="" coords="450,229,590,256"/>
<area shape="poly" title=" " alt="" coords="752,179,839,220,837,225,749,184"/> <area shape="poly" title=" " alt="" coords="650,184,562,225,560,220,647,179"/>
<area shape="rect" title=" " alt="" coords="964,229,1120,256"/> <area shape="rect" title=" " alt="" coords="615,229,737,256"/>
<area shape="poly" title=" " alt="" coords="780,179,972,223,971,228,779,185"/> <area shape="poly" title=" " alt="" coords="678,182,678,214,673,214,673,182"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,229,211,256"/> <area shape="rect" title=" " alt="" coords="966,229,1121,256"/>
<area shape="poly" title=" " alt="" coords="639,182,227,231,226,226,638,177"/> <area shape="poly" title=" " alt="" coords="741,179,965,223,964,228,740,185"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,229,411,256"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,229,942,256"/>
<area shape="poly" title=" " alt="" coords="654,185,409,229,408,223,653,179"/> <area shape="poly" title=" " alt="" coords="707,179,808,220,806,225,705,184"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,304,300,331"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,229,207,256"/>
<area shape="poly" title=" " alt="" coords="140,254,193,292,190,297,137,259"/> <area shape="poly" title=" " alt="" coords="591,183,224,231,223,225,590,178"/>
<area shape="poly" title=" " alt="" coords="214,333,187,368,183,365,210,330"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,304,375,331"/>
<area shape="poly" title=" " alt="" coords="234,330,260,364,256,368,229,333"/> <area shape="poly" title=" " alt="" coords="761,258,391,307,390,301,760,253"/>
<area shape="poly" title=" " alt="" coords="307,259,254,297,251,292,304,254"/> <area shape="poly" title=" " alt="" coords="290,333,263,368,259,364,285,330"/>
<area shape="poly" title=" " alt="" coords="309,330,335,364,331,368,305,333"/>
<area shape="poly" title=" " alt="" coords="152,254,253,295,251,300,150,259"/>
</map> </map>
</div> </div>
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> </div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@ -160,7 +162,7 @@ Include dependency graph for BNO08xRpt.cpp:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_105fd1ee051c171768c94e464b88861d.html">source</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8cpp.html">BNO08xRpt.cpp</a></li> <li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8cpp.html">BNO08xRpt.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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,52 +1,54 @@
<map id="BNO08xRpt.cpp" name="BNO08xRpt.cpp"> <map id="source/BNO08xRpt.cpp" name="source/BNO08xRpt.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1260,5,1376,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1271,5,1430,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,80,1376,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,80,1408,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,33,1353,64,1348,64,1348,33"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="128,379,204,405"/> <area shape="rect" id="Node000003" title=" " alt="" coords="204,379,281,405"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1260,99,976,109,580,133,384,150,214,172,143,185,86,199,44,215,20,231,10,250,10,269,19,288,34,307,79,341,126,369,124,374,76,346,31,310,14,291,5,270,4,248,16,228,42,210,85,194,142,180,213,167,383,145,579,127,975,104,1260,94"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1293,99,1002,108,596,131,395,149,220,171,148,184,90,199,47,214,22,231,9,254,12,276,28,297,53,316,120,350,190,374,188,379,118,355,50,321,24,301,7,278,4,253,18,228,44,210,88,193,147,179,220,166,395,143,596,126,1002,103,1292,93"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,229,1311,256"/> <area shape="rect" id="Node000004" title=" " alt="" coords="1388,155,1465,181"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="1313,109,1245,217,1241,215,1308,106"/> <area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="1366,105,1404,142,1401,146,1362,109"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="1392,304,1527,331"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,229,1313,256"/>
<area shape="poly" id="edge26_Node000002_Node000012" title=" " alt="" coords="1328,106,1445,289,1441,292,1324,109"/> <area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="1342,109,1251,219,1247,216,1338,105"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,155,808,181"/> <area shape="rect" id="Node000013" title=" " alt="" coords="1394,304,1528,331"/>
<area shape="poly" id="edge12_Node000002_Node000013" title=" " alt="" coords="1260,104,824,157,823,152,1260,99"/> <area shape="poly" id="edge27_Node000002_Node000013" title=" " alt="" coords="1355,106,1364,140,1378,180,1411,240,1445,290,1440,293,1407,243,1373,182,1359,142,1350,107"/>
<area shape="rect" id="Node000022" title=" " alt="" coords="1386,155,1439,181"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,155,760,181"/>
<area shape="poly" id="edge25_Node000002_Node000022" title=" " alt="" coords="1336,105,1386,143,1383,147,1333,109"/> <area shape="poly" id="edge13_Node000002_Node000014" title=" " alt="" coords="1293,104,777,159,776,153,1292,98"/>
<area shape="rect" id="Node000023" title=" " alt="" coords="1463,155,1538,181"/> <area shape="rect" id="Node000023" title=" " alt="" coords="1489,155,1542,181"/>
<area shape="poly" id="edge27_Node000002_Node000023" title=" " alt="" coords="1351,105,1455,146,1453,151,1349,110"/> <area shape="poly" id="edge26_Node000002_Node000023" title=" " alt="" coords="1380,105,1476,147,1474,151,1378,110"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="1257,304,1318,331"/> <area shape="rect" id="Node000024" title=" " alt="" coords="1566,155,1641,181"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1240,255,1270,290,1265,294,1236,258"/> <area shape="poly" id="edge28_Node000002_Node000024" title=" " alt="" coords="1395,105,1552,149,1551,154,1394,110"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="635,304,713,331"/> <area shape="rect" id="Node000006" title=" " alt="" coords="1258,304,1320,331"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1143,257,1132,259,931,279,842,289,729,306,728,301,841,283,930,274,1131,253,1143,252"/> <area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="1242,255,1271,290,1267,294,1238,258"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="245,379,309,405"/> <area shape="rect" id="Node000007" title=" " alt="" coords="637,304,715,331"/>
<area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="1264,254,1295,268,1323,287,1339,308,1339,321,1332,333,1316,340,1285,346,1187,358,890,375,561,387,324,392,324,387,561,381,889,370,1186,352,1285,341,1314,335,1328,329,1334,319,1334,310,1320,291,1292,273,1261,259"/> <area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="1145,257,1133,259,933,279,844,289,731,306,730,301,843,283,932,274,1133,253,1145,252"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="737,304,798,331"/> <area shape="rect" id="Node000008" title=" " alt="" coords="320,379,384,405"/>
<area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="1144,257,972,281,813,306,812,301,971,275,1143,252"/> <area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="1265,254,1297,268,1325,287,1341,308,1341,320,1334,333,1319,339,1291,345,1200,356,925,374,621,386,399,392,399,387,621,381,925,369,1199,351,1290,340,1317,334,1330,329,1336,319,1336,310,1321,291,1294,273,1263,259"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="822,304,913,331"/> <area shape="rect" id="Node000009" title=" " alt="" coords="739,304,799,331"/>
<area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="1163,259,928,306,927,301,1162,254"/> <area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="1145,257,974,281,815,306,814,301,973,275,1145,252"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="937,304,1078,331"/> <area shape="rect" id="Node000010" title=" " alt="" coords="824,304,914,331"/>
<area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="1190,259,1061,301,1060,296,1188,254"/> <area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="1165,259,930,306,929,301,1164,254"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="1102,304,1233,331"/> <area shape="rect" id="Node000011" title=" " alt="" coords="939,304,1079,331"/>
<area shape="poly" id="edge10_Node000004_Node000011" title=" " alt="" coords="1219,258,1189,294,1185,290,1215,255"/> <area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="1192,259,1063,301,1061,296,1190,254"/>
<area shape="poly" id="edge11_Node000004_Node000012" title=" " alt="" coords="1269,254,1405,296,1404,302,1267,259"/> <area shape="rect" id="Node000012" title=" " alt="" coords="1104,304,1234,331"/>
<area shape="poly" id="edge18_Node000013_Node000004" title=" " alt="" coords="809,179,1129,225,1128,230,808,184"/> <area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="1221,258,1191,294,1187,290,1217,255"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="435,229,519,256"/> <area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="1270,254,1407,296,1405,302,1269,259"/>
<area shape="poly" id="edge13_Node000013_Node000014" title=" " alt="" coords="681,184,534,227,533,222,680,179"/> <area shape="poly" id="edge19_Node000014_Node000005" title=" " alt="" coords="761,178,1130,226,1130,231,761,183"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="542,229,630,256"/> <area shape="rect" id="Node000015" title=" " alt="" coords="231,229,315,256"/>
<area shape="poly" id="edge14_Node000013_Node000015" title=" " alt="" coords="701,184,625,224,622,219,698,180"/> <area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="596,185,331,231,330,226,595,179"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="653,229,794,256"/> <area shape="rect" id="Node000016" title=" " alt="" coords="339,229,426,256"/>
<area shape="poly" id="edge15_Node000013_Node000016" title=" " alt="" coords="726,182,726,214,721,214,721,182"/> <area shape="poly" id="edge15_Node000014_Node000016" title=" " alt="" coords="625,185,442,229,441,224,624,179"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="818,229,941,256"/> <area shape="rect" id="Node000017" title=" " alt="" coords="450,229,590,256"/>
<area shape="poly" id="edge16_Node000013_Node000017" title=" " alt="" coords="752,179,839,220,837,225,749,184"/> <area shape="poly" id="edge16_Node000014_Node000017" title=" " alt="" coords="650,184,562,225,560,220,647,179"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="964,229,1120,256"/> <area shape="rect" id="Node000018" title=" " alt="" coords="615,229,737,256"/>
<area shape="poly" id="edge17_Node000013_Node000018" title=" " alt="" coords="780,179,972,223,971,228,779,185"/> <area shape="poly" id="edge17_Node000014_Node000018" title=" " alt="" coords="678,182,678,214,673,214,673,182"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,229,211,256"/> <area shape="rect" id="Node000019" title=" " alt="" coords="966,229,1121,256"/>
<area shape="poly" id="edge19_Node000013_Node000019" title=" " alt="" coords="639,182,227,231,226,226,638,177"/> <area shape="poly" id="edge18_Node000014_Node000019" title=" " alt="" coords="741,179,965,223,964,228,740,185"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,229,411,256"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,229,942,256"/>
<area shape="poly" id="edge23_Node000013_Node000021" title=" " alt="" coords="654,185,409,229,408,223,653,179"/> <area shape="poly" id="edge20_Node000014_Node000020" title=" " alt="" coords="707,179,808,220,806,225,705,184"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,304,300,331"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,229,207,256"/>
<area shape="poly" id="edge20_Node000019_Node000020" title=" " alt="" coords="140,254,193,292,190,297,137,259"/> <area shape="poly" id="edge24_Node000014_Node000022" title=" " alt="" coords="591,183,224,231,223,225,590,178"/>
<area shape="poly" id="edge22_Node000020_Node000003" title=" " alt="" coords="214,333,187,368,183,365,210,330"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,304,375,331"/>
<area shape="poly" id="edge21_Node000020_Node000007" title=" " alt="" coords="234,330,260,364,256,368,229,333"/> <area shape="poly" id="edge21_Node000020_Node000021" title=" " alt="" coords="761,258,391,307,390,301,760,253"/>
<area shape="poly" id="edge24_Node000021_Node000020" title=" " alt="" coords="307,259,254,297,251,292,304,254"/> <area shape="poly" id="edge23_Node000021_Node000003" title=" " alt="" coords="290,333,263,368,259,364,285,330"/>
<area shape="poly" id="edge22_Node000021_Node000008" title=" " alt="" coords="309,330,335,364,331,368,305,333"/>
<area shape="poly" id="edge25_Node000022_Node000021" title=" " alt="" coords="152,254,253,295,251,300,150,259"/>
</map> </map>

View File

@ -1 +1 @@
513521c5c9992dcd404268fca7121059 0d4476cab9fd21f25560b7bde8cac352

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRpt.hpp File Reference</title> <title>esp32_BNO08x: include/report/BNO08xRpt.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -98,6 +98,7 @@ $(function(){initNavTree('_b_n_o08x_rpt_8hpp.html',''); initResizable(); });
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<div class="textblock"><code>#include &lt;functional&gt;</code><br /> <div class="textblock"><code>#include &lt;functional&gt;</code><br />
<code>#include &quot;esp_log.h&quot;</code><br />
<code>#include &quot;<a class="el" href="_b_n_o08x_global_types_8hpp_source.html">BNO08xGlobalTypes.hpp</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="_b_n_o08x_global_types_8hpp_source.html">BNO08xGlobalTypes.hpp</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="_b_n_o08x_private_types_8hpp_source.html">BNO08xPrivateTypes.hpp</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="_b_n_o08x_private_types_8hpp_source.html">BNO08xPrivateTypes.hpp</a>&quot;</code><br />
<code>#include &quot;sh2.h&quot;</code><br /> <code>#include &quot;sh2.h&quot;</code><br />
@ -106,182 +107,184 @@ $(function(){initNavTree('_b_n_o08x_rpt_8hpp.html',''); initResizable(); });
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRpt.hpp:</div> Include dependency graph for BNO08xRpt.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_8hpp__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_8hpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_8hpp" id="a_b_n_o08x_rpt_8hpp"> <map name="ainclude_2report_2_b_n_o08x_rpt_8hpp" id="ainclude_2report_2_b_n_o08x_rpt_8hpp">
<area shape="rect" title=" " alt="" coords="1260,5,1376,32"/> <area shape="rect" title=" " alt="" coords="1252,5,1449,32"/>
<area shape="rect" title=" " alt="" coords="128,304,204,331"/> <area shape="rect" title=" " alt="" coords="204,304,281,331"/>
<area shape="poly" title=" " alt="" coords="1260,24,976,35,580,58,384,76,214,98,143,111,86,125,44,140,20,156,10,175,10,194,19,213,34,232,79,267,126,294,124,299,76,271,31,236,14,216,5,195,4,174,16,153,42,135,85,120,142,105,213,92,383,70,579,53,975,29,1260,19"/> <area shape="poly" title=" " alt="" coords="1251,25,946,36,555,60,367,77,205,99,139,111,85,125,45,140,22,156,9,180,12,201,28,222,53,242,120,275,190,299,188,304,118,280,50,246,24,226,7,203,4,179,18,153,42,136,83,120,138,106,204,94,367,72,555,54,946,31,1251,20"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,155,1311,181"/> <area shape="rect" title=" " alt="" coords="1388,80,1465,107"/>
<area shape="poly" title=" " alt="" coords="1313,34,1245,143,1241,140,1308,31"/> <area shape="poly" title=" " alt="" coords="1366,31,1404,67,1401,71,1362,34"/>
<area shape="rect" title=" " alt="" coords="1392,229,1527,256"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,155,1313,181"/>
<area shape="poly" title=" " alt="" coords="1328,31,1445,215,1441,217,1324,34"/> <area shape="poly" title=" " alt="" coords="1342,34,1251,144,1247,141,1338,31"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,80,808,107"/> <area shape="rect" title=" " alt="" coords="1394,229,1528,256"/>
<area shape="poly" title=" " alt="" coords="1260,30,824,83,823,77,1260,24"/> <area shape="poly" title=" " alt="" coords="1355,32,1364,66,1378,106,1411,166,1445,215,1440,218,1407,169,1373,108,1359,67,1350,33"/>
<area shape="rect" title=" " alt="" coords="1386,80,1439,107"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,80,760,107"/>
<area shape="poly" title=" " alt="" coords="1336,30,1386,68,1383,73,1333,35"/> <area shape="poly" title=" " alt="" coords="1252,33,776,84,776,79,1251,28"/>
<area shape="rect" title=" " alt="" coords="1463,80,1538,107"/> <area shape="rect" title=" " alt="" coords="1489,80,1542,107"/>
<area shape="poly" title=" " alt="" coords="1351,30,1455,71,1453,76,1349,35"/> <area shape="poly" title=" " alt="" coords="1380,30,1476,72,1474,77,1378,35"/>
<area shape="rect" title=" " alt="" coords="1257,229,1318,256"/> <area shape="rect" title=" " alt="" coords="1566,80,1641,107"/>
<area shape="poly" title=" " alt="" coords="1240,180,1270,216,1265,219,1236,184"/> <area shape="poly" title=" " alt="" coords="1395,30,1552,75,1551,80,1394,35"/>
<area shape="rect" title=" " alt="" coords="635,229,713,256"/> <area shape="rect" title=" " alt="" coords="1258,229,1320,256"/>
<area shape="poly" title=" " alt="" coords="1143,183,1132,184,931,204,842,214,729,232,728,226,841,209,930,199,1131,179,1143,177"/> <area shape="poly" title=" " alt="" coords="1242,180,1271,216,1267,219,1238,184"/>
<area shape="rect" title=" " alt="" coords="245,304,309,331"/> <area shape="rect" title=" " alt="" coords="637,229,715,256"/>
<area shape="poly" title=" " alt="" coords="1264,179,1295,194,1323,212,1339,234,1339,246,1332,258,1316,265,1285,272,1187,283,890,301,561,312,324,318,324,312,561,307,889,295,1186,278,1285,266,1314,260,1328,254,1334,244,1334,235,1320,216,1292,198,1261,184"/> <area shape="poly" title=" " alt="" coords="1145,183,1133,184,933,204,844,214,731,232,730,226,843,209,932,199,1133,179,1145,177"/>
<area shape="rect" title=" " alt="" coords="737,229,798,256"/> <area shape="rect" title=" " alt="" coords="320,304,384,331"/>
<area shape="poly" title=" " alt="" coords="1144,183,972,206,813,232,812,226,971,201,1143,177"/> <area shape="poly" title=" " alt="" coords="1265,179,1297,194,1325,212,1341,234,1341,246,1334,258,1319,265,1291,271,1200,282,925,299,621,311,399,318,399,312,621,306,925,294,1199,276,1290,266,1317,260,1330,254,1336,244,1336,235,1321,216,1294,198,1263,184"/>
<area shape="rect" title=" " alt="" coords="822,229,913,256"/> <area shape="rect" title=" " alt="" coords="739,229,799,256"/>
<area shape="poly" title=" " alt="" coords="1163,185,928,231,927,226,1162,179"/> <area shape="poly" title=" " alt="" coords="1145,183,974,206,815,232,814,226,973,201,1145,177"/>
<area shape="rect" title=" " alt="" coords="937,229,1078,256"/> <area shape="rect" title=" " alt="" coords="824,229,914,256"/>
<area shape="poly" title=" " alt="" coords="1190,184,1061,226,1060,221,1188,179"/> <area shape="poly" title=" " alt="" coords="1165,185,930,231,929,226,1164,179"/>
<area shape="rect" title=" " alt="" coords="1102,229,1233,256"/> <area shape="rect" title=" " alt="" coords="939,229,1079,256"/>
<area shape="poly" title=" " alt="" coords="1219,184,1189,219,1185,216,1215,180"/> <area shape="poly" title=" " alt="" coords="1192,184,1063,226,1061,221,1190,179"/>
<area shape="poly" title=" " alt="" coords="1269,179,1405,222,1404,227,1267,184"/> <area shape="rect" title=" " alt="" coords="1104,229,1234,256"/>
<area shape="poly" title=" " alt="" coords="809,104,1129,150,1128,155,808,109"/> <area shape="poly" title=" " alt="" coords="1221,184,1191,219,1187,216,1217,180"/>
<area shape="rect" title=" " alt="" coords="435,155,519,181"/> <area shape="poly" title=" " alt="" coords="1270,179,1407,222,1405,227,1269,184"/>
<area shape="poly" title=" " alt="" coords="681,110,534,153,533,147,680,105"/> <area shape="poly" title=" " alt="" coords="761,103,1130,151,1130,156,761,108"/>
<area shape="rect" title=" " alt="" coords="542,155,630,181"/> <area shape="rect" title=" " alt="" coords="231,155,315,181"/>
<area shape="poly" title=" " alt="" coords="701,110,625,149,622,145,698,105"/> <area shape="poly" title=" " alt="" coords="596,110,331,157,330,151,595,105"/>
<area shape="rect" title=" " alt="" coords="653,155,794,181"/> <area shape="rect" title=" " alt="" coords="339,155,426,181"/>
<area shape="poly" title=" " alt="" coords="726,107,726,139,721,139,721,107"/> <area shape="poly" title=" " alt="" coords="625,110,442,155,441,150,624,105"/>
<area shape="rect" title=" " alt="" coords="818,155,941,181"/> <area shape="rect" title=" " alt="" coords="450,155,590,181"/>
<area shape="poly" title=" " alt="" coords="752,105,839,145,837,150,749,110"/> <area shape="poly" title=" " alt="" coords="650,110,562,150,560,145,647,105"/>
<area shape="rect" title=" " alt="" coords="964,155,1120,181"/> <area shape="rect" title=" " alt="" coords="615,155,737,181"/>
<area shape="poly" title=" " alt="" coords="780,105,972,148,971,153,779,110"/> <area shape="poly" title=" " alt="" coords="678,107,678,139,673,139,673,107"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,155,211,181"/> <area shape="rect" title=" " alt="" coords="966,155,1121,181"/>
<area shape="poly" title=" " alt="" coords="639,107,227,157,226,151,638,102"/> <area shape="poly" title=" " alt="" coords="741,105,965,149,964,154,740,110"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,155,411,181"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,155,942,181"/>
<area shape="poly" title=" " alt="" coords="654,110,409,154,408,149,653,105"/> <area shape="poly" title=" " alt="" coords="707,105,808,146,806,151,705,110"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,229,300,256"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,155,207,181"/>
<area shape="poly" title=" " alt="" coords="140,180,193,218,190,222,137,184"/> <area shape="poly" title=" " alt="" coords="591,108,224,156,223,151,590,103"/>
<area shape="poly" title=" " alt="" coords="214,258,187,293,183,290,210,255"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,229,375,256"/>
<area shape="poly" title=" " alt="" coords="234,255,260,290,256,293,229,258"/> <area shape="poly" title=" " alt="" coords="761,184,391,232,390,227,760,178"/>
<area shape="poly" title=" " alt="" coords="307,184,254,222,251,218,304,180"/> <area shape="poly" title=" " alt="" coords="290,258,263,293,259,290,285,255"/>
<area shape="poly" title=" " alt="" coords="309,255,335,290,331,293,305,258"/>
<area shape="poly" title=" " alt="" coords="152,179,253,221,251,226,150,184"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_rpt_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_8hpp__dep__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_rpt_8hppdep" id="a_b_n_o08x_rpt_8hppdep"> <map name="ainclude_2report_2_b_n_o08x_rpt_8hppdep" id="ainclude_2report_2_b_n_o08x_rpt_8hppdep">
<area shape="rect" title=" " alt="" coords="3144,5,3259,32"/> <area shape="rect" title=" " alt="" coords="3473,5,3670,32"/>
<area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="748,80,863,107"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3694,80,3866,123"/>
<area shape="poly" title=" " alt="" coords="3128,23,2695,27,2043,37,1370,55,1087,67,875,83,864,84,863,79,874,77,1087,62,1369,49,2042,32,2695,22,3128,18"/> <area shape="poly" title=" " alt="" coords="3619,36,3727,77,3725,82,3618,40"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3622,80,3810,107"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2532,80,2705,123"/>
<area shape="poly" title=" " alt="" coords="3274,28,3626,77,3625,82,3274,33"/> <area shape="poly" title=" " alt="" coords="3458,26,3124,43,2920,59,2716,83,2705,84,2704,79,2715,77,2920,54,3124,37,3457,21"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2341,80,2552,107"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4651,80,4823,123"/>
<area shape="poly" title=" " alt="" coords="3128,29,2564,83,2552,84,2552,79,2564,77,3128,24"/> <area shape="poly" title=" " alt="" coords="3686,24,4491,77,4650,90,4650,95,4490,83,3686,30"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4441,80,4604,107"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3274,80,3446,123"/>
<area shape="poly" title=" " alt="" coords="3274,21,3728,43,4351,77,4441,83,4441,89,4350,83,3728,48,3274,26"/> <area shape="poly" title=" " alt="" coords="3525,40,3415,82,3413,77,3523,35"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3093,80,3310,107"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1974,80,2146,123"/>
<area shape="poly" title=" " alt="" coords="3204,48,3204,80,3199,80,3199,48"/> <area shape="poly" title=" " alt="" coords="3457,25,2792,45,2425,62,2273,72,2157,83,2146,84,2146,79,2157,77,2273,66,2425,56,2792,40,3457,20"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1836,80,1991,107"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="5200,80,5373,123"/>
<area shape="poly" title=" " alt="" coords="3128,24,2655,41,2333,58,2004,83,1992,84,1991,79,2004,77,2332,53,2655,35,3128,19"/> <area shape="poly" title=" " alt="" coords="3686,20,4272,39,4660,56,5055,77,5200,89,5200,94,5054,83,4660,61,4272,44,3686,26"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="5025,80,5247,107"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="835,80,1007,123"/>
<area shape="poly" title=" " alt="" coords="3274,19,3941,41,4904,77,5024,83,5024,89,4904,83,3941,46,3274,25"/> <area shape="poly" title=" " alt="" coords="3458,26,1570,83,1008,100,1008,95,1570,77,3458,21"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="887,80,1065,107"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3474,80,3669,123"/>
<area shape="poly" title=" " alt="" coords="3128,25,1066,92,1065,86,3128,20"/> <area shape="poly" title=" " alt="" coords="3574,48,3574,80,3569,80,3569,48"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3334,80,3599,107"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1583,80,1755,123"/>
<area shape="poly" title=" " alt="" coords="3262,34,3421,77,3419,82,3261,39"/> <area shape="poly" title=" " alt="" coords="3457,26,2821,46,2394,62,1961,83,1755,96,1755,91,1961,77,2394,57,2821,40,3457,20"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1496,80,1704,107"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4848,80,5042,123"/>
<area shape="poly" title=" " alt="" coords="3128,26,1824,83,1705,89,1705,84,1824,77,3128,20"/> <area shape="poly" title=" " alt="" coords="3686,18,3900,21,4186,30,4509,48,4836,77,4848,79,4847,84,4835,83,4509,53,4185,35,3900,26,3686,23"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4628,80,4892,107"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3078,80,3250,123"/>
<area shape="poly" title=" " alt="" coords="3275,19,3831,39,4219,56,4616,77,4628,78,4627,83,4616,83,4219,61,3831,44,3274,25"/> <area shape="poly" title=" " alt="" coords="3491,38,3262,83,3251,85,3250,80,3260,77,3489,33"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2867,80,3069,107"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4108,80,4281,123"/>
<area shape="poly" title=" " alt="" coords="3147,39,3010,82,3008,77,3146,34"/> <area shape="poly" title=" " alt="" coords="3686,32,4108,86,4107,91,3685,37"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3923,80,4138,107"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2170,80,2342,123"/>
<area shape="poly" title=" " alt="" coords="3275,24,3923,80,3922,85,3274,29"/> <area shape="poly" title=" " alt="" coords="3458,28,3044,51,2520,83,2343,96,2342,90,2519,77,3044,46,3457,23"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2016,80,2203,107"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2728,80,2901,123"/>
<area shape="poly" title=" " alt="" coords="3128,27,2204,88,2203,83,3128,22"/> <area shape="poly" title=" " alt="" coords="3458,35,2901,93,2901,88,3458,29"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2575,80,2761,107"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4306,80,4478,123"/>
<area shape="poly" title=" " alt="" coords="3129,32,2761,82,2761,77,3128,27"/> <area shape="poly" title=" " alt="" coords="3686,23,3963,41,4128,57,4293,77,4306,79,4305,84,4293,83,4128,62,3963,47,3686,28"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4162,80,4339,107"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5396,80,5569,123"/>
<area shape="poly" title=" " alt="" coords="3274,21,3650,40,3899,57,4151,77,4162,78,4162,84,4150,83,3898,62,3650,46,3274,26"/> <area shape="poly" title=" " alt="" coords="3685,19,4049,24,4540,35,5028,52,5231,64,5385,77,5396,79,5396,84,5385,83,5231,69,5028,58,4540,40,4049,29,3685,24"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5271,80,5502,107"/> <area shape="rect" href="_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="5593,88,5751,115"/>
<area shape="poly" title=" " alt="" coords="3274,18,3588,21,4076,30,4659,48,5259,77,5271,78,5270,83,5258,83,4659,54,4076,36,3588,27,3274,23"/> <area shape="poly" title=" " alt="" coords="3685,18,4085,22,4632,31,5180,49,5408,62,5581,77,5623,85,5622,90,5581,83,5408,67,5180,54,4632,37,4085,27,3685,23"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2447,253,2587,280"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2563,269,2786,296"/>
<area shape="poly" title=" " alt="" coords="3705,122,3677,164,3658,184,3634,200,3609,208,3572,216,3464,230,3163,250,2836,262,2588,267,2588,262,2836,256,3162,245,3463,225,3571,211,3608,203,3632,195,3654,180,3673,160,3701,119"/> <area shape="poly" title=" " alt="" coords="3768,138,3744,180,3726,200,3705,216,3653,231,3563,244,3310,264,3024,276,2786,282,2786,277,3024,271,3309,259,3562,239,3651,226,3702,211,3722,196,3739,177,3764,136"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3724,163,3911,189"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3794,179,4061,205"/>
<area shape="poly" title=" " alt="" coords="3745,115,3803,160,3800,165,3742,119"/> <area shape="poly" title=" " alt="" coords="3829,129,3908,176,3905,180,3826,133"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2470,336,2565,363"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="2604,352,2745,379"/>
<area shape="poly" title=" " alt="" coords="2520,296,2520,336,2515,336,2515,296"/> <area shape="poly" title=" " alt="" coords="2677,312,2677,352,2672,352,2672,312"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2398,411,2493,437"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2476,427,2678,453"/>
<area shape="poly" title=" " alt="" coords="2496,376,2459,412,2456,408,2492,372"/> <area shape="poly" title=" " alt="" coords="2647,390,2595,428,2592,424,2644,386"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2517,411,2662,437"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="2703,427,2841,453"/>
<area shape="poly" title=" " alt="" coords="2542,372,2579,408,2575,412,2539,376"/> <area shape="poly" title=" " alt="" coords="2705,386,2756,424,2753,428,2702,390"/>
<area shape="poly" title=" " alt="" coords="2460,120,2514,252,2509,254,2455,122"/> <area shape="poly" title=" " alt="" coords="2632,137,2673,268,2668,270,2627,138"/>
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2219,163,2429,189"/> <area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2374,171,2586,213"/>
<area shape="poly" title=" " alt="" coords="2416,118,2344,164,2341,160,2413,113"/> <area shape="poly" title=" " alt="" coords="2575,134,2513,172,2511,168,2572,129"/>
<area shape="poly" title=" " alt="" coords="4597,110,4628,128,4653,153,4662,177,4660,188,4652,200,4626,207,4566,214,4364,226,3742,246,3059,260,2587,267,2587,262,3058,255,3742,241,4364,220,4566,208,4625,202,4649,195,4655,186,4657,177,4648,156,4625,132,4594,115"/> <area shape="poly" title=" " alt="" coords="4802,128,4833,146,4857,167,4865,178,4869,191,4867,203,4859,215,4833,223,4776,229,4580,241,3973,261,3291,275,2786,283,2786,277,3290,270,3973,256,4580,236,4775,224,4832,218,4855,211,4862,201,4864,191,4860,181,4853,170,4829,150,4799,132"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4476,163,4638,189"/> <area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4656,171,4845,213"/>
<area shape="poly" title=" " alt="" coords="4536,120,4554,161,4549,164,4531,122"/> <area shape="poly" title=" " alt="" coords="4745,138,4750,170,4745,171,4740,139"/>
<area shape="poly" title=" " alt="" coords="3163,116,3082,157,3044,181,3003,200,2892,229,2778,249,2673,260,2588,266,2587,261,2673,255,2777,244,2891,224,3002,195,3042,176,3080,152,3160,112"/> <area shape="poly" title=" " alt="" coords="3315,133,3177,216,3076,245,2972,264,2873,276,2786,282,2786,276,2872,270,2971,259,3074,239,3175,211,3312,129"/>
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="3093,163,3310,189"/> <area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="3261,171,3450,213"/>
<area shape="poly" title=" " alt="" coords="3204,122,3204,163,3199,163,3199,122"/> <area shape="poly" title=" " alt="" coords="3361,138,3359,170,3354,170,3355,138"/>
<area shape="poly" title=" " alt="" coords="1925,120,1948,160,1963,179,1983,195,2019,211,2069,224,2195,244,2331,255,2447,261,2447,266,2331,261,2195,249,2068,230,2017,216,1980,200,1960,183,1943,163,1921,122"/> <area shape="poly" title=" " alt="" coords="2073,136,2095,177,2110,196,2128,211,2160,226,2205,239,2319,259,2446,270,2563,276,2562,281,2445,276,2318,264,2204,245,2158,231,2125,216,2106,199,2090,180,2069,138"/>
<area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1728,163,1883,189"/> <area shape="rect" href="_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1791,179,2027,205"/>
<area shape="poly" title=" " alt="" coords="1886,118,1824,164,1820,160,1883,114"/> <area shape="poly" title=" " alt="" coords="2012,133,1932,180,1929,176,2010,129"/>
<area shape="poly" title=" " alt="" coords="5229,110,5261,127,5287,153,5297,177,5295,188,5287,200,5252,209,5173,217,4903,231,4523,243,4078,252,3183,263,2588,268,2588,262,3182,258,4078,246,4523,237,4903,226,5173,212,5251,204,5284,195,5290,186,5291,177,5283,156,5258,131,5226,115"/> <area shape="poly" title=" " alt="" coords="5351,128,5382,146,5407,167,5415,179,5418,191,5416,203,5408,216,5375,225,5301,232,5049,246,4691,257,4269,266,3403,278,2786,283,2786,278,3403,273,4269,261,4691,252,5049,241,5301,227,5374,219,5405,211,5411,201,5413,191,5410,181,5403,170,5379,150,5348,132"/>
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="5051,163,5274,189"/> <area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="5189,171,5394,213"/>
<area shape="poly" title=" " alt="" coords="5147,121,5161,162,5156,163,5142,122"/> <area shape="poly" title=" " alt="" coords="5291,138,5293,170,5288,171,5286,138"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="5,155,224,197"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="41,171,233,213"/>
<area shape="poly" title=" " alt="" coords="872,110,692,124,552,131,413,140,236,157,225,159,224,153,236,152,412,134,552,126,692,118,871,104"/> <area shape="poly" title=" " alt="" coords="819,113,559,136,245,173,234,175,233,170,245,168,558,131,819,108"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="451,163,677,189"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="540,171,713,213"/>
<area shape="poly" title=" " alt="" coords="896,113,629,165,628,159,895,108"/> <area shape="poly" title=" " alt="" coords="838,130,696,173,695,167,837,125"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="701,163,869,189"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="736,171,909,213"/>
<area shape="poly" title=" " alt="" coords="933,115,816,165,814,160,931,111"/> <area shape="poly" title=" " alt="" coords="888,135,847,172,844,168,885,131"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="894,163,1058,189"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="932,171,1105,213"/>
<area shape="poly" title=" " alt="" coords="979,122,979,163,973,163,973,122"/> <area shape="poly" title=" " alt="" coords="957,131,997,168,994,172,953,135"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1083,163,1216,189"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1128,171,1301,213"/>
<area shape="poly" title=" " alt="" coords="1018,111,1123,160,1121,165,1015,116"/> <area shape="poly" title=" " alt="" coords="1005,125,1146,167,1145,173,1003,130"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="248,163,426,189"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1324,171,1497,213"/>
<area shape="poly" title=" " alt="" coords="872,110,653,131,559,141,439,157,397,165,396,159,438,152,558,135,653,125,871,104"/> <area shape="poly" title=" " alt="" coords="1023,117,1313,168,1324,170,1323,175,1313,173,1022,122"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1239,163,1422,189"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="257,179,516,205"/>
<area shape="poly" title=" " alt="" coords="1047,108,1275,159,1274,165,1046,113"/> <area shape="poly" title=" " alt="" coords="820,122,464,181,463,175,819,117"/>
<area shape="poly" title=" " alt="" coords="239,195,653,214,1316,234,2446,261,2446,266,1316,239,653,219,239,200"/> <area shape="poly" title=" " alt="" coords="249,211,413,221,670,231,1350,250,2563,277,2563,282,1350,255,670,236,413,226,248,216"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="5,245,224,288"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="5,261,269,304"/>
<area shape="poly" title=" " alt="" coords="117,213,117,245,112,245,112,213"/> <area shape="poly" title=" " alt="" coords="140,229,140,261,134,261,134,229"/>
<area shape="poly" title=" " alt="" coords="649,190,689,195,853,207,1071,219,1590,238,2447,261,2447,267,1590,244,1070,224,853,212,689,200,648,195"/> <area shape="poly" title=" " alt="" coords="728,211,903,226,1128,239,1657,258,2181,271,2563,277,2563,283,2181,276,1657,264,1127,244,903,231,728,216"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="451,253,677,280"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="400,261,663,304"/>
<area shape="poly" title=" " alt="" coords="567,205,567,253,561,253,561,205"/> <area shape="poly" title=" " alt="" coords="595,226,555,263,552,259,592,222"/>
<area shape="poly" title=" " alt="" coords="853,190,881,195,1026,208,1218,221,1678,240,2447,261,2447,267,1678,246,1218,226,1026,214,881,200,852,195"/> <area shape="poly" title=" " alt="" coords="924,211,1080,225,1279,237,1749,256,2563,277,2563,282,1749,262,1279,242,1079,230,923,216"/>
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8cpp.html" title=" " alt="" coords="701,253,869,280"/> <area shape="rect" href="_b_n_o08x_rpt_game_r_v_8cpp.html" title=" " alt="" coords="688,261,893,304"/>
<area shape="poly" title=" " alt="" coords="788,205,788,253,783,253,783,205"/> <area shape="poly" title=" " alt="" coords="812,229,800,262,795,260,807,227"/>
<area shape="poly" title=" " alt="" coords="1043,190,1071,195,1272,217,1478,234,1877,255,2217,263,2446,263,2446,269,2216,268,1876,260,1477,239,1272,222,1070,200,1043,196"/> <area shape="poly" title=" " alt="" coords="1120,211,1257,224,1431,235,1842,254,2563,276,2563,281,1842,259,1431,240,1257,229,1119,216"/>
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8cpp.html" title=" " alt="" coords="894,253,1058,280"/> <area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8cpp.html" title=" " alt="" coords="918,261,1119,304"/>
<area shape="poly" title=" " alt="" coords="979,205,979,253,973,253,973,205"/> <area shape="poly" title=" " alt="" coords="1021,229,1021,261,1016,261,1016,229"/>
<area shape="poly" title=" " alt="" coords="1208,191,1228,195,1339,208,1486,219,1839,239,2447,261,2446,266,1839,244,1486,225,1339,213,1227,200,1207,196"/> <area shape="poly" title=" " alt="" coords="1316,211,1495,231,1676,246,2029,267,2336,276,2563,279,2563,284,2336,281,2028,272,1676,251,1494,236,1315,216"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_8cpp.html" title=" " alt="" coords="1083,253,1216,280"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_8cpp.html" title=" " alt="" coords="1144,269,1357,296"/>
<area shape="poly" title=" " alt="" coords="1152,205,1152,253,1147,253,1147,205"/> <area shape="poly" title=" " alt="" coords="1231,227,1248,268,1243,270,1226,229"/>
<area shape="poly" title=" " alt="" coords="1407,190,1440,195,1733,224,2021,244,2270,255,2447,261,2447,266,2270,261,2020,249,1732,229,1440,200,1407,195"/> <area shape="poly" title=" " alt="" coords="1512,210,1516,211,1812,240,2105,260,2366,271,2563,277,2563,282,2366,277,2105,265,1811,246,1515,216,1511,215"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8cpp.html" title=" " alt="" coords="1239,253,1422,280"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8cpp.html" title=" " alt="" coords="1381,269,1643,296"/>
<area shape="poly" title=" " alt="" coords="1333,205,1333,253,1328,253,1328,205"/> <area shape="poly" title=" " alt="" coords="1447,221,1499,267,1496,271,1443,226"/>
<area shape="poly" title=" " alt="" coords="3554,110,3587,127,3613,153,3622,176,3620,188,3612,199,3597,207,3567,213,3469,225,3175,245,2843,259,2588,266,2588,261,2843,253,3175,239,3469,220,3566,208,3595,202,3609,195,3615,186,3617,177,3608,156,3584,131,3552,115"/> <area shape="poly" title=" " alt="" coords="3631,128,3659,146,3682,168,3692,191,3691,203,3683,215,3665,227,3636,237,3551,254,3437,266,3305,275,3023,283,2786,285,2786,280,3022,278,3304,269,3437,261,3550,249,3635,232,3663,222,3679,211,3686,201,3687,192,3678,171,3656,151,3628,132"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3334,163,3599,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3474,171,3669,213"/>
<area shape="poly" title=" " alt="" coords="3469,122,3469,163,3464,163,3464,122"/> <area shape="poly" title=" " alt="" coords="3574,138,3574,170,3569,170,3569,138"/>
<area shape="poly" title=" " alt="" coords="1538,115,1508,132,1486,156,1478,177,1479,186,1486,195,1504,207,1536,218,1631,235,1759,248,1907,256,2212,263,2447,263,2447,269,2212,269,1906,261,1758,253,1630,241,1534,223,1502,212,1482,199,1475,188,1473,177,1482,153,1505,128,1535,110"/> <area shape="poly" title=" " alt="" coords="1613,133,1585,151,1563,171,1553,192,1555,201,1561,211,1574,217,1602,224,1692,235,1971,254,2295,268,2563,276,2563,281,2294,273,1970,259,1692,240,1601,229,1573,222,1558,215,1550,203,1548,191,1558,168,1581,146,1610,128"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1496,163,1704,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1571,171,1767,213"/>
<area shape="poly" title=" " alt="" coords="1603,122,1603,163,1597,163,1597,122"/> <area shape="poly" title=" " alt="" coords="1672,138,1672,170,1666,170,1666,138"/>
<area shape="poly" title=" " alt="" coords="4749,122,4719,164,4698,184,4674,200,4638,208,4571,216,4358,230,4067,241,3730,250,3053,262,2588,267,2588,262,3053,257,3730,244,4066,235,4358,224,4571,211,4637,203,4672,195,4695,180,4715,160,4744,119"/> <area shape="poly" title=" " alt="" coords="4937,139,4916,180,4901,200,4881,216,4847,226,4782,234,4576,249,4292,260,3962,269,3284,280,2786,284,2786,278,3284,274,3962,264,4292,255,4575,244,4781,229,4845,220,4878,211,4897,196,4912,177,4932,136"/>
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4764,163,5028,189"/> <area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4970,171,5165,213"/>
<area shape="poly" title=" " alt="" coords="4796,113,4876,160,4873,165,4793,117"/> <area shape="poly" title=" " alt="" coords="4987,130,5040,168,5037,172,4984,134"/>
<area shape="poly" title=" " alt="" coords="2983,121,2992,160,2990,181,2981,199,2954,219,2914,235,2864,247,2809,255,2691,265,2588,268,2588,263,2691,260,2808,250,2863,241,2912,230,2951,214,2976,196,2985,179,2987,160,2978,122"/> <area shape="poly" title=" " alt="" coords="3171,138,3168,178,3162,198,3150,215,3124,233,3088,247,2995,267,2888,278,2786,283,2786,278,2887,273,2994,261,3087,242,3122,228,3146,211,3157,196,3163,177,3166,138"/>
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2765,163,2966,189"/> <area shape="rect" href="_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2928,171,3135,213"/>
<area shape="poly" title=" " alt="" coords="2941,119,2883,164,2879,160,2938,114"/> <area shape="poly" title=" " alt="" coords="3122,134,3064,172,3061,168,3119,129"/>
<area shape="poly" title=" " alt="" coords="4108,110,4140,127,4165,153,4174,177,4172,188,4164,199,4140,210,4092,219,3937,235,3721,246,3470,255,2956,265,2588,268,2588,262,2956,259,3470,250,3721,241,3936,229,4091,214,4138,205,4161,195,4167,186,4169,177,4160,156,4137,132,4106,115"/> <area shape="poly" title=" " alt="" coords="4260,128,4291,146,4316,167,4324,178,4328,191,4326,203,4317,215,4295,226,4250,235,4105,250,3903,261,3666,270,3169,280,2786,284,2786,278,3169,275,3666,264,3903,256,4105,244,4249,229,4293,221,4314,211,4321,201,4322,191,4319,181,4312,170,4288,150,4257,132"/>
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="3935,163,4150,189"/> <area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4086,171,4303,213"/>
<area shape="poly" title=" " alt="" coords="4037,122,4043,162,4038,163,4032,123"/> <area shape="poly" title=" " alt="" coords="4197,138,4197,170,4192,170,4192,138"/>
<area shape="poly" title=" " alt="" coords="2049,115,2020,132,1998,156,1990,177,1992,186,1998,195,2019,207,2060,218,2182,236,2323,250,2447,259,2446,264,2323,255,2181,241,2059,223,2017,212,1994,199,1987,188,1985,176,1994,153,2017,128,2046,111"/> <area shape="poly" title=" " alt="" coords="2184,132,2160,150,2142,172,2134,193,2136,202,2141,211,2161,222,2197,232,2306,250,2438,263,2563,272,2563,278,2438,268,2305,255,2196,237,2159,227,2138,215,2131,204,2129,193,2137,169,2157,146,2181,128"/>
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="2008,163,2195,189"/> <area shape="rect" href="_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="2152,171,2349,213"/>
<area shape="poly" title=" " alt="" coords="2109,123,2105,163,2100,162,2104,122"/> <area shape="poly" title=" " alt="" coords="2256,138,2254,171,2249,170,2251,138"/>
<area shape="poly" title=" " alt="" coords="2606,115,2573,132,2546,156,2532,180,2524,207,2520,253,2514,253,2519,206,2527,178,2542,153,2570,128,2603,110"/> <area shape="poly" title=" " alt="" coords="2749,132,2723,150,2702,172,2689,197,2681,223,2677,269,2671,268,2676,222,2684,195,2698,169,2720,146,2746,128"/>
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8cpp.html" title=" " alt="" coords="2555,163,2741,189"/> <area shape="rect" href="_b_n_o08x_rpt_tap_detector_8cpp.html" title=" " alt="" coords="2712,171,2903,213"/>
<area shape="poly" title=" " alt="" coords="2664,123,2653,163,2648,162,2658,121"/> <area shape="poly" title=" " alt="" coords="2814,138,2812,171,2807,170,2809,138"/>
<area shape="poly" title=" " alt="" coords="4244,123,4223,164,4207,184,4186,200,4160,207,4109,214,3949,227,3476,247,2958,260,2588,267,2588,262,2957,255,3476,241,3949,221,4109,209,4159,202,4184,195,4203,180,4218,161,4239,120"/> <area shape="poly" title=" " alt="" coords="4387,139,4371,180,4357,200,4340,216,4315,224,4268,231,4119,244,3674,263,3172,276,2786,283,2786,277,3172,271,3673,258,4119,238,4268,226,4314,218,4337,211,4353,196,4366,178,4382,137"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8cpp.html" title=" " alt="" coords="4276,163,4452,189"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8cpp.html" title=" " alt="" coords="4429,171,4632,213"/>
<area shape="poly" title=" " alt="" coords="4282,114,4348,160,4345,164,4279,118"/> <area shape="poly" title=" " alt="" coords="4438,129,4499,168,4497,172,4435,134"/>
<area shape="poly" title=" " alt="" coords="5377,122,5351,164,5332,184,5309,200,5262,211,5173,221,4890,237,4504,249,4059,258,3173,266,2588,268,2588,263,3173,261,4059,252,4504,244,4889,232,5172,216,5261,206,5307,195,5328,180,5346,161,5373,119"/> <area shape="poly" title=" " alt="" coords="5478,139,5462,180,5448,200,5430,216,5387,229,5304,240,5039,258,4676,270,4254,278,3395,285,2786,284,2786,279,3395,279,4254,273,4676,265,5039,252,5303,235,5386,223,5428,211,5444,196,5457,178,5473,137"/>
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8cpp.html" title=" " alt="" coords="5399,163,5630,189"/> <area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8cpp.html" title=" " alt="" coords="5519,171,5723,213"/>
<area shape="poly" title=" " alt="" coords="5421,113,5496,160,5493,165,5418,118"/> <area shape="poly" title=" " alt="" coords="5529,129,5590,168,5587,172,5526,134"/>
</map> </map>
</div> </div>
</div> </div>
@ -300,7 +303,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8hpp.html">BNO08xRpt.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8hpp.html">BNO08xRpt.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,121 +1,121 @@
<map id="BNO08xRpt.hpp" name="BNO08xRpt.hpp"> <map id="include/report/BNO08xRpt.hpp" name="include/report/BNO08xRpt.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="3144,5,3259,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="3473,5,3670,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="748,80,863,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3694,80,3866,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="3128,23,2695,27,2043,37,1370,55,1087,67,875,83,864,84,863,79,874,77,1087,62,1369,49,2042,32,2695,22,3128,18"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="3619,36,3727,77,3725,82,3618,40"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3622,80,3810,107"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2532,80,2705,123"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="3274,28,3626,77,3625,82,3274,33"/> <area shape="poly" id="edge7_Node000001_Node000015" title=" " alt="" coords="3458,26,3124,43,2920,59,2716,83,2705,84,2704,79,2715,77,2920,54,3124,37,3457,21"/>
<area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2341,80,2552,107"/> <area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4651,80,4823,123"/>
<area shape="poly" id="edge8_Node000001_Node000016" title=" " alt="" coords="3128,29,2564,83,2552,84,2552,79,2564,77,3128,24"/> <area shape="poly" id="edge10_Node000001_Node000017" title=" " alt="" coords="3686,24,4491,77,4650,90,4650,95,4490,83,3686,30"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4441,80,4604,107"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3274,80,3446,123"/>
<area shape="poly" id="edge11_Node000001_Node000018" title=" " alt="" coords="3274,21,3728,43,4351,77,4441,83,4441,89,4350,83,3728,48,3274,26"/> <area shape="poly" id="edge13_Node000001_Node000019" title=" " alt="" coords="3525,40,3415,82,3413,77,3523,35"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="3093,80,3310,107"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1974,80,2146,123"/>
<area shape="poly" id="edge14_Node000001_Node000020" title=" " alt="" coords="3204,48,3204,80,3199,80,3199,48"/> <area shape="poly" id="edge16_Node000001_Node000021" title=" " alt="" coords="3457,25,2792,45,2425,62,2273,72,2157,83,2146,84,2146,79,2157,77,2273,66,2425,56,2792,40,3457,20"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="1836,80,1991,107"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="5200,80,5373,123"/>
<area shape="poly" id="edge17_Node000001_Node000022" title=" " alt="" coords="3128,24,2655,41,2333,58,2004,83,1992,84,1991,79,2004,77,2332,53,2655,35,3128,19"/> <area shape="poly" id="edge19_Node000001_Node000023" title=" " alt="" coords="3686,20,4272,39,4660,56,5055,77,5200,89,5200,94,5054,83,4660,61,4272,44,3686,26"/>
<area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="5025,80,5247,107"/> <area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="835,80,1007,123"/>
<area shape="poly" id="edge20_Node000001_Node000024" title=" " alt="" coords="3274,19,3941,41,4904,77,5024,83,5024,89,4904,83,3941,46,3274,25"/> <area shape="poly" id="edge22_Node000001_Node000025" title=" " alt="" coords="3458,26,1570,83,1008,100,1008,95,1570,77,3458,21"/>
<area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="887,80,1065,107"/> <area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3474,80,3669,123"/>
<area shape="poly" id="edge23_Node000001_Node000026" title=" " alt="" coords="3128,25,1066,92,1065,86,3128,20"/> <area shape="poly" id="edge42_Node000001_Node000039" title=" " alt="" coords="3574,48,3574,80,3569,80,3569,48"/>
<area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="3334,80,3599,107"/> <area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1583,80,1755,123"/>
<area shape="poly" id="edge43_Node000001_Node000040" title=" " alt="" coords="3262,34,3421,77,3419,82,3261,39"/> <area shape="poly" id="edge45_Node000001_Node000041" title=" " alt="" coords="3457,26,2821,46,2394,62,1961,83,1755,96,1755,91,1961,77,2394,57,2821,40,3457,20"/>
<area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="1496,80,1704,107"/> <area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4848,80,5042,123"/>
<area shape="poly" id="edge46_Node000001_Node000042" title=" " alt="" coords="3128,26,1824,83,1705,89,1705,84,1824,77,3128,20"/> <area shape="poly" id="edge48_Node000001_Node000043" title=" " alt="" coords="3686,18,3900,21,4186,30,4509,48,4836,77,4848,79,4847,84,4835,83,4509,53,4185,35,3900,26,3686,23"/>
<area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="4628,80,4892,107"/> <area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="3078,80,3250,123"/>
<area shape="poly" id="edge49_Node000001_Node000044" title=" " alt="" coords="3275,19,3831,39,4219,56,4616,77,4628,78,4627,83,4616,83,4219,61,3831,44,3274,25"/> <area shape="poly" id="edge51_Node000001_Node000045" title=" " alt="" coords="3491,38,3262,83,3251,85,3250,80,3260,77,3489,33"/>
<area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2867,80,3069,107"/> <area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="4108,80,4281,123"/>
<area shape="poly" id="edge52_Node000001_Node000046" title=" " alt="" coords="3147,39,3010,82,3008,77,3146,34"/> <area shape="poly" id="edge54_Node000001_Node000047" title=" " alt="" coords="3686,32,4108,86,4107,91,3685,37"/>
<area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="3923,80,4138,107"/> <area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2170,80,2342,123"/>
<area shape="poly" id="edge55_Node000001_Node000048" title=" " alt="" coords="3275,24,3923,80,3922,85,3274,29"/> <area shape="poly" id="edge57_Node000001_Node000049" title=" " alt="" coords="3458,28,3044,51,2520,83,2343,96,2342,90,2519,77,3044,46,3457,23"/>
<area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2016,80,2203,107"/> <area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2728,80,2901,123"/>
<area shape="poly" id="edge58_Node000001_Node000050" title=" " alt="" coords="3128,27,2204,88,2203,83,3128,22"/> <area shape="poly" id="edge60_Node000001_Node000051" title=" " alt="" coords="3458,35,2901,93,2901,88,3458,29"/>
<area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="2575,80,2761,107"/> <area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4306,80,4478,123"/>
<area shape="poly" id="edge61_Node000001_Node000052" title=" " alt="" coords="3129,32,2761,82,2761,77,3128,27"/> <area shape="poly" id="edge63_Node000001_Node000053" title=" " alt="" coords="3686,23,3963,41,4128,57,4293,77,4306,79,4305,84,4293,83,4128,62,3963,47,3686,28"/>
<area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4162,80,4339,107"/> <area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5396,80,5569,123"/>
<area shape="poly" id="edge64_Node000001_Node000054" title=" " alt="" coords="3274,21,3650,40,3899,57,4151,77,4162,78,4162,84,4150,83,3898,62,3650,46,3274,26"/> <area shape="poly" id="edge66_Node000001_Node000055" title=" " alt="" coords="3685,19,4049,24,4540,35,5028,52,5231,64,5385,77,5396,79,5396,84,5385,83,5231,69,5028,58,4540,40,4049,29,3685,24"/>
<area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="5271,80,5502,107"/> <area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_8cpp.html" title=" " alt="" coords="5593,88,5751,115"/>
<area shape="poly" id="edge67_Node000001_Node000056" title=" " alt="" coords="3274,18,3588,21,4076,30,4659,48,5259,77,5271,78,5270,83,5258,83,4659,54,4076,36,3588,27,3274,23"/> <area shape="poly" id="edge69_Node000001_Node000057" title=" " alt="" coords="3685,18,4085,22,4632,31,5180,49,5408,62,5581,77,5623,85,5622,90,5581,83,5408,67,5180,54,4632,37,4085,27,3685,23"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2447,253,2587,280"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="2563,269,2786,296"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="3705,122,3677,164,3658,184,3634,200,3609,208,3572,216,3464,230,3163,250,2836,262,2588,267,2588,262,2836,256,3162,245,3463,225,3571,211,3608,203,3632,195,3654,180,3673,160,3701,119"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="3768,138,3744,180,3726,200,3705,216,3653,231,3563,244,3310,264,3024,276,2786,282,2786,277,3024,271,3309,259,3562,239,3651,226,3702,211,3722,196,3739,177,3764,136"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3724,163,3911,189"/> <area shape="rect" id="Node000014" href="$_b_n_o08x_rpt_acceleration_8cpp.html" title=" " alt="" coords="3794,179,4061,205"/>
<area shape="poly" id="edge7_Node000003_Node000015" title=" " alt="" coords="3745,115,3803,160,3800,165,3742,119"/> <area shape="poly" id="edge6_Node000002_Node000014" title=" " alt="" coords="3829,129,3908,176,3905,180,3826,133"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2470,336,2565,363"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="2604,352,2745,379"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="2520,296,2520,336,2515,336,2515,296"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="2677,312,2677,352,2672,352,2672,312"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2398,411,2493,437"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="2476,427,2678,453"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="2496,376,2459,412,2456,408,2492,372"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="2647,390,2595,428,2592,424,2644,386"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="2517,411,2662,437"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="2703,427,2841,453"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="2542,372,2579,408,2575,412,2539,376"/> <area shape="poly" id="edge5_Node000004_Node000012" title=" " alt="" coords="2705,386,2756,424,2753,428,2702,390"/>
<area shape="poly" id="edge9_Node000016_Node000004" title=" " alt="" coords="2460,120,2514,252,2509,254,2455,122"/> <area shape="poly" id="edge8_Node000015_Node000003" title=" " alt="" coords="2632,137,2673,268,2668,270,2627,138"/>
<area shape="rect" id="Node000017" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2219,163,2429,189"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_rpt_activity_classifier_8cpp.html" title=" " alt="" coords="2374,171,2586,213"/>
<area shape="poly" id="edge10_Node000016_Node000017" title=" " alt="" coords="2416,118,2344,164,2341,160,2413,113"/> <area shape="poly" id="edge9_Node000015_Node000016" title=" " alt="" coords="2575,134,2513,172,2511,168,2572,129"/>
<area shape="poly" id="edge12_Node000018_Node000004" title=" " alt="" coords="4597,110,4628,128,4653,153,4662,177,4660,188,4652,200,4626,207,4566,214,4364,226,3742,246,3059,260,2587,267,2587,262,3058,255,3742,241,4364,220,4566,208,4625,202,4649,195,4655,186,4657,177,4648,156,4625,132,4594,115"/> <area shape="poly" id="edge11_Node000017_Node000003" title=" " alt="" coords="4802,128,4833,146,4857,167,4865,178,4869,191,4867,203,4859,215,4833,223,4776,229,4580,241,3973,261,3291,275,2786,283,2786,277,3290,270,3973,256,4580,236,4775,224,4832,218,4855,211,4862,201,4864,191,4860,181,4853,170,4829,150,4799,132"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4476,163,4638,189"/> <area shape="rect" id="Node000018" href="$_b_n_o08x_rpt_cal_gyro_8cpp.html" title=" " alt="" coords="4656,171,4845,213"/>
<area shape="poly" id="edge13_Node000018_Node000019" title=" " alt="" coords="4536,120,4554,161,4549,164,4531,122"/> <area shape="poly" id="edge12_Node000017_Node000018" title=" " alt="" coords="4745,138,4750,170,4745,171,4740,139"/>
<area shape="poly" id="edge15_Node000020_Node000004" title=" " alt="" coords="3163,116,3082,157,3044,181,3003,200,2892,229,2778,249,2673,260,2588,266,2587,261,2673,255,2777,244,2891,224,3002,195,3042,176,3080,152,3160,112"/> <area shape="poly" id="edge14_Node000019_Node000003" title=" " alt="" coords="3315,133,3177,216,3076,245,2972,264,2873,276,2786,282,2786,276,2872,270,2971,259,3074,239,3175,211,3312,129"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="3093,163,3310,189"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_rpt_cal_magnetometer_8cpp.html" title=" " alt="" coords="3261,171,3450,213"/>
<area shape="poly" id="edge16_Node000020_Node000021" title=" " alt="" coords="3204,122,3204,163,3199,163,3199,122"/> <area shape="poly" id="edge15_Node000019_Node000020" title=" " alt="" coords="3361,138,3359,170,3354,170,3355,138"/>
<area shape="poly" id="edge18_Node000022_Node000004" title=" " alt="" coords="1925,120,1948,160,1963,179,1983,195,2019,211,2069,224,2195,244,2331,255,2447,261,2447,266,2331,261,2195,249,2068,230,2017,216,1980,200,1960,183,1943,163,1921,122"/> <area shape="poly" id="edge17_Node000021_Node000003" title=" " alt="" coords="2073,136,2095,177,2110,196,2128,211,2160,226,2205,239,2319,259,2446,270,2563,276,2562,281,2445,276,2318,264,2204,245,2158,231,2125,216,2106,199,2090,180,2069,138"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1728,163,1883,189"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_rpt_gravity_8cpp.html" title=" " alt="" coords="1791,179,2027,205"/>
<area shape="poly" id="edge19_Node000022_Node000023" title=" " alt="" coords="1886,118,1824,164,1820,160,1883,114"/> <area shape="poly" id="edge18_Node000021_Node000022" title=" " alt="" coords="2012,133,1932,180,1929,176,2010,129"/>
<area shape="poly" id="edge21_Node000024_Node000004" title=" " alt="" coords="5229,110,5261,127,5287,153,5297,177,5295,188,5287,200,5252,209,5173,217,4903,231,4523,243,4078,252,3183,263,2588,268,2588,262,3182,258,4078,246,4523,237,4903,226,5173,212,5251,204,5284,195,5290,186,5291,177,5283,156,5258,131,5226,115"/> <area shape="poly" id="edge20_Node000023_Node000003" title=" " alt="" coords="5351,128,5382,146,5407,167,5415,179,5418,191,5416,203,5408,216,5375,225,5301,232,5049,246,4691,257,4269,266,3403,278,2786,283,2786,278,3403,273,4269,261,4691,252,5049,241,5301,227,5374,219,5405,211,5411,201,5413,191,5410,181,5403,170,5379,150,5348,132"/>
<area shape="rect" id="Node000025" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="5051,163,5274,189"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_rpt_linear_acceleration_8cpp.html" title=" " alt="" coords="5189,171,5394,213"/>
<area shape="poly" id="edge22_Node000024_Node000025" title=" " alt="" coords="5147,121,5161,162,5156,163,5142,122"/> <area shape="poly" id="edge21_Node000023_Node000024" title=" " alt="" coords="5291,138,5293,170,5288,171,5286,138"/>
<area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="5,155,224,197"/> <area shape="rect" id="Node000026" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="41,171,233,213"/>
<area shape="poly" id="edge24_Node000026_Node000027" title=" " alt="" coords="872,110,692,124,552,131,413,140,236,157,225,159,224,153,236,152,412,134,552,126,692,118,871,104"/> <area shape="poly" id="edge23_Node000025_Node000026" title=" " alt="" coords="819,113,559,136,245,173,234,175,233,170,245,168,558,131,819,108"/>
<area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="451,163,677,189"/> <area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="540,171,713,213"/>
<area shape="poly" id="edge27_Node000026_Node000029" title=" " alt="" coords="896,113,629,165,628,159,895,108"/> <area shape="poly" id="edge26_Node000025_Node000028" title=" " alt="" coords="838,130,696,173,695,167,837,125"/>
<area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="701,163,869,189"/> <area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="736,171,909,213"/>
<area shape="poly" id="edge30_Node000026_Node000031" title=" " alt="" coords="933,115,816,165,814,160,931,111"/> <area shape="poly" id="edge29_Node000025_Node000030" title=" " alt="" coords="888,135,847,172,844,168,885,131"/>
<area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="894,163,1058,189"/> <area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="932,171,1105,213"/>
<area shape="poly" id="edge33_Node000026_Node000033" title=" " alt="" coords="979,122,979,163,973,163,973,122"/> <area shape="poly" id="edge32_Node000025_Node000032" title=" " alt="" coords="957,131,997,168,994,172,953,135"/>
<area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1083,163,1216,189"/> <area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="1128,171,1301,213"/>
<area shape="poly" id="edge36_Node000026_Node000035" title=" " alt="" coords="1018,111,1123,160,1121,165,1015,116"/> <area shape="poly" id="edge35_Node000025_Node000034" title=" " alt="" coords="1005,125,1146,167,1145,173,1003,130"/>
<area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="248,163,426,189"/> <area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1324,171,1497,213"/>
<area shape="poly" id="edge39_Node000026_Node000037" title=" " alt="" coords="872,110,653,131,559,141,439,157,397,165,396,159,438,152,558,135,653,125,871,104"/> <area shape="poly" id="edge38_Node000025_Node000036" title=" " alt="" coords="1023,117,1313,168,1324,170,1323,175,1313,173,1022,122"/>
<area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1239,163,1422,189"/> <area shape="rect" id="Node000038" href="$_b_n_o08x_rpt_r_v_generic_8cpp.html" title=" " alt="" coords="257,179,516,205"/>
<area shape="poly" id="edge40_Node000026_Node000038" title=" " alt="" coords="1047,108,1275,159,1274,165,1046,113"/> <area shape="poly" id="edge41_Node000025_Node000038" title=" " alt="" coords="820,122,464,181,463,175,819,117"/>
<area shape="poly" id="edge25_Node000027_Node000004" title=" " alt="" coords="239,195,653,214,1316,234,2446,261,2446,266,1316,239,653,219,239,200"/> <area shape="poly" id="edge24_Node000026_Node000003" title=" " alt="" coords="249,211,413,221,670,231,1350,250,2563,277,2563,282,1350,255,670,236,413,226,248,216"/>
<area shape="rect" id="Node000028" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="5,245,224,288"/> <area shape="rect" id="Node000027" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="5,261,269,304"/>
<area shape="poly" id="edge26_Node000027_Node000028" title=" " alt="" coords="117,213,117,245,112,245,112,213"/> <area shape="poly" id="edge25_Node000026_Node000027" title=" " alt="" coords="140,229,140,261,134,261,134,229"/>
<area shape="poly" id="edge28_Node000029_Node000004" title=" " alt="" coords="649,190,689,195,853,207,1071,219,1590,238,2447,261,2447,267,1590,244,1070,224,853,212,689,200,648,195"/> <area shape="poly" id="edge27_Node000028_Node000003" title=" " alt="" coords="728,211,903,226,1128,239,1657,258,2181,271,2563,277,2563,283,2181,276,1657,264,1127,244,903,231,728,216"/>
<area shape="rect" id="Node000030" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="451,253,677,280"/> <area shape="rect" id="Node000029" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="400,261,663,304"/>
<area shape="poly" id="edge29_Node000029_Node000030" title=" " alt="" coords="567,205,567,253,561,253,561,205"/> <area shape="poly" id="edge28_Node000028_Node000029" title=" " alt="" coords="595,226,555,263,552,259,592,222"/>
<area shape="poly" id="edge31_Node000031_Node000004" title=" " alt="" coords="853,190,881,195,1026,208,1218,221,1678,240,2447,261,2447,267,1678,246,1218,226,1026,214,881,200,852,195"/> <area shape="poly" id="edge30_Node000030_Node000003" title=" " alt="" coords="924,211,1080,225,1279,237,1749,256,2563,277,2563,282,1749,262,1279,242,1079,230,923,216"/>
<area shape="rect" id="Node000032" href="$_b_n_o08x_rpt_game_r_v_8cpp.html" title=" " alt="" coords="701,253,869,280"/> <area shape="rect" id="Node000031" href="$_b_n_o08x_rpt_game_r_v_8cpp.html" title=" " alt="" coords="688,261,893,304"/>
<area shape="poly" id="edge32_Node000031_Node000032" title=" " alt="" coords="788,205,788,253,783,253,783,205"/> <area shape="poly" id="edge31_Node000030_Node000031" title=" " alt="" coords="812,229,800,262,795,260,807,227"/>
<area shape="poly" id="edge34_Node000033_Node000004" title=" " alt="" coords="1043,190,1071,195,1272,217,1478,234,1877,255,2217,263,2446,263,2446,269,2216,268,1876,260,1477,239,1272,222,1070,200,1043,196"/> <area shape="poly" id="edge33_Node000032_Node000003" title=" " alt="" coords="1120,211,1257,224,1431,235,1842,254,2563,276,2563,281,1842,259,1431,240,1257,229,1119,216"/>
<area shape="rect" id="Node000034" href="$_b_n_o08x_rpt_i_gyro_r_v_8cpp.html" title=" " alt="" coords="894,253,1058,280"/> <area shape="rect" id="Node000033" href="$_b_n_o08x_rpt_i_gyro_r_v_8cpp.html" title=" " alt="" coords="918,261,1119,304"/>
<area shape="poly" id="edge35_Node000033_Node000034" title=" " alt="" coords="979,205,979,253,973,253,973,205"/> <area shape="poly" id="edge34_Node000032_Node000033" title=" " alt="" coords="1021,229,1021,261,1016,261,1016,229"/>
<area shape="poly" id="edge37_Node000035_Node000004" title=" " alt="" coords="1208,191,1228,195,1339,208,1486,219,1839,239,2447,261,2446,266,1839,244,1486,225,1339,213,1227,200,1207,196"/> <area shape="poly" id="edge36_Node000034_Node000003" title=" " alt="" coords="1316,211,1495,231,1676,246,2029,267,2336,276,2563,279,2563,284,2336,281,2028,272,1676,251,1494,236,1315,216"/>
<area shape="rect" id="Node000036" href="$_b_n_o08x_rpt_r_v_8cpp.html" title=" " alt="" coords="1083,253,1216,280"/> <area shape="rect" id="Node000035" href="$_b_n_o08x_rpt_r_v_8cpp.html" title=" " alt="" coords="1144,269,1357,296"/>
<area shape="poly" id="edge38_Node000035_Node000036" title=" " alt="" coords="1152,205,1152,253,1147,253,1147,205"/> <area shape="poly" id="edge37_Node000034_Node000035" title=" " alt="" coords="1231,227,1248,268,1243,270,1226,229"/>
<area shape="poly" id="edge41_Node000038_Node000004" title=" " alt="" coords="1407,190,1440,195,1733,224,2021,244,2270,255,2447,261,2447,266,2270,261,2020,249,1732,229,1440,200,1407,195"/> <area shape="poly" id="edge39_Node000036_Node000003" title=" " alt="" coords="1512,210,1516,211,1812,240,2105,260,2366,271,2563,277,2563,282,2366,277,2105,265,1811,246,1515,216,1511,215"/>
<area shape="rect" id="Node000039" href="$_b_n_o08x_rpt_r_v_geomag_8cpp.html" title=" " alt="" coords="1239,253,1422,280"/> <area shape="rect" id="Node000037" href="$_b_n_o08x_rpt_r_v_geomag_8cpp.html" title=" " alt="" coords="1381,269,1643,296"/>
<area shape="poly" id="edge42_Node000038_Node000039" title=" " alt="" coords="1333,205,1333,253,1328,253,1328,205"/> <area shape="poly" id="edge40_Node000036_Node000037" title=" " alt="" coords="1447,221,1499,267,1496,271,1443,226"/>
<area shape="poly" id="edge44_Node000040_Node000004" title=" " alt="" coords="3554,110,3587,127,3613,153,3622,176,3620,188,3612,199,3597,207,3567,213,3469,225,3175,245,2843,259,2588,266,2588,261,2843,253,3175,239,3469,220,3566,208,3595,202,3609,195,3615,186,3617,177,3608,156,3584,131,3552,115"/> <area shape="poly" id="edge43_Node000039_Node000003" title=" " alt="" coords="3631,128,3659,146,3682,168,3692,191,3691,203,3683,215,3665,227,3636,237,3551,254,3437,266,3305,275,3023,283,2786,285,2786,280,3022,278,3304,269,3437,261,3550,249,3635,232,3663,222,3679,211,3686,201,3687,192,3678,171,3656,151,3628,132"/>
<area shape="rect" id="Node000041" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3334,163,3599,189"/> <area shape="rect" id="Node000040" href="$_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8cpp.html" title=" " alt="" coords="3474,171,3669,213"/>
<area shape="poly" id="edge45_Node000040_Node000041" title=" " alt="" coords="3469,122,3469,163,3464,163,3464,122"/> <area shape="poly" id="edge44_Node000039_Node000040" title=" " alt="" coords="3574,138,3574,170,3569,170,3569,138"/>
<area shape="poly" id="edge47_Node000042_Node000004" title=" " alt="" coords="1538,115,1508,132,1486,156,1478,177,1479,186,1486,195,1504,207,1536,218,1631,235,1759,248,1907,256,2212,263,2447,263,2447,269,2212,269,1906,261,1758,253,1630,241,1534,223,1502,212,1482,199,1475,188,1473,177,1482,153,1505,128,1535,110"/> <area shape="poly" id="edge46_Node000041_Node000003" title=" " alt="" coords="1613,133,1585,151,1563,171,1553,192,1555,201,1561,211,1574,217,1602,224,1692,235,1971,254,2295,268,2563,276,2563,281,2294,273,1970,259,1692,240,1601,229,1573,222,1558,215,1550,203,1548,191,1558,168,1581,146,1610,128"/>
<area shape="rect" id="Node000043" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1496,163,1704,189"/> <area shape="rect" id="Node000042" href="$_b_n_o08x_rpt_raw_m_e_m_s_gyro_8cpp.html" title=" " alt="" coords="1571,171,1767,213"/>
<area shape="poly" id="edge48_Node000042_Node000043" title=" " alt="" coords="1603,122,1603,163,1597,163,1597,122"/> <area shape="poly" id="edge47_Node000041_Node000042" title=" " alt="" coords="1672,138,1672,170,1666,170,1666,138"/>
<area shape="poly" id="edge50_Node000044_Node000004" title=" " alt="" coords="4749,122,4719,164,4698,184,4674,200,4638,208,4571,216,4358,230,4067,241,3730,250,3053,262,2588,267,2588,262,3053,257,3730,244,4066,235,4358,224,4571,211,4637,203,4672,195,4695,180,4715,160,4744,119"/> <area shape="poly" id="edge49_Node000043_Node000003" title=" " alt="" coords="4937,139,4916,180,4901,200,4881,216,4847,226,4782,234,4576,249,4292,260,3962,269,3284,280,2786,284,2786,278,3284,274,3962,264,4292,255,4575,244,4781,229,4845,220,4878,211,4897,196,4912,177,4932,136"/>
<area shape="rect" id="Node000045" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4764,163,5028,189"/> <area shape="rect" id="Node000044" href="$_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8cpp.html" title=" " alt="" coords="4970,171,5165,213"/>
<area shape="poly" id="edge51_Node000044_Node000045" title=" " alt="" coords="4796,113,4876,160,4873,165,4793,117"/> <area shape="poly" id="edge50_Node000043_Node000044" title=" " alt="" coords="4987,130,5040,168,5037,172,4984,134"/>
<area shape="poly" id="edge53_Node000046_Node000004" title=" " alt="" coords="2983,121,2992,160,2990,181,2981,199,2954,219,2914,235,2864,247,2809,255,2691,265,2588,268,2588,263,2691,260,2808,250,2863,241,2912,230,2951,214,2976,196,2985,179,2987,160,2978,122"/> <area shape="poly" id="edge52_Node000045_Node000003" title=" " alt="" coords="3171,138,3168,178,3162,198,3150,215,3124,233,3088,247,2995,267,2888,278,2786,283,2786,278,2887,273,2994,261,3087,242,3122,228,3146,211,3157,196,3163,177,3166,138"/>
<area shape="rect" id="Node000047" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2765,163,2966,189"/> <area shape="rect" id="Node000046" href="$_b_n_o08x_rpt_shake_detector_8cpp.html" title=" " alt="" coords="2928,171,3135,213"/>
<area shape="poly" id="edge54_Node000046_Node000047" title=" " alt="" coords="2941,119,2883,164,2879,160,2938,114"/> <area shape="poly" id="edge53_Node000045_Node000046" title=" " alt="" coords="3122,134,3064,172,3061,168,3119,129"/>
<area shape="poly" id="edge56_Node000048_Node000004" title=" " alt="" coords="4108,110,4140,127,4165,153,4174,177,4172,188,4164,199,4140,210,4092,219,3937,235,3721,246,3470,255,2956,265,2588,268,2588,262,2956,259,3470,250,3721,241,3936,229,4091,214,4138,205,4161,195,4167,186,4169,177,4160,156,4137,132,4106,115"/> <area shape="poly" id="edge55_Node000047_Node000003" title=" " alt="" coords="4260,128,4291,146,4316,167,4324,178,4328,191,4326,203,4317,215,4295,226,4250,235,4105,250,3903,261,3666,270,3169,280,2786,284,2786,278,3169,275,3666,264,3903,256,4105,244,4249,229,4293,221,4314,211,4321,201,4322,191,4319,181,4312,170,4288,150,4257,132"/>
<area shape="rect" id="Node000049" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="3935,163,4150,189"/> <area shape="rect" id="Node000048" href="$_b_n_o08x_rpt_stability_classifier_8cpp.html" title=" " alt="" coords="4086,171,4303,213"/>
<area shape="poly" id="edge57_Node000048_Node000049" title=" " alt="" coords="4037,122,4043,162,4038,163,4032,123"/> <area shape="poly" id="edge56_Node000047_Node000048" title=" " alt="" coords="4197,138,4197,170,4192,170,4192,138"/>
<area shape="poly" id="edge59_Node000050_Node000004" title=" " alt="" coords="2049,115,2020,132,1998,156,1990,177,1992,186,1998,195,2019,207,2060,218,2182,236,2323,250,2447,259,2446,264,2323,255,2181,241,2059,223,2017,212,1994,199,1987,188,1985,176,1994,153,2017,128,2046,111"/> <area shape="poly" id="edge58_Node000049_Node000003" title=" " alt="" coords="2184,132,2160,150,2142,172,2134,193,2136,202,2141,211,2161,222,2197,232,2306,250,2438,263,2563,272,2563,278,2438,268,2305,255,2196,237,2159,227,2138,215,2131,204,2129,193,2137,169,2157,146,2181,128"/>
<area shape="rect" id="Node000051" href="$_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="2008,163,2195,189"/> <area shape="rect" id="Node000050" href="$_b_n_o08x_rpt_step_counter_8cpp.html" title=" " alt="" coords="2152,171,2349,213"/>
<area shape="poly" id="edge60_Node000050_Node000051" title=" " alt="" coords="2109,123,2105,163,2100,162,2104,122"/> <area shape="poly" id="edge59_Node000049_Node000050" title=" " alt="" coords="2256,138,2254,171,2249,170,2251,138"/>
<area shape="poly" id="edge62_Node000052_Node000004" title=" " alt="" coords="2606,115,2573,132,2546,156,2532,180,2524,207,2520,253,2514,253,2519,206,2527,178,2542,153,2570,128,2603,110"/> <area shape="poly" id="edge61_Node000051_Node000003" title=" " alt="" coords="2749,132,2723,150,2702,172,2689,197,2681,223,2677,269,2671,268,2676,222,2684,195,2698,169,2720,146,2746,128"/>
<area shape="rect" id="Node000053" href="$_b_n_o08x_rpt_tap_detector_8cpp.html" title=" " alt="" coords="2555,163,2741,189"/> <area shape="rect" id="Node000052" href="$_b_n_o08x_rpt_tap_detector_8cpp.html" title=" " alt="" coords="2712,171,2903,213"/>
<area shape="poly" id="edge63_Node000052_Node000053" title=" " alt="" coords="2664,123,2653,163,2648,162,2658,121"/> <area shape="poly" id="edge62_Node000051_Node000052" title=" " alt="" coords="2814,138,2812,171,2807,170,2809,138"/>
<area shape="poly" id="edge65_Node000054_Node000004" title=" " alt="" coords="4244,123,4223,164,4207,184,4186,200,4160,207,4109,214,3949,227,3476,247,2958,260,2588,267,2588,262,2957,255,3476,241,3949,221,4109,209,4159,202,4184,195,4203,180,4218,161,4239,120"/> <area shape="poly" id="edge64_Node000053_Node000003" title=" " alt="" coords="4387,139,4371,180,4357,200,4340,216,4315,224,4268,231,4119,244,3674,263,3172,276,2786,283,2786,277,3172,271,3673,258,4119,238,4268,226,4314,218,4337,211,4353,196,4366,178,4382,137"/>
<area shape="rect" id="Node000055" href="$_b_n_o08x_rpt_uncal_gyro_8cpp.html" title=" " alt="" coords="4276,163,4452,189"/> <area shape="rect" id="Node000054" href="$_b_n_o08x_rpt_uncal_gyro_8cpp.html" title=" " alt="" coords="4429,171,4632,213"/>
<area shape="poly" id="edge66_Node000054_Node000055" title=" " alt="" coords="4282,114,4348,160,4345,164,4279,118"/> <area shape="poly" id="edge65_Node000053_Node000054" title=" " alt="" coords="4438,129,4499,168,4497,172,4435,134"/>
<area shape="poly" id="edge68_Node000056_Node000004" title=" " alt="" coords="5377,122,5351,164,5332,184,5309,200,5262,211,5173,221,4890,237,4504,249,4059,258,3173,266,2588,268,2588,263,3173,261,4059,252,4504,244,4889,232,5172,216,5261,206,5307,195,5328,180,5346,161,5373,119"/> <area shape="poly" id="edge67_Node000055_Node000003" title=" " alt="" coords="5478,139,5462,180,5448,200,5430,216,5387,229,5304,240,5039,258,4676,270,4254,278,3395,285,2786,284,2786,279,3395,279,4254,273,4676,265,5039,252,5303,235,5386,223,5428,211,5444,196,5457,178,5473,137"/>
<area shape="rect" id="Node000057" href="$_b_n_o08x_rpt_uncal_magnetometer_8cpp.html" title=" " alt="" coords="5399,163,5630,189"/> <area shape="rect" id="Node000056" href="$_b_n_o08x_rpt_uncal_magnetometer_8cpp.html" title=" " alt="" coords="5519,171,5723,213"/>
<area shape="poly" id="edge69_Node000056_Node000057" title=" " alt="" coords="5421,113,5496,160,5493,165,5418,118"/> <area shape="poly" id="edge68_Node000055_Node000056" title=" " alt="" coords="5529,129,5590,168,5587,172,5526,134"/>
</map> </map>

View File

@ -1 +1 @@
15d2e81be5f897e7ddce3a3af5e6e303 c09804c104c97efdde910a67abbfe781

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 220 KiB

View File

@ -1,50 +1,52 @@
<map id="BNO08xRpt.hpp" name="BNO08xRpt.hpp"> <map id="include/report/BNO08xRpt.hpp" name="include/report/BNO08xRpt.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1260,5,1376,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1252,5,1449,32"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="128,304,204,331"/> <area shape="rect" id="Node000002" title=" " alt="" coords="204,304,281,331"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1260,24,976,35,580,58,384,76,214,98,143,111,86,125,44,140,20,156,10,175,10,194,19,213,34,232,79,267,126,294,124,299,76,271,31,236,14,216,5,195,4,174,16,153,42,135,85,120,142,105,213,92,383,70,579,53,975,29,1260,19"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1251,25,946,36,555,60,367,77,205,99,139,111,85,125,45,140,22,156,9,180,12,201,28,222,53,242,120,275,190,299,188,304,118,280,50,246,24,226,7,203,4,179,18,153,42,136,83,120,138,106,204,94,367,72,555,54,946,31,1251,20"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,155,1311,181"/> <area shape="rect" id="Node000003" title=" " alt="" coords="1388,80,1465,107"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="1313,34,1245,143,1241,140,1308,31"/> <area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="1366,31,1404,67,1401,71,1362,34"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="1392,229,1527,256"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,155,1313,181"/>
<area shape="poly" id="edge25_Node000001_Node000011" title=" " alt="" coords="1328,31,1445,215,1441,217,1324,34"/> <area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="1342,34,1251,144,1247,141,1338,31"/>
<area shape="rect" id="Node000012" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,80,808,107"/> <area shape="rect" id="Node000012" title=" " alt="" coords="1394,229,1528,256"/>
<area shape="poly" id="edge11_Node000001_Node000012" title=" " alt="" coords="1260,30,824,83,823,77,1260,24"/> <area shape="poly" id="edge26_Node000001_Node000012" title=" " alt="" coords="1355,32,1364,66,1378,106,1411,166,1445,215,1440,218,1407,169,1373,108,1359,67,1350,33"/>
<area shape="rect" id="Node000021" title=" " alt="" coords="1386,80,1439,107"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,80,760,107"/>
<area shape="poly" id="edge24_Node000001_Node000021" title=" " alt="" coords="1336,30,1386,68,1383,73,1333,35"/> <area shape="poly" id="edge12_Node000001_Node000013" title=" " alt="" coords="1252,33,776,84,776,79,1251,28"/>
<area shape="rect" id="Node000022" title=" " alt="" coords="1463,80,1538,107"/> <area shape="rect" id="Node000022" title=" " alt="" coords="1489,80,1542,107"/>
<area shape="poly" id="edge26_Node000001_Node000022" title=" " alt="" coords="1351,30,1455,71,1453,76,1349,35"/> <area shape="poly" id="edge25_Node000001_Node000022" title=" " alt="" coords="1380,30,1476,72,1474,77,1378,35"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="1257,229,1318,256"/> <area shape="rect" id="Node000023" title=" " alt="" coords="1566,80,1641,107"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1240,180,1270,216,1265,219,1236,184"/> <area shape="poly" id="edge27_Node000001_Node000023" title=" " alt="" coords="1395,30,1552,75,1551,80,1394,35"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="635,229,713,256"/> <area shape="rect" id="Node000005" title=" " alt="" coords="1258,229,1320,256"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1143,183,1132,184,931,204,842,214,729,232,728,226,841,209,930,199,1131,179,1143,177"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1242,180,1271,216,1267,219,1238,184"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="245,304,309,331"/> <area shape="rect" id="Node000006" title=" " alt="" coords="637,229,715,256"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="1264,179,1295,194,1323,212,1339,234,1339,246,1332,258,1316,265,1285,272,1187,283,890,301,561,312,324,318,324,312,561,307,889,295,1186,278,1285,266,1314,260,1328,254,1334,244,1334,235,1320,216,1292,198,1261,184"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1145,183,1133,184,933,204,844,214,731,232,730,226,843,209,932,199,1133,179,1145,177"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="737,229,798,256"/> <area shape="rect" id="Node000007" title=" " alt="" coords="320,304,384,331"/>
<area shape="poly" id="edge6_Node000003_Node000007" title=" " alt="" coords="1144,183,972,206,813,232,812,226,971,201,1143,177"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="1265,179,1297,194,1325,212,1341,234,1341,246,1334,258,1319,265,1291,271,1200,282,925,299,621,311,399,318,399,312,621,306,925,294,1199,276,1290,266,1317,260,1330,254,1336,244,1336,235,1321,216,1294,198,1263,184"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="822,229,913,256"/> <area shape="rect" id="Node000008" title=" " alt="" coords="739,229,799,256"/>
<area shape="poly" id="edge7_Node000003_Node000008" title=" " alt="" coords="1163,185,928,231,927,226,1162,179"/> <area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="1145,183,974,206,815,232,814,226,973,201,1145,177"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="937,229,1078,256"/> <area shape="rect" id="Node000009" title=" " alt="" coords="824,229,914,256"/>
<area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="1190,184,1061,226,1060,221,1188,179"/> <area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="1165,185,930,231,929,226,1164,179"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="1102,229,1233,256"/> <area shape="rect" id="Node000010" title=" " alt="" coords="939,229,1079,256"/>
<area shape="poly" id="edge9_Node000003_Node000010" title=" " alt="" coords="1219,184,1189,219,1185,216,1215,180"/> <area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="1192,184,1063,226,1061,221,1190,179"/>
<area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="1269,179,1405,222,1404,227,1267,184"/> <area shape="rect" id="Node000011" title=" " alt="" coords="1104,229,1234,256"/>
<area shape="poly" id="edge17_Node000012_Node000003" title=" " alt="" coords="809,104,1129,150,1128,155,808,109"/> <area shape="poly" id="edge10_Node000004_Node000011" title=" " alt="" coords="1221,184,1191,219,1187,216,1217,180"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="435,155,519,181"/> <area shape="poly" id="edge11_Node000004_Node000012" title=" " alt="" coords="1270,179,1407,222,1405,227,1269,184"/>
<area shape="poly" id="edge12_Node000012_Node000013" title=" " alt="" coords="681,110,534,153,533,147,680,105"/> <area shape="poly" id="edge18_Node000013_Node000004" title=" " alt="" coords="761,103,1130,151,1130,156,761,108"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="542,155,630,181"/> <area shape="rect" id="Node000014" title=" " alt="" coords="231,155,315,181"/>
<area shape="poly" id="edge13_Node000012_Node000014" title=" " alt="" coords="701,110,625,149,622,145,698,105"/> <area shape="poly" id="edge13_Node000013_Node000014" title=" " alt="" coords="596,110,331,157,330,151,595,105"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="653,155,794,181"/> <area shape="rect" id="Node000015" title=" " alt="" coords="339,155,426,181"/>
<area shape="poly" id="edge14_Node000012_Node000015" title=" " alt="" coords="726,107,726,139,721,139,721,107"/> <area shape="poly" id="edge14_Node000013_Node000015" title=" " alt="" coords="625,110,442,155,441,150,624,105"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="818,155,941,181"/> <area shape="rect" id="Node000016" title=" " alt="" coords="450,155,590,181"/>
<area shape="poly" id="edge15_Node000012_Node000016" title=" " alt="" coords="752,105,839,145,837,150,749,110"/> <area shape="poly" id="edge15_Node000013_Node000016" title=" " alt="" coords="650,110,562,150,560,145,647,105"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="964,155,1120,181"/> <area shape="rect" id="Node000017" title=" " alt="" coords="615,155,737,181"/>
<area shape="poly" id="edge16_Node000012_Node000017" title=" " alt="" coords="780,105,972,148,971,153,779,110"/> <area shape="poly" id="edge16_Node000013_Node000017" title=" " alt="" coords="678,107,678,139,673,139,673,107"/>
<area shape="rect" id="Node000018" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,155,211,181"/> <area shape="rect" id="Node000018" title=" " alt="" coords="966,155,1121,181"/>
<area shape="poly" id="edge18_Node000012_Node000018" title=" " alt="" coords="639,107,227,157,226,151,638,102"/> <area shape="poly" id="edge17_Node000013_Node000018" title=" " alt="" coords="741,105,965,149,964,154,740,110"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,155,411,181"/> <area shape="rect" id="Node000019" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,155,942,181"/>
<area shape="poly" id="edge22_Node000012_Node000020" title=" " alt="" coords="654,110,409,154,408,149,653,105"/> <area shape="poly" id="edge19_Node000013_Node000019" title=" " alt="" coords="707,105,808,146,806,151,705,110"/>
<area shape="rect" id="Node000019" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,229,300,256"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,155,207,181"/>
<area shape="poly" id="edge19_Node000018_Node000019" title=" " alt="" coords="140,180,193,218,190,222,137,184"/> <area shape="poly" id="edge23_Node000013_Node000021" title=" " alt="" coords="591,108,224,156,223,151,590,103"/>
<area shape="poly" id="edge21_Node000019_Node000002" title=" " alt="" coords="214,258,187,293,183,290,210,255"/> <area shape="rect" id="Node000020" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,229,375,256"/>
<area shape="poly" id="edge20_Node000019_Node000006" title=" " alt="" coords="234,255,260,290,256,293,229,258"/> <area shape="poly" id="edge20_Node000019_Node000020" title=" " alt="" coords="761,184,391,232,390,227,760,178"/>
<area shape="poly" id="edge23_Node000020_Node000019" title=" " alt="" coords="307,184,254,222,251,218,304,180"/> <area shape="poly" id="edge22_Node000020_Node000002" title=" " alt="" coords="290,258,263,293,259,290,285,255"/>
<area shape="poly" id="edge21_Node000020_Node000007" title=" " alt="" coords="309,255,335,290,331,293,305,258"/>
<area shape="poly" id="edge24_Node000021_Node000020" title=" " alt="" coords="152,179,253,221,251,226,150,184"/>
</map> </map>

View File

@ -1 +1 @@
f480385531cf68e4f25c04e62c439ab4 8ed408d13eba1bed931318e9ab62f693

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRpt.hpp Source File</title> <title>esp32_BNO08x: include/report/BNO08xRpt.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -105,86 +105,91 @@ $(function(){initNavTree('_b_n_o08x_rpt_8hpp_source.html',''); initResizable();
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div> <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// standard library includes</span></div> <div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// standard library includes</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &lt;functional&gt;</span></div> <div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &lt;functional&gt;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// in-house includes</span></div> <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// esp-idf includes</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &quot;<a class="code" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a>&quot;</span></div> <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &quot;esp_log.h&quot;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include &quot;<a class="code" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a>&quot;</span></div> <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// in-house includes</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">// hill-crest labs includes (apache 2.0 license, compatible with MIT)</span></div> <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include &quot;<a class="code" href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a>&quot;</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &quot;sh2.h&quot;</span></div> <div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#include &quot;<a class="code" href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a>&quot;</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include &quot;sh2_SensorValue.h&quot;</span></div> <div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">// hill-crest labs includes (apache 2.0 license, compatible with MIT)</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include &quot;sh2_err.h&quot;</span></div> <div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include &quot;sh2.h&quot;</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div> <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include &quot;sh2_SensorValue.h&quot;</span></div>
<div class="foldopen" id="foldopen00023" data-start="{" data-end="};"> <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include &quot;sh2_err.h&quot;</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html"> 23</a></span><span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_rpt.html">BNO08xRpt</a></div> <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span>{</div> <div class="foldopen" id="foldopen00025" data-start="{" data-end="};">
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">public</span>:</div> <div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html"> 25</a></span><span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x_rpt.html">BNO08xRpt</a></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a3012b77fd80f2c34e57d5a23299f1470">enable</a>(uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg = <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a>);</div> <div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span>{</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7d147e7540a4c6aa19749844e14cdadc">disable</a>(sh2_SensorConfig_t sensor_cfg = <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a>);</div> <div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a5b542b28c81fcd05cf2e3f3d2d437d46">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(<span class="keywordtype">void</span>)&gt; cb_fxn);</div> <div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7d147e7540a4c6aa19749844e14cdadc">disable</a>(sh2_SensorConfig_t sensor_cfg = <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a>);</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a74f6037286b51382535bab61680297ed">has_new_data</a>();</div> <div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a5b542b28c81fcd05cf2e3f3d2d437d46">register_cb</a>(std::function&lt;<span class="keywordtype">void</span>(<span class="keywordtype">void</span>)&gt; cb_fxn);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#ab3bb962696b135841ef7313bc631fc72">flush</a>();</div> <div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a74f6037286b51382535bab61680297ed">has_new_data</a>();</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7ce8e48cadf59f49068af7f1cb680b38">get_sample_counts</a>(<a class="code hl_struct" href="structbno08x__sample__counts__t.html">bno08x_sample_counts_t</a>&amp; sample_counts);</div> <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#ab3bb962696b135841ef7313bc631fc72">flush</a>();</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a1418be33824d3102dbc8f92558a402a6">clear_sample_counts</a>();</div> <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7ce8e48cadf59f49068af7f1cb680b38">get_sample_counts</a>(<a class="code hl_struct" href="structbno08x__sample__counts__t.html">bno08x_sample_counts_t</a>&amp; sample_counts);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#ad5b054279b01204f61b4c0408acf51cf">get_meta_data</a>(<a class="code hl_struct" href="structbno08x__meta__data__t.html">bno08x_meta_data_t</a>&amp; meta_data);</div> <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a1418be33824d3102dbc8f92558a402a6">clear_sample_counts</a>();</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div> <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#ad5b054279b01204f61b4c0408acf51cf">get_meta_data</a>(<a class="code hl_struct" href="structbno08x__meta__data__t.html">bno08x_meta_data_t</a>&amp; meta_data);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">protected</span>:</div> <div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a4ee529725467412df396d5c610ff7bb4"> 35</a></span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a4ee529725467412df396d5c610ff7bb4">enable</a>(</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512"> 36</a></span> uint8_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>; </div> <div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg = <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a>) = 0;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e"> 37</a></span> EventBits_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>; </div> <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52"> 38</a></span> uint32_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">period_us</a>; </div> <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5"> 39</a></span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>;</div> <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512"> 39</a></span> uint8_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>; </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div> <div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e"> 40</a></span> EventBits_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>; </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f"> 41</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f">update_data</a>(sh2_SensorValue_t* sensor_val) = 0;</div> <div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52"> 41</a></span> uint32_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">period_us</a>; </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div> <div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5"> 42</a></span> <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>;</div>
<div class="foldopen" id="foldopen00055" data-start="{" data-end="}"> <div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c"> 55</a></span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c">BNO08xRpt</a>(uint8_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>, EventBits_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>, <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>)</div> <div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#aa0bed98a9a497d1f39e8245d05b02e9c">rpt_enable</a>(uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg = <a class="code hl_variable" href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> : <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>)</div> <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f"> 45</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f">update_data</a>(sh2_SensorValue_t* sensor_val) = 0;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>)</div> <div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">period_us</a>(0UL)</div> <div class="foldopen" id="foldopen00059" data-start="{" data-end="}">
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>)</div> <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c"> 59</a></span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c">BNO08xRpt</a>(uint8_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>, EventBits_t <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>, <a class="code hl_struct" href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>)</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div> <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> : <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">ID</a>)</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> {</div> <div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">rpt_bit</a>)</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> }</div> <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">period_us</a>(0UL)</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> , <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>(<a class="code hl_variable" href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">sync_ctx</a>)</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> {</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> }</div>
</div> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div> <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a61e3451e93806e1b7eaf5f1387726765">unlock_sh2_HAL</a>();</div> <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a61e3451e93806e1b7eaf5f1387726765">unlock_sh2_HAL</a>();</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7a5619a74c1237c5abde2e4bd6619d12">lock_sh2_HAL</a>();</div> <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a7a5619a74c1237c5abde2e4bd6619d12">lock_sh2_HAL</a>();</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a26bacc572187119339ec248bb4e7d6f3">unlock_user_data</a>();</div> <div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a26bacc572187119339ec248bb4e7d6f3">unlock_user_data</a>();</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a48e7b1a2c2ebc6b1f2f292735c0832a0">lock_user_data</a>();</div> <div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a48e7b1a2c2ebc6b1f2f292735c0832a0">lock_user_data</a>();</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a47a623eb0a1db51af76a03a103c32329">signal_data_available</a>();</div> <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_b_n_o08x_rpt.html#a47a623eb0a1db51af76a03a103c32329">signal_data_available</a>();</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div> <div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80"> 70</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">float</span> <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80">RAD_2_DEG</a> =</div> <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80"> 74</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">float</span> <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80">RAD_2_DEG</a> =</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> (180.0f / M_PI); </div> <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> (180.0f / M_PI); </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div> <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45"> 73</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45">TAG</a> = <span class="stringliteral">&quot;BNO08xRpt&quot;</span>;</div> <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45"> 77</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">constexpr</span> <span class="keywordtype">char</span>* <a class="code hl_variable" href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45">TAG</a> = <span class="stringliteral">&quot;BNO08xRpt&quot;</span>;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div> <div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a9313d906399750f09e3fe4dae87cec15"> 75</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x.html">BNO08x</a>;</div> <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="class_b_n_o08x_rpt.html#a9313d906399750f09e3fe4dae87cec15"> 79</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_b_n_o08x.html">BNO08x</a>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span>};</div> <div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span>};</div>
</div> </div>
<div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_global_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_global_types_8hpp.html">BNO08xGlobalTypes.hpp</a></div></div>
<div class="ttc" id="a_b_n_o08x_private_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a></div></div> <div class="ttc" id="a_b_n_o08x_private_types_8hpp_html"><div class="ttname"><a href="_b_n_o08x_private_types_8hpp.html">BNO08xPrivateTypes.hpp</a></div></div>
<div class="ttc" id="aclass_b_n_o08x_html"><div class="ttname"><a href="class_b_n_o08x.html">BNO08x</a></div><div class="ttdoc">BNO08x IMU driver class.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:33</div></div> <div class="ttc" id="aclass_b_n_o08x_html"><div class="ttname"><a href="class_b_n_o08x.html">BNO08x</a></div><div class="ttdoc">BNO08x IMU driver class.</div><div class="ttdef"><b>Definition</b> BNO08x.hpp:33</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html"><div class="ttname"><a href="class_b_n_o08x_rpt.html">BNO08xRpt</a></div><div class="ttdoc">Class to represent and manage reports returned from BNO08x.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:24</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html"><div class="ttname"><a href="class_b_n_o08x_rpt.html">BNO08xRpt</a></div><div class="ttdoc">Class to represent and manage reports returned from BNO08x.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:26</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a1418be33824d3102dbc8f92558a402a6"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a1418be33824d3102dbc8f92558a402a6">BNO08xRpt::clear_sample_counts</a></div><div class="ttdeci">bool clear_sample_counts()</div><div class="ttdoc">Clears BNO08x internal sample counts for this sensor. (see SH-2 ref manual 6.4.3.1)</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:173</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a1418be33824d3102dbc8f92558a402a6"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a1418be33824d3102dbc8f92558a402a6">BNO08xRpt::clear_sample_counts</a></div><div class="ttdeci">bool clear_sample_counts()</div><div class="ttdoc">Clears BNO08x internal sample counts for this sensor. (see SH-2 ref manual 6.4.3.1)</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:195</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a15e8eebe3fe90ac19837e3860c76374c"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c">BNO08xRpt::BNO08xRpt</a></div><div class="ttdeci">BNO08xRpt(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdoc">BNO08xRpt report constructor.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:55</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a15e8eebe3fe90ac19837e3860c76374c"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a15e8eebe3fe90ac19837e3860c76374c">BNO08xRpt::BNO08xRpt</a></div><div class="ttdeci">BNO08xRpt(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdoc">BNO08xRpt report constructor.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:59</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a1d4d6f4cc6f1eae503863eedf7fb9f52"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">BNO08xRpt::period_us</a></div><div class="ttdeci">uint32_t period_us</div><div class="ttdoc">The period/interval of the report in microseconds.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:38</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a1d4d6f4cc6f1eae503863eedf7fb9f52"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a1d4d6f4cc6f1eae503863eedf7fb9f52">BNO08xRpt::period_us</a></div><div class="ttdeci">uint32_t period_us</div><div class="ttdoc">The period/interval of the report in microseconds.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:41</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a201aeb71fefb0d9d485914176a82dd80"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80">BNO08xRpt::RAD_2_DEG</a></div><div class="ttdeci">static const constexpr float RAD_2_DEG</div><div class="ttdoc">Constant for radian to degree conversions, sed in quaternion to euler function conversions.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:70</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a201aeb71fefb0d9d485914176a82dd80"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a201aeb71fefb0d9d485914176a82dd80">BNO08xRpt::RAD_2_DEG</a></div><div class="ttdeci">static const constexpr float RAD_2_DEG</div><div class="ttdoc">Constant for radian to degree conversions, sed in quaternion to euler function conversions.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:74</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a26bacc572187119339ec248bb4e7d6f3"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a26bacc572187119339ec248bb4e7d6f3">BNO08xRpt::unlock_user_data</a></div><div class="ttdeci">void unlock_user_data()</div><div class="ttdoc">Unlocks user data to allow other tasks to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:244</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a26bacc572187119339ec248bb4e7d6f3"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a26bacc572187119339ec248bb4e7d6f3">BNO08xRpt::unlock_user_data</a></div><div class="ttdeci">void unlock_user_data()</div><div class="ttdoc">Unlocks user data to allow other tasks to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:266</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a2c57f370fb08b793bb10ec22d5acca45"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45">BNO08xRpt::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:73</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a2c57f370fb08b793bb10ec22d5acca45"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a2c57f370fb08b793bb10ec22d5acca45">BNO08xRpt::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:77</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a3012b77fd80f2c34e57d5a23299f1470"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a3012b77fd80f2c34e57d5a23299f1470">BNO08xRpt::enable</a></div><div class="ttdeci">bool enable(uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg=BNO08xPrivateTypes::default_sensor_cfg)</div><div class="ttdoc">Enables a sensor report such that the BNO08x begins sending it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:17</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a47a623eb0a1db51af76a03a103c32329"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a47a623eb0a1db51af76a03a103c32329">BNO08xRpt::signal_data_available</a></div><div class="ttdeci">void signal_data_available()</div><div class="ttdoc">Signals to BNO08x::data_available() that a new report has arrived.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:276</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a47a623eb0a1db51af76a03a103c32329"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a47a623eb0a1db51af76a03a103c32329">BNO08xRpt::signal_data_available</a></div><div class="ttdeci">void signal_data_available()</div><div class="ttdoc">Signals to BNO08x::data_available() that a new report has arrived.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:254</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a48e7b1a2c2ebc6b1f2f292735c0832a0"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a48e7b1a2c2ebc6b1f2f292735c0832a0">BNO08xRpt::lock_user_data</a></div><div class="ttdeci">void lock_user_data()</div><div class="ttdoc">Locks locks user data to only allow the calling task to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:256</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a48e7b1a2c2ebc6b1f2f292735c0832a0"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a48e7b1a2c2ebc6b1f2f292735c0832a0">BNO08xRpt::lock_user_data</a></div><div class="ttdeci">void lock_user_data()</div><div class="ttdoc">Locks locks user data to only allow the calling task to read/modify it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:234</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a4ee529725467412df396d5c610ff7bb4"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a4ee529725467412df396d5c610ff7bb4">BNO08xRpt::enable</a></div><div class="ttdeci">virtual bool enable(uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg=BNO08xPrivateTypes::default_sensor_cfg)=0</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:42</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a5b542b28c81fcd05cf2e3f3d2d437d46"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5b542b28c81fcd05cf2e3f3d2d437d46">BNO08xRpt::register_cb</a></div><div class="ttdeci">bool register_cb(std::function&lt; void(void)&gt; cb_fxn)</div><div class="ttdoc">Registers a callback to execute when new data from a specific report is received.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:96</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a5b542b28c81fcd05cf2e3f3d2d437d46"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5b542b28c81fcd05cf2e3f3d2d437d46">BNO08xRpt::register_cb</a></div><div class="ttdeci">bool register_cb(std::function&lt; void(void)&gt; cb_fxn)</div><div class="ttdoc">Registers a callback to execute when new data from a specific report is received.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:118</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a61e3451e93806e1b7eaf5f1387726765"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a61e3451e93806e1b7eaf5f1387726765">BNO08xRpt::unlock_sh2_HAL</a></div><div class="ttdeci">void unlock_sh2_HAL()</div><div class="ttdoc">Unlocks sh2 HAL lib to allow other tasks to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:224</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a61e3451e93806e1b7eaf5f1387726765"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a61e3451e93806e1b7eaf5f1387726765">BNO08xRpt::unlock_sh2_HAL</a></div><div class="ttdeci">void unlock_sh2_HAL()</div><div class="ttdoc">Unlocks sh2 HAL lib to allow other tasks to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:246</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:36</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a74f6037286b51382535bab61680297ed"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a74f6037286b51382535bab61680297ed">BNO08xRpt::has_new_data</a></div><div class="ttdeci">bool has_new_data()</div><div class="ttdoc">Checks if a new report has been received since the last time this function was called.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:112</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a74f6037286b51382535bab61680297ed"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a74f6037286b51382535bab61680297ed">BNO08xRpt::has_new_data</a></div><div class="ttdeci">bool has_new_data()</div><div class="ttdoc">Checks if a new report has been received since the last time this function was called.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:134</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a7a5619a74c1237c5abde2e4bd6619d12"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7a5619a74c1237c5abde2e4bd6619d12">BNO08xRpt::lock_sh2_HAL</a></div><div class="ttdeci">void lock_sh2_HAL()</div><div class="ttdoc">Locks sh2 HAL lib to only allow the calling task to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:214</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a7a5619a74c1237c5abde2e4bd6619d12"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7a5619a74c1237c5abde2e4bd6619d12">BNO08xRpt::lock_sh2_HAL</a></div><div class="ttdeci">void lock_sh2_HAL()</div><div class="ttdoc">Locks sh2 HAL lib to only allow the calling task to call its APIs.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:236</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a7ce8e48cadf59f49068af7f1cb680b38"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7ce8e48cadf59f49068af7f1cb680b38">BNO08xRpt::get_sample_counts</a></div><div class="ttdeci">bool get_sample_counts(bno08x_sample_counts_t &amp;sample_counts)</div><div class="ttdoc">Gets sample counts for this sensor (see SH-2 ref manual 6.4.3.1)</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:148</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a7ce8e48cadf59f49068af7f1cb680b38"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7ce8e48cadf59f49068af7f1cb680b38">BNO08xRpt::get_sample_counts</a></div><div class="ttdeci">bool get_sample_counts(bno08x_sample_counts_t &amp;sample_counts)</div><div class="ttdoc">Gets sample counts for this sensor (see SH-2 ref manual 6.4.3.1)</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:170</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a7d147e7540a4c6aa19749844e14cdadc"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7d147e7540a4c6aa19749844e14cdadc">BNO08xRpt::disable</a></div><div class="ttdeci">bool disable(sh2_SensorConfig_t sensor_cfg=BNO08xPrivateTypes::default_sensor_cfg)</div><div class="ttdoc">Disables a sensor report by setting its period to 0us such that the BNO08x stops sending it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:58</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a7d147e7540a4c6aa19749844e14cdadc"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a7d147e7540a4c6aa19749844e14cdadc">BNO08xRpt::disable</a></div><div class="ttdeci">bool disable(sh2_SensorConfig_t sensor_cfg=BNO08xPrivateTypes::default_sensor_cfg)</div><div class="ttdoc">Disables a sensor report by setting its period to 0us such that the BNO08x stops sending it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:68</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a970fb7e7d3745c62fec626f0ccf0759f"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f">BNO08xRpt::update_data</a></div><div class="ttdeci">virtual void update_data(sh2_SensorValue_t *sensor_val)=0</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a970fb7e7d3745c62fec626f0ccf0759f"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a970fb7e7d3745c62fec626f0ccf0759f">BNO08xRpt::update_data</a></div><div class="ttdeci">virtual void update_data(sh2_SensorValue_t *sensor_val)=0</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_ab3bb962696b135841ef7313bc631fc72"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ab3bb962696b135841ef7313bc631fc72">BNO08xRpt::flush</a></div><div class="ttdeci">bool flush()</div><div class="ttdoc">Flush all buffered reports for this sensor/report module.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:130</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_aa0bed98a9a497d1f39e8245d05b02e9c"><div class="ttname"><a href="class_b_n_o08x_rpt.html#aa0bed98a9a497d1f39e8245d05b02e9c">BNO08xRpt::rpt_enable</a></div><div class="ttdeci">bool rpt_enable(uint32_t time_between_reports, sh2_SensorConfig_t sensor_cfg=BNO08xPrivateTypes::default_sensor_cfg)</div><div class="ttdoc">Enables a sensor report such that the BNO08x begins sending it.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:17</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_ad5b054279b01204f61b4c0408acf51cf"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ad5b054279b01204f61b4c0408acf51cf">BNO08xRpt::get_meta_data</a></div><div class="ttdeci">bool get_meta_data(bno08x_meta_data_t &amp;meta_data)</div><div class="ttdoc">Retrieves meta data for this sensor/report by reading respective record in FRS (flash record system).</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:193</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_ab3bb962696b135841ef7313bc631fc72"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ab3bb962696b135841ef7313bc631fc72">BNO08xRpt::flush</a></div><div class="ttdeci">bool flush()</div><div class="ttdoc">Flush all buffered reports for this sensor/report module.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:152</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:37</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_ad5b054279b01204f61b4c0408acf51cf"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ad5b054279b01204f61b4c0408acf51cf">BNO08xRpt::get_meta_data</a></div><div class="ttdeci">bool get_meta_data(bno08x_meta_data_t &amp;meta_data)</div><div class="ttdoc">Retrieves meta data for this sensor/report by reading respective record in FRS (flash record system).</div><div class="ttdef"><b>Definition</b> BNO08xRpt.cpp:215</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a4f68e627c3c54e471ec83756b97924da"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a></div><div class="ttdeci">static sh2_SensorConfig default_sensor_cfg</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:125</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:40</div></div>
<div class="ttc" id="anamespace_b_n_o08x_private_types_html_a4f68e627c3c54e471ec83756b97924da"><div class="ttname"><a href="namespace_b_n_o08x_private_types.html#a4f68e627c3c54e471ec83756b97924da">BNO08xPrivateTypes::default_sensor_cfg</a></div><div class="ttdeci">static sh2_SensorConfig default_sensor_cfg</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:127</div></div>
<div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div> <div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div>
<div class="ttc" id="astructbno08x__meta__data__t_html"><div class="ttname"><a href="structbno08x__meta__data__t.html">bno08x_meta_data_t</a></div><div class="ttdoc">Struct to represent sensor/report meta data, returned from BNO08xRpt::get_meta_data()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:733</div></div> <div class="ttc" id="astructbno08x__meta__data__t_html"><div class="ttname"><a href="structbno08x__meta__data__t.html">bno08x_meta_data_t</a></div><div class="ttdoc">Struct to represent sensor/report meta data, returned from BNO08xRpt::get_meta_data()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:733</div></div>
<div class="ttc" id="astructbno08x__sample__counts__t_html"><div class="ttname"><a href="structbno08x__sample__counts__t.html">bno08x_sample_counts_t</a></div><div class="ttdoc">Struct to represent sample counts, returned from BNO08xRpt::get_sample_counts()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:704</div></div> <div class="ttc" id="astructbno08x__sample__counts__t_html"><div class="ttname"><a href="structbno08x__sample__counts__t.html">bno08x_sample_counts_t</a></div><div class="ttdoc">Struct to represent sample counts, returned from BNO08xRpt::get_sample_counts()</div><div class="ttdef"><b>Definition</b> BNO08xGlobalTypes.hpp:704</div></div>
@ -193,7 +198,7 @@ $(function(){initNavTree('_b_n_o08x_rpt_8hpp_source.html',''); initResizable();
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8hpp.html">BNO08xRpt.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_8hpp.html">BNO08xRpt.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedGameRV.cpp File Reference</title> <title>esp32_BNO08x: source/report/BNO08xRptARVRStabilizedGameRV.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -99,62 +99,64 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html','
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRptARVRStabilizedGameRV.cpp:</div> Include dependency graph for BNO08xRptARVRStabilizedGameRV.cpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp__incl.png" border="0" usemap="#asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp"> <map name="asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp" id="asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp">
<area shape="rect" title=" " alt="" coords="1209,5,1427,48"/> <area shape="rect" title=" " alt="" coords="1219,5,1482,48"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1209,96,1427,139"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1241,96,1460,139"/>
<area shape="poly" title=" " alt="" coords="1321,48,1321,81,1315,81,1315,48"/> <area shape="poly" title=" " alt="" coords="1353,48,1353,81,1348,81,1348,48"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,187,1407,213"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,187,1440,213"/>
<area shape="poly" title=" " alt="" coords="1321,139,1321,171,1315,171,1315,139"/> <area shape="poly" title=" " alt="" coords="1353,139,1353,171,1348,171,1348,139"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,261,1376,288"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,261,1408,288"/>
<area shape="poly" title=" " alt="" coords="1321,214,1321,246,1315,246,1315,214"/> <area shape="poly" title=" " alt="" coords="1353,214,1353,246,1348,246,1348,214"/>
<area shape="rect" title=" " alt="" coords="128,560,204,587"/> <area shape="rect" title=" " alt="" coords="204,560,281,587"/>
<area shape="poly" title=" " alt="" coords="1260,280,976,291,580,314,384,332,214,354,143,367,86,381,44,396,20,412,10,431,10,450,19,469,34,488,79,523,126,550,124,555,76,527,31,492,14,472,5,451,4,430,16,409,42,391,85,376,142,361,213,348,383,326,579,309,975,285,1260,275"/> <area shape="poly" title=" " alt="" coords="1293,280,1002,290,596,313,395,330,220,352,148,365,90,380,47,396,22,412,9,436,12,457,28,478,53,498,120,531,190,555,188,560,118,536,50,502,24,482,7,459,4,435,18,409,44,391,88,375,147,360,220,347,395,325,596,307,1002,284,1292,275"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,411,1311,437"/> <area shape="rect" title=" " alt="" coords="1388,336,1465,363"/>
<area shape="poly" title=" " alt="" coords="1313,290,1245,399,1241,396,1308,287"/> <area shape="poly" title=" " alt="" coords="1366,287,1404,323,1401,327,1362,290"/>
<area shape="rect" title=" " alt="" coords="1392,485,1527,512"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,411,1313,437"/>
<area shape="poly" title=" " alt="" coords="1328,287,1445,471,1441,473,1324,290"/> <area shape="poly" title=" " alt="" coords="1342,290,1251,400,1247,397,1338,287"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,336,808,363"/> <area shape="rect" title=" " alt="" coords="1394,485,1528,512"/>
<area shape="poly" title=" " alt="" coords="1260,286,824,339,823,333,1260,280"/> <area shape="poly" title=" " alt="" coords="1355,288,1364,322,1378,362,1411,422,1445,471,1440,474,1407,425,1373,364,1359,323,1350,289"/>
<area shape="rect" title=" " alt="" coords="1386,336,1439,363"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,336,760,363"/>
<area shape="poly" title=" " alt="" coords="1336,286,1386,324,1383,329,1333,291"/> <area shape="poly" title=" " alt="" coords="1293,285,777,340,776,335,1292,280"/>
<area shape="rect" title=" " alt="" coords="1463,336,1538,363"/> <area shape="rect" title=" " alt="" coords="1489,336,1542,363"/>
<area shape="poly" title=" " alt="" coords="1351,286,1455,327,1453,332,1349,291"/> <area shape="poly" title=" " alt="" coords="1380,286,1476,328,1474,333,1378,291"/>
<area shape="rect" title=" " alt="" coords="1257,485,1318,512"/> <area shape="rect" title=" " alt="" coords="1566,336,1641,363"/>
<area shape="poly" title=" " alt="" coords="1240,436,1270,472,1265,475,1236,440"/> <area shape="poly" title=" " alt="" coords="1395,286,1552,331,1551,336,1394,291"/>
<area shape="rect" title=" " alt="" coords="635,485,713,512"/> <area shape="rect" title=" " alt="" coords="1258,485,1320,512"/>
<area shape="poly" title=" " alt="" coords="1143,439,1132,440,931,460,842,470,729,488,728,482,841,465,930,455,1131,435,1143,433"/> <area shape="poly" title=" " alt="" coords="1242,436,1271,472,1267,475,1238,440"/>
<area shape="rect" title=" " alt="" coords="245,560,309,587"/> <area shape="rect" title=" " alt="" coords="637,485,715,512"/>
<area shape="poly" title=" " alt="" coords="1264,435,1295,450,1323,468,1339,490,1339,502,1332,514,1316,521,1285,528,1187,539,890,557,561,568,324,574,324,568,561,563,889,551,1186,534,1285,522,1314,516,1328,510,1334,500,1334,491,1320,472,1292,454,1261,440"/> <area shape="poly" title=" " alt="" coords="1145,439,1133,440,933,460,844,470,731,488,730,482,843,465,932,455,1133,435,1145,433"/>
<area shape="rect" title=" " alt="" coords="737,485,798,512"/> <area shape="rect" title=" " alt="" coords="320,560,384,587"/>
<area shape="poly" title=" " alt="" coords="1144,439,972,462,813,488,812,482,971,457,1143,433"/> <area shape="poly" title=" " alt="" coords="1265,435,1297,450,1325,468,1341,490,1341,502,1334,514,1319,521,1291,527,1200,538,925,555,621,567,399,574,399,568,621,562,925,550,1199,532,1290,522,1317,516,1330,510,1336,500,1336,491,1321,472,1294,454,1263,440"/>
<area shape="rect" title=" " alt="" coords="822,485,913,512"/> <area shape="rect" title=" " alt="" coords="739,485,799,512"/>
<area shape="poly" title=" " alt="" coords="1163,441,928,487,927,482,1162,435"/> <area shape="poly" title=" " alt="" coords="1145,439,974,462,815,488,814,482,973,457,1145,433"/>
<area shape="rect" title=" " alt="" coords="937,485,1078,512"/> <area shape="rect" title=" " alt="" coords="824,485,914,512"/>
<area shape="poly" title=" " alt="" coords="1190,440,1061,482,1060,477,1188,435"/> <area shape="poly" title=" " alt="" coords="1165,441,930,487,929,482,1164,435"/>
<area shape="rect" title=" " alt="" coords="1102,485,1233,512"/> <area shape="rect" title=" " alt="" coords="939,485,1079,512"/>
<area shape="poly" title=" " alt="" coords="1219,440,1189,475,1185,472,1215,436"/> <area shape="poly" title=" " alt="" coords="1192,440,1063,482,1061,477,1190,435"/>
<area shape="poly" title=" " alt="" coords="1269,435,1405,478,1404,483,1267,440"/> <area shape="rect" title=" " alt="" coords="1104,485,1234,512"/>
<area shape="poly" title=" " alt="" coords="809,360,1129,406,1128,411,808,365"/> <area shape="poly" title=" " alt="" coords="1221,440,1191,475,1187,472,1217,436"/>
<area shape="rect" title=" " alt="" coords="435,411,519,437"/> <area shape="poly" title=" " alt="" coords="1270,435,1407,478,1405,483,1269,440"/>
<area shape="poly" title=" " alt="" coords="681,366,534,409,533,403,680,361"/> <area shape="poly" title=" " alt="" coords="761,359,1130,407,1130,412,761,364"/>
<area shape="rect" title=" " alt="" coords="542,411,630,437"/> <area shape="rect" title=" " alt="" coords="231,411,315,437"/>
<area shape="poly" title=" " alt="" coords="701,366,625,405,622,401,698,361"/> <area shape="poly" title=" " alt="" coords="596,366,331,413,330,407,595,361"/>
<area shape="rect" title=" " alt="" coords="653,411,794,437"/> <area shape="rect" title=" " alt="" coords="339,411,426,437"/>
<area shape="poly" title=" " alt="" coords="726,363,726,395,721,395,721,363"/> <area shape="poly" title=" " alt="" coords="625,366,442,411,441,406,624,361"/>
<area shape="rect" title=" " alt="" coords="818,411,941,437"/> <area shape="rect" title=" " alt="" coords="450,411,590,437"/>
<area shape="poly" title=" " alt="" coords="752,361,839,401,837,406,749,366"/> <area shape="poly" title=" " alt="" coords="650,366,562,406,560,401,647,361"/>
<area shape="rect" title=" " alt="" coords="964,411,1120,437"/> <area shape="rect" title=" " alt="" coords="615,411,737,437"/>
<area shape="poly" title=" " alt="" coords="780,361,972,404,971,409,779,366"/> <area shape="poly" title=" " alt="" coords="678,363,678,395,673,395,673,363"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,411,211,437"/> <area shape="rect" title=" " alt="" coords="966,411,1121,437"/>
<area shape="poly" title=" " alt="" coords="639,363,227,413,226,407,638,358"/> <area shape="poly" title=" " alt="" coords="741,361,965,405,964,410,740,366"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,411,411,437"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,411,942,437"/>
<area shape="poly" title=" " alt="" coords="654,366,409,410,408,405,653,361"/> <area shape="poly" title=" " alt="" coords="707,361,808,402,806,407,705,366"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,485,300,512"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,411,207,437"/>
<area shape="poly" title=" " alt="" coords="140,436,193,474,190,478,137,440"/> <area shape="poly" title=" " alt="" coords="591,364,224,412,223,407,590,359"/>
<area shape="poly" title=" " alt="" coords="214,514,187,549,183,546,210,511"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,485,375,512"/>
<area shape="poly" title=" " alt="" coords="234,511,260,546,256,549,229,514"/> <area shape="poly" title=" " alt="" coords="761,440,391,488,390,483,760,434"/>
<area shape="poly" title=" " alt="" coords="307,440,254,478,251,474,304,436"/> <area shape="poly" title=" " alt="" coords="290,514,263,549,259,546,285,511"/>
<area shape="poly" title=" " alt="" coords="309,511,335,546,331,549,305,514"/>
<area shape="poly" title=" " alt="" coords="152,435,253,477,251,482,150,440"/>
</map> </map>
</div> </div>
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> </div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@ -164,7 +166,7 @@ Include dependency graph for BNO08xRptARVRStabilizedGameRV.cpp:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_105fd1ee051c171768c94e464b88861d.html">source</a></li><li class="navelem"><a class="el" href="dir_82b8b3f89fe769e7fc0bad50e1b2a4bf.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html">BNO08xRptARVRStabilizedGameRV.cpp</a></li> <li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_f3240a40405e637e3754c29e78869df9.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html">BNO08xRptARVRStabilizedGameRV.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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,56 +1,58 @@
<map id="BNO08xRptARVRStabilizedGameRV.cpp" name="BNO08xRptARVRStabilizedGameRV.cpp"> <map id="source/report/BNO08xRptARVRStabilizedGameRV.cpp" name="source/report/BNO08xRptARVRStabilizedGameRV.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1209,5,1427,48"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1219,5,1482,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1209,96,1427,139"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1241,96,1460,139"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,48,1321,81,1315,81,1315,48"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,48,1353,81,1348,81,1348,48"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,187,1407,213"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,187,1440,213"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1321,139,1321,171,1315,171,1315,139"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1353,139,1353,171,1348,171,1348,139"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,261,1376,288"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,261,1408,288"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1321,214,1321,246,1315,246,1315,214"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1353,214,1353,246,1348,246,1348,214"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="128,560,204,587"/> <area shape="rect" id="Node000005" title=" " alt="" coords="204,560,281,587"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1260,280,976,291,580,314,384,332,214,354,143,367,86,381,44,396,20,412,10,431,10,450,19,469,34,488,79,523,126,550,124,555,76,527,31,492,14,472,5,451,4,430,16,409,42,391,85,376,142,361,213,348,383,326,579,309,975,285,1260,275"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1293,280,1002,290,596,313,395,330,220,352,148,365,90,380,47,396,22,412,9,436,12,457,28,478,53,498,120,531,190,555,188,560,118,536,50,502,24,482,7,459,4,435,18,409,44,391,88,375,147,360,220,347,395,325,596,307,1002,284,1292,275"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,411,1311,437"/> <area shape="rect" id="Node000006" title=" " alt="" coords="1388,336,1465,363"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1313,290,1245,399,1241,396,1308,287"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1366,287,1404,323,1401,327,1362,290"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="1392,485,1527,512"/> <area shape="rect" id="Node000007" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,411,1313,437"/>
<area shape="poly" id="edge28_Node000004_Node000014" title=" " alt="" coords="1328,287,1445,471,1441,473,1324,290"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="1342,290,1251,400,1247,397,1338,287"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,336,808,363"/> <area shape="rect" id="Node000015" title=" " alt="" coords="1394,485,1528,512"/>
<area shape="poly" id="edge14_Node000004_Node000015" title=" " alt="" coords="1260,286,824,339,823,333,1260,280"/> <area shape="poly" id="edge29_Node000004_Node000015" title=" " alt="" coords="1355,288,1364,322,1378,362,1411,422,1445,471,1440,474,1407,425,1373,364,1359,323,1350,289"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1386,336,1439,363"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,336,760,363"/>
<area shape="poly" id="edge27_Node000004_Node000024" title=" " alt="" coords="1336,286,1386,324,1383,329,1333,291"/> <area shape="poly" id="edge15_Node000004_Node000016" title=" " alt="" coords="1293,285,777,340,776,335,1292,280"/>
<area shape="rect" id="Node000025" title=" " alt="" coords="1463,336,1538,363"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1489,336,1542,363"/>
<area shape="poly" id="edge29_Node000004_Node000025" title=" " alt="" coords="1351,286,1455,327,1453,332,1349,291"/> <area shape="poly" id="edge28_Node000004_Node000025" title=" " alt="" coords="1380,286,1476,328,1474,333,1378,291"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="1257,485,1318,512"/> <area shape="rect" id="Node000026" title=" " alt="" coords="1566,336,1641,363"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1240,436,1270,472,1265,475,1236,440"/> <area shape="poly" id="edge30_Node000004_Node000026" title=" " alt="" coords="1395,286,1552,331,1551,336,1394,291"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="635,485,713,512"/> <area shape="rect" id="Node000008" title=" " alt="" coords="1258,485,1320,512"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1143,439,1132,440,931,460,842,470,729,488,728,482,841,465,930,455,1131,435,1143,433"/> <area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="1242,436,1271,472,1267,475,1238,440"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="245,560,309,587"/> <area shape="rect" id="Node000009" title=" " alt="" coords="637,485,715,512"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1264,435,1295,450,1323,468,1339,490,1339,502,1332,514,1316,521,1285,528,1187,539,890,557,561,568,324,574,324,568,561,563,889,551,1186,534,1285,522,1314,516,1328,510,1334,500,1334,491,1320,472,1292,454,1261,440"/> <area shape="poly" id="edge8_Node000007_Node000009" title=" " alt="" coords="1145,439,1133,440,933,460,844,470,731,488,730,482,843,465,932,455,1133,435,1145,433"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="737,485,798,512"/> <area shape="rect" id="Node000010" title=" " alt="" coords="320,560,384,587"/>
<area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1144,439,972,462,813,488,812,482,971,457,1143,433"/> <area shape="poly" id="edge9_Node000007_Node000010" title=" " alt="" coords="1265,435,1297,450,1325,468,1341,490,1341,502,1334,514,1319,521,1291,527,1200,538,925,555,621,567,399,574,399,568,621,562,925,550,1199,532,1290,522,1317,516,1330,510,1336,500,1336,491,1321,472,1294,454,1263,440"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="822,485,913,512"/> <area shape="rect" id="Node000011" title=" " alt="" coords="739,485,799,512"/>
<area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1163,441,928,487,927,482,1162,435"/> <area shape="poly" id="edge10_Node000007_Node000011" title=" " alt="" coords="1145,439,974,462,815,488,814,482,973,457,1145,433"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="937,485,1078,512"/> <area shape="rect" id="Node000012" title=" " alt="" coords="824,485,914,512"/>
<area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1190,440,1061,482,1060,477,1188,435"/> <area shape="poly" id="edge11_Node000007_Node000012" title=" " alt="" coords="1165,441,930,487,929,482,1164,435"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1102,485,1233,512"/> <area shape="rect" id="Node000013" title=" " alt="" coords="939,485,1079,512"/>
<area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1219,440,1189,475,1185,472,1215,436"/> <area shape="poly" id="edge12_Node000007_Node000013" title=" " alt="" coords="1192,440,1063,482,1061,477,1190,435"/>
<area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1269,435,1405,478,1404,483,1267,440"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1104,485,1234,512"/>
<area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="809,360,1129,406,1128,411,808,365"/> <area shape="poly" id="edge13_Node000007_Node000014" title=" " alt="" coords="1221,440,1191,475,1187,472,1217,436"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="435,411,519,437"/> <area shape="poly" id="edge14_Node000007_Node000015" title=" " alt="" coords="1270,435,1407,478,1405,483,1269,440"/>
<area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="681,366,534,409,533,403,680,361"/> <area shape="poly" id="edge21_Node000016_Node000007" title=" " alt="" coords="761,359,1130,407,1130,412,761,364"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="542,411,630,437"/> <area shape="rect" id="Node000017" title=" " alt="" coords="231,411,315,437"/>
<area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="701,366,625,405,622,401,698,361"/> <area shape="poly" id="edge16_Node000016_Node000017" title=" " alt="" coords="596,366,331,413,330,407,595,361"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="653,411,794,437"/> <area shape="rect" id="Node000018" title=" " alt="" coords="339,411,426,437"/>
<area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="726,363,726,395,721,395,721,363"/> <area shape="poly" id="edge17_Node000016_Node000018" title=" " alt="" coords="625,366,442,411,441,406,624,361"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="818,411,941,437"/> <area shape="rect" id="Node000019" title=" " alt="" coords="450,411,590,437"/>
<area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="752,361,839,401,837,406,749,366"/> <area shape="poly" id="edge18_Node000016_Node000019" title=" " alt="" coords="650,366,562,406,560,401,647,361"/>
<area shape="rect" id="Node000020" title=" " alt="" coords="964,411,1120,437"/> <area shape="rect" id="Node000020" title=" " alt="" coords="615,411,737,437"/>
<area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="780,361,972,404,971,409,779,366"/> <area shape="poly" id="edge19_Node000016_Node000020" title=" " alt="" coords="678,363,678,395,673,395,673,363"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,411,211,437"/> <area shape="rect" id="Node000021" title=" " alt="" coords="966,411,1121,437"/>
<area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="639,363,227,413,226,407,638,358"/> <area shape="poly" id="edge20_Node000016_Node000021" title=" " alt="" coords="741,361,965,405,964,410,740,366"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,411,411,437"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,411,942,437"/>
<area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="654,366,409,410,408,405,653,361"/> <area shape="poly" id="edge22_Node000016_Node000022" title=" " alt="" coords="707,361,808,402,806,407,705,366"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,485,300,512"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,411,207,437"/>
<area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="140,436,193,474,190,478,137,440"/> <area shape="poly" id="edge26_Node000016_Node000024" title=" " alt="" coords="591,364,224,412,223,407,590,359"/>
<area shape="poly" id="edge24_Node000022_Node000005" title=" " alt="" coords="214,514,187,549,183,546,210,511"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,485,375,512"/>
<area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="234,511,260,546,256,549,229,514"/> <area shape="poly" id="edge23_Node000022_Node000023" title=" " alt="" coords="761,440,391,488,390,483,760,434"/>
<area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="307,440,254,478,251,474,304,436"/> <area shape="poly" id="edge25_Node000023_Node000005" title=" " alt="" coords="290,514,263,549,259,546,285,511"/>
<area shape="poly" id="edge24_Node000023_Node000010" title=" " alt="" coords="309,511,335,546,331,549,305,514"/>
<area shape="poly" id="edge27_Node000024_Node000023" title=" " alt="" coords="152,435,253,477,251,482,150,440"/>
</map> </map>

View File

@ -1 +1 @@
60ce74b4183e29f96b890517890b6a67 71454fd9c1415e80aee48b981285744d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedGameRV.hpp File Reference</title> <title>esp32_BNO08x: include/report/BNO08xRptARVRStabilizedGameRV.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -101,92 +101,94 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html','
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRptARVRStabilizedGameRV.hpp:</div> Include dependency graph for BNO08xRptARVRStabilizedGameRV.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp"> <map name="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp" id="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp">
<area shape="rect" title=" " alt="" coords="1209,5,1427,48"/> <area shape="rect" title=" " alt="" coords="1254,5,1447,48"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,96,1407,123"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,96,1440,123"/>
<area shape="poly" title=" " alt="" coords="1321,49,1321,80,1315,80,1315,49"/> <area shape="poly" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,171,1376,197"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,171,1408,197"/>
<area shape="poly" title=" " alt="" coords="1321,123,1321,155,1315,155,1315,123"/> <area shape="poly" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" title=" " alt="" coords="128,469,204,496"/> <area shape="rect" title=" " alt="" coords="204,469,281,496"/>
<area shape="poly" title=" " alt="" coords="1260,190,976,200,580,223,384,241,214,263,143,276,86,290,44,305,20,322,10,340,10,359,19,378,34,397,79,432,126,460,124,464,76,437,31,401,14,381,5,360,4,339,16,318,42,301,85,285,142,271,213,258,383,236,579,218,975,195,1260,184"/> <area shape="poly" title=" " alt="" coords="1293,189,1002,199,596,222,395,239,220,262,148,275,90,289,47,305,22,322,9,345,12,367,28,387,53,407,120,440,190,464,188,469,118,445,50,411,24,391,7,369,4,344,18,318,44,300,88,284,147,270,220,256,395,234,596,217,1002,194,1292,184"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,320,1311,347"/> <area shape="rect" title=" " alt="" coords="1388,245,1465,272"/>
<area shape="poly" title=" " alt="" coords="1313,199,1245,308,1241,305,1308,196"/> <area shape="poly" title=" " alt="" coords="1366,196,1404,233,1401,237,1362,200"/>
<area shape="rect" title=" " alt="" coords="1392,395,1527,421"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,320,1313,347"/>
<area shape="poly" title=" " alt="" coords="1328,196,1445,380,1441,383,1324,199"/> <area shape="poly" title=" " alt="" coords="1342,200,1251,310,1247,306,1338,196"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,245,808,272"/> <area shape="rect" title=" " alt="" coords="1394,395,1528,421"/>
<area shape="poly" title=" " alt="" coords="1260,195,824,248,823,243,1260,190"/> <area shape="poly" title=" " alt="" coords="1355,197,1364,231,1378,271,1411,331,1445,381,1440,384,1407,334,1373,273,1359,232,1350,198"/>
<area shape="rect" title=" " alt="" coords="1386,245,1439,272"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,245,760,272"/>
<area shape="poly" title=" " alt="" coords="1336,196,1386,234,1383,238,1333,200"/> <area shape="poly" title=" " alt="" coords="1293,194,777,249,776,244,1292,189"/>
<area shape="rect" title=" " alt="" coords="1463,245,1538,272"/> <area shape="rect" title=" " alt="" coords="1489,245,1542,272"/>
<area shape="poly" title=" " alt="" coords="1351,195,1455,237,1453,242,1349,200"/> <area shape="poly" title=" " alt="" coords="1380,195,1476,237,1474,242,1378,200"/>
<area shape="rect" title=" " alt="" coords="1257,395,1318,421"/> <area shape="rect" title=" " alt="" coords="1566,245,1641,272"/>
<area shape="poly" title=" " alt="" coords="1240,346,1270,381,1265,385,1236,349"/> <area shape="poly" title=" " alt="" coords="1395,195,1552,240,1551,245,1394,200"/>
<area shape="rect" title=" " alt="" coords="635,395,713,421"/> <area shape="rect" title=" " alt="" coords="1258,395,1320,421"/>
<area shape="poly" title=" " alt="" coords="1143,348,1132,349,931,369,842,379,729,397,728,392,841,374,930,364,1131,344,1143,343"/> <area shape="poly" title=" " alt="" coords="1242,346,1271,381,1267,385,1238,349"/>
<area shape="rect" title=" " alt="" coords="245,469,309,496"/> <area shape="rect" title=" " alt="" coords="637,395,715,421"/>
<area shape="poly" title=" " alt="" coords="1264,345,1295,359,1323,377,1339,399,1339,411,1332,423,1316,431,1285,437,1187,448,890,466,561,477,324,483,324,478,561,472,889,461,1186,443,1285,432,1314,426,1328,419,1334,410,1334,401,1320,381,1292,364,1261,350"/> <area shape="poly" title=" " alt="" coords="1145,348,1133,349,933,369,844,379,731,397,730,392,843,374,932,364,1133,344,1145,343"/>
<area shape="rect" title=" " alt="" coords="737,395,798,421"/> <area shape="rect" title=" " alt="" coords="320,469,384,496"/>
<area shape="poly" title=" " alt="" coords="1144,348,972,371,813,397,812,392,971,366,1143,343"/> <area shape="poly" title=" " alt="" coords="1265,345,1297,359,1325,377,1341,399,1341,411,1334,423,1319,430,1291,436,1200,447,925,465,621,477,399,483,399,478,621,471,925,459,1199,442,1290,431,1317,425,1330,419,1336,410,1336,401,1321,381,1294,364,1263,350"/>
<area shape="rect" title=" " alt="" coords="822,395,913,421"/> <area shape="rect" title=" " alt="" coords="739,395,799,421"/>
<area shape="poly" title=" " alt="" coords="1163,350,928,397,927,391,1162,345"/> <area shape="poly" title=" " alt="" coords="1145,348,974,371,815,397,814,392,973,366,1145,343"/>
<area shape="rect" title=" " alt="" coords="937,395,1078,421"/> <area shape="rect" title=" " alt="" coords="824,395,914,421"/>
<area shape="poly" title=" " alt="" coords="1190,350,1061,392,1060,387,1188,345"/> <area shape="poly" title=" " alt="" coords="1165,350,930,397,929,391,1164,345"/>
<area shape="rect" title=" " alt="" coords="1102,395,1233,421"/> <area shape="rect" title=" " alt="" coords="939,395,1079,421"/>
<area shape="poly" title=" " alt="" coords="1219,349,1189,385,1185,381,1215,346"/> <area shape="poly" title=" " alt="" coords="1192,350,1063,392,1061,387,1190,345"/>
<area shape="poly" title=" " alt="" coords="1269,345,1405,387,1404,392,1267,350"/> <area shape="rect" title=" " alt="" coords="1104,395,1234,421"/>
<area shape="poly" title=" " alt="" coords="809,269,1129,315,1128,320,808,275"/> <area shape="poly" title=" " alt="" coords="1221,349,1191,385,1187,381,1217,346"/>
<area shape="rect" title=" " alt="" coords="435,320,519,347"/> <area shape="poly" title=" " alt="" coords="1270,345,1407,387,1405,392,1269,350"/>
<area shape="poly" title=" " alt="" coords="681,275,534,318,533,313,680,270"/> <area shape="poly" title=" " alt="" coords="761,268,1130,316,1130,322,761,274"/>
<area shape="rect" title=" " alt="" coords="542,320,630,347"/> <area shape="rect" title=" " alt="" coords="231,320,315,347"/>
<area shape="poly" title=" " alt="" coords="701,275,625,315,622,310,698,270"/> <area shape="poly" title=" " alt="" coords="596,275,331,322,330,317,595,270"/>
<area shape="rect" title=" " alt="" coords="653,320,794,347"/> <area shape="rect" title=" " alt="" coords="339,320,426,347"/>
<area shape="poly" title=" " alt="" coords="726,273,726,304,721,304,721,273"/> <area shape="poly" title=" " alt="" coords="625,275,442,320,441,315,624,270"/>
<area shape="rect" title=" " alt="" coords="818,320,941,347"/> <area shape="rect" title=" " alt="" coords="450,320,590,347"/>
<area shape="poly" title=" " alt="" coords="752,270,839,311,837,315,749,275"/> <area shape="poly" title=" " alt="" coords="650,275,562,315,560,311,647,270"/>
<area shape="rect" title=" " alt="" coords="964,320,1120,347"/> <area shape="rect" title=" " alt="" coords="615,320,737,347"/>
<area shape="poly" title=" " alt="" coords="780,270,972,313,971,319,779,275"/> <area shape="poly" title=" " alt="" coords="678,273,678,304,673,304,673,273"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,320,211,347"/> <area shape="rect" title=" " alt="" coords="966,320,1121,347"/>
<area shape="poly" title=" " alt="" coords="639,273,227,322,226,317,638,268"/> <area shape="poly" title=" " alt="" coords="741,270,965,314,964,319,740,275"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,320,411,347"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,320,942,347"/>
<area shape="poly" title=" " alt="" coords="654,275,409,319,408,314,653,270"/> <area shape="poly" title=" " alt="" coords="707,270,808,311,806,316,705,275"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,395,300,421"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,320,207,347"/>
<area shape="poly" title=" " alt="" coords="140,345,193,383,190,387,137,349"/> <area shape="poly" title=" " alt="" coords="591,274,224,321,223,316,590,268"/>
<area shape="poly" title=" " alt="" coords="214,424,187,459,183,455,210,420"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,395,375,421"/>
<area shape="poly" title=" " alt="" coords="234,420,260,455,256,458,229,423"/> <area shape="poly" title=" " alt="" coords="761,349,391,397,390,392,760,344"/>
<area shape="poly" title=" " alt="" coords="307,349,254,387,251,383,304,345"/> <area shape="poly" title=" " alt="" coords="290,423,263,458,259,455,285,420"/>
<area shape="poly" title=" " alt="" coords="309,420,335,455,331,458,305,423"/>
<area shape="poly" title=" " alt="" coords="152,345,253,386,251,391,150,350"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp__dep__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep"> <map name="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep" id="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hppdep">
<area shape="rect" title=" " alt="" coords="283,5,502,48"/> <area shape="rect" title=" " alt="" coords="796,5,989,48"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="221,104,361,131"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="648,104,870,131"/>
<area shape="poly" title=" " alt="" coords="360,60,307,106,304,102,356,56"/> <area shape="poly" title=" " alt="" coords="850,59,780,106,777,101,847,55"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="386,96,604,139"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="894,96,1157,139"/>
<area shape="poly" title=" " alt="" coords="430,56,473,93,469,97,426,60"/> <area shape="poly" title=" " alt="" coords="938,55,996,93,993,98,935,59"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="244,187,339,213"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="689,187,829,213"/>
<area shape="poly" title=" " alt="" coords="294,146,294,187,289,187,289,146"/> <area shape="poly" title=" " alt="" coords="762,146,762,187,756,187,756,146"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="100,261,195,288"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,261,666,288"/>
<area shape="poly" title=" " alt="" coords="254,223,174,263,171,258,251,218"/> <area shape="poly" title=" " alt="" coords="712,222,599,263,598,258,710,217"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,261,364,288"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="690,261,828,288"/>
<area shape="poly" title=" " alt="" coords="294,229,294,261,289,261,289,229"/> <area shape="poly" title=" " alt="" coords="762,229,762,261,756,261,756,229"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,261,546,288"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,261,1041,288"/>
<area shape="poly" title=" " alt="" coords="337,217,437,258,435,263,335,222"/> <area shape="poly" title=" " alt="" coords="807,217,915,258,913,263,805,222"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,156,363"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,201,363"/>
<area shape="poly" title=" " alt="" coords="385,294,149,338,148,333,384,289"/> <area shape="poly" title=" " alt="" coords="469,294,184,338,183,333,468,288"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="180,336,309,363"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="225,336,379,363"/>
<area shape="poly" title=" " alt="" coords="415,296,284,338,283,333,413,291"/> <area shape="poly" title=" " alt="" coords="505,295,348,338,347,333,503,290"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="333,336,455,363"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="404,336,552,363"/>
<area shape="poly" title=" " alt="" coords="445,301,408,338,405,334,442,297"/> <area shape="poly" title=" " alt="" coords="539,300,494,338,491,334,536,296"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="479,336,605,363"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="575,336,727,363"/>
<area shape="poly" title=" " alt="" coords="493,297,531,334,527,338,489,301"/> <area shape="poly" title=" " alt="" coords="593,296,638,334,634,338,589,300"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="628,336,773,363"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="751,336,922,363"/>
<area shape="poly" title=" " alt="" coords="523,290,660,333,659,338,521,295"/> <area shape="poly" title=" " alt="" coords="627,290,789,333,788,338,626,295"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="796,336,949,363"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="946,336,1124,363"/>
<area shape="poly" title=" " alt="" coords="554,289,802,333,801,338,553,294"/> <area shape="poly" title=" " alt="" coords="662,288,953,333,952,338,662,294"/>
</map> </map>
</div> </div>
</div> </div>
@ -205,7 +207,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html">BNO08xRptARVRStabilizedGameRV.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html">BNO08xRptARVRStabilizedGameRV.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,27 +1,27 @@
<map id="BNO08xRptARVRStabilizedGameRV.hpp" name="BNO08xRptARVRStabilizedGameRV.hpp"> <map id="include/report/BNO08xRptARVRStabilizedGameRV.hpp" name="include/report/BNO08xRptARVRStabilizedGameRV.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="283,5,502,48"/> <area shape="rect" id="Node000001" title=" " alt="" coords="796,5,989,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="221,104,361,131"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="648,104,870,131"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="360,60,307,106,304,102,356,56"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="850,59,780,106,777,101,847,55"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="386,96,604,139"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8cpp.html" title=" " alt="" coords="894,96,1157,139"/>
<area shape="poly" id="edge12_Node000001_Node000013" title=" " alt="" coords="430,56,473,93,469,97,426,60"/> <area shape="poly" id="edge12_Node000001_Node000013" title=" " alt="" coords="938,55,996,93,993,98,935,59"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="244,187,339,213"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="689,187,829,213"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="294,146,294,187,289,187,289,146"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="762,146,762,187,756,187,756,146"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="100,261,195,288"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,261,666,288"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="254,223,174,263,171,258,251,218"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="712,222,599,263,598,258,710,217"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,261,364,288"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="690,261,828,288"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="294,229,294,261,289,261,289,229"/> <area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="762,229,762,261,756,261,756,229"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,261,546,288"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,261,1041,288"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="337,217,437,258,435,263,335,222"/> <area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="807,217,915,258,913,263,805,222"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,156,363"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,201,363"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="385,294,149,338,148,333,384,289"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="469,294,184,338,183,333,468,288"/>
<area shape="rect" id="Node000008" href="$_callback_tests_8cpp.html" title=" " alt="" coords="180,336,309,363"/> <area shape="rect" id="Node000006" href="$_callback_tests_8cpp.html" title=" " alt="" coords="225,336,379,363"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="415,296,284,338,283,333,413,291"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="505,295,348,338,347,333,503,290"/>
<area shape="rect" id="Node000009" href="$_feature_tests_8cpp.html" title=" " alt="" coords="333,336,455,363"/> <area shape="rect" id="Node000007" href="$_feature_tests_8cpp.html" title=" " alt="" coords="404,336,552,363"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="445,301,408,338,405,334,442,297"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="539,300,494,338,491,334,536,296"/>
<area shape="rect" id="Node000010" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="479,336,605,363"/> <area shape="rect" id="Node000008" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="575,336,727,363"/>
<area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="493,297,531,334,527,338,489,301"/> <area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="593,296,638,334,634,338,589,300"/>
<area shape="rect" id="Node000011" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="628,336,773,363"/> <area shape="rect" id="Node000009" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="751,336,922,363"/>
<area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="523,290,660,333,659,338,521,295"/> <area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="627,290,789,333,788,338,626,295"/>
<area shape="rect" id="Node000012" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="796,336,949,363"/> <area shape="rect" id="Node000010" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="946,336,1124,363"/>
<area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="554,289,802,333,801,338,553,294"/> <area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="662,288,953,333,952,338,662,294"/>
</map> </map>

View File

@ -1 +1 @@
7619e75ec6a1ce0c6ce0ad7a62d3f5fc b660f36b95dd3088eae90c3ee26744f9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,54 +1,56 @@
<map id="BNO08xRptARVRStabilizedGameRV.hpp" name="BNO08xRptARVRStabilizedGameRV.hpp"> <map id="include/report/BNO08xRptARVRStabilizedGameRV.hpp" name="include/report/BNO08xRptARVRStabilizedGameRV.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1209,5,1427,48"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1254,5,1447,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,96,1407,123"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,96,1440,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,49,1321,80,1315,80,1315,49"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,171,1376,197"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,171,1408,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1321,123,1321,155,1315,155,1315,123"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="128,469,204,496"/> <area shape="rect" id="Node000004" title=" " alt="" coords="204,469,281,496"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1260,190,976,200,580,223,384,241,214,263,143,276,86,290,44,305,20,322,10,340,10,359,19,378,34,397,79,432,126,460,124,464,76,437,31,401,14,381,5,360,4,339,16,318,42,301,85,285,142,271,213,258,383,236,579,218,975,195,1260,184"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1293,189,1002,199,596,222,395,239,220,262,148,275,90,289,47,305,22,322,9,345,12,367,28,387,53,407,120,440,190,464,188,469,118,445,50,411,24,391,7,369,4,344,18,318,44,300,88,284,147,270,220,256,395,234,596,217,1002,194,1292,184"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,320,1311,347"/> <area shape="rect" id="Node000005" title=" " alt="" coords="1388,245,1465,272"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1313,199,1245,308,1241,305,1308,196"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1366,196,1404,233,1401,237,1362,200"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1392,395,1527,421"/> <area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,320,1313,347"/>
<area shape="poly" id="edge27_Node000003_Node000013" title=" " alt="" coords="1328,196,1445,380,1441,383,1324,199"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="1342,200,1251,310,1247,306,1338,196"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,245,808,272"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1394,395,1528,421"/>
<area shape="poly" id="edge13_Node000003_Node000014" title=" " alt="" coords="1260,195,824,248,823,243,1260,190"/> <area shape="poly" id="edge28_Node000003_Node000014" title=" " alt="" coords="1355,197,1364,231,1378,271,1411,331,1445,381,1440,384,1407,334,1373,273,1359,232,1350,198"/>
<area shape="rect" id="Node000023" title=" " alt="" coords="1386,245,1439,272"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,245,760,272"/>
<area shape="poly" id="edge26_Node000003_Node000023" title=" " alt="" coords="1336,196,1386,234,1383,238,1333,200"/> <area shape="poly" id="edge14_Node000003_Node000015" title=" " alt="" coords="1293,194,777,249,776,244,1292,189"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1463,245,1538,272"/> <area shape="rect" id="Node000024" title=" " alt="" coords="1489,245,1542,272"/>
<area shape="poly" id="edge28_Node000003_Node000024" title=" " alt="" coords="1351,195,1455,237,1453,242,1349,200"/> <area shape="poly" id="edge27_Node000003_Node000024" title=" " alt="" coords="1380,195,1476,237,1474,242,1378,200"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="1257,395,1318,421"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1566,245,1641,272"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="1240,346,1270,381,1265,385,1236,349"/> <area shape="poly" id="edge29_Node000003_Node000025" title=" " alt="" coords="1395,195,1552,240,1551,245,1394,200"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="635,395,713,421"/> <area shape="rect" id="Node000007" title=" " alt="" coords="1258,395,1320,421"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="1143,348,1132,349,931,369,842,379,729,397,728,392,841,374,930,364,1131,344,1143,343"/> <area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1242,346,1271,381,1267,385,1238,349"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="245,469,309,496"/> <area shape="rect" id="Node000008" title=" " alt="" coords="637,395,715,421"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="1264,345,1295,359,1323,377,1339,399,1339,411,1332,423,1316,431,1285,437,1187,448,890,466,561,477,324,483,324,478,561,472,889,461,1186,443,1285,432,1314,426,1328,419,1334,410,1334,401,1320,381,1292,364,1261,350"/> <area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1145,348,1133,349,933,369,844,379,731,397,730,392,843,374,932,364,1133,344,1145,343"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="737,395,798,421"/> <area shape="rect" id="Node000009" title=" " alt="" coords="320,469,384,496"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="1144,348,972,371,813,397,812,392,971,366,1143,343"/> <area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1265,345,1297,359,1325,377,1341,399,1341,411,1334,423,1319,430,1291,436,1200,447,925,465,621,477,399,483,399,478,621,471,925,459,1199,442,1290,431,1317,425,1330,419,1336,410,1336,401,1321,381,1294,364,1263,350"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="822,395,913,421"/> <area shape="rect" id="Node000010" title=" " alt="" coords="739,395,799,421"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="1163,350,928,397,927,391,1162,345"/> <area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1145,348,974,371,815,397,814,392,973,366,1145,343"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="937,395,1078,421"/> <area shape="rect" id="Node000011" title=" " alt="" coords="824,395,914,421"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="1190,350,1061,392,1060,387,1188,345"/> <area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1165,350,930,397,929,391,1164,345"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="1102,395,1233,421"/> <area shape="rect" id="Node000012" title=" " alt="" coords="939,395,1079,421"/>
<area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="1219,349,1189,385,1185,381,1215,346"/> <area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1192,350,1063,392,1061,387,1190,345"/>
<area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="1269,345,1405,387,1404,392,1267,350"/> <area shape="rect" id="Node000013" title=" " alt="" coords="1104,395,1234,421"/>
<area shape="poly" id="edge19_Node000014_Node000005" title=" " alt="" coords="809,269,1129,315,1128,320,808,275"/> <area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1221,349,1191,385,1187,381,1217,346"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="435,320,519,347"/> <area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1270,345,1407,387,1405,392,1269,350"/>
<area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="681,275,534,318,533,313,680,270"/> <area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="761,268,1130,316,1130,322,761,274"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="542,320,630,347"/> <area shape="rect" id="Node000016" title=" " alt="" coords="231,320,315,347"/>
<area shape="poly" id="edge15_Node000014_Node000016" title=" " alt="" coords="701,275,625,315,622,310,698,270"/> <area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="596,275,331,322,330,317,595,270"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="653,320,794,347"/> <area shape="rect" id="Node000017" title=" " alt="" coords="339,320,426,347"/>
<area shape="poly" id="edge16_Node000014_Node000017" title=" " alt="" coords="726,273,726,304,721,304,721,273"/> <area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="625,275,442,320,441,315,624,270"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="818,320,941,347"/> <area shape="rect" id="Node000018" title=" " alt="" coords="450,320,590,347"/>
<area shape="poly" id="edge17_Node000014_Node000018" title=" " alt="" coords="752,270,839,311,837,315,749,275"/> <area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="650,275,562,315,560,311,647,270"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="964,320,1120,347"/> <area shape="rect" id="Node000019" title=" " alt="" coords="615,320,737,347"/>
<area shape="poly" id="edge18_Node000014_Node000019" title=" " alt="" coords="780,270,972,313,971,319,779,275"/> <area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="678,273,678,304,673,304,673,273"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,320,211,347"/> <area shape="rect" id="Node000020" title=" " alt="" coords="966,320,1121,347"/>
<area shape="poly" id="edge20_Node000014_Node000020" title=" " alt="" coords="639,273,227,322,226,317,638,268"/> <area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="741,270,965,314,964,319,740,275"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,320,411,347"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,320,942,347"/>
<area shape="poly" id="edge24_Node000014_Node000022" title=" " alt="" coords="654,275,409,319,408,314,653,270"/> <area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="707,270,808,311,806,316,705,275"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,395,300,421"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,320,207,347"/>
<area shape="poly" id="edge21_Node000020_Node000021" title=" " alt="" coords="140,345,193,383,190,387,137,349"/> <area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="591,274,224,321,223,316,590,268"/>
<area shape="poly" id="edge23_Node000021_Node000004" title=" " alt="" coords="214,424,187,459,183,455,210,420"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,395,375,421"/>
<area shape="poly" id="edge22_Node000021_Node000008" title=" " alt="" coords="234,420,260,455,256,458,229,423"/> <area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="761,349,391,397,390,392,760,344"/>
<area shape="poly" id="edge25_Node000022_Node000021" title=" " alt="" coords="307,349,254,387,251,383,304,345"/> <area shape="poly" id="edge24_Node000022_Node000004" title=" " alt="" coords="290,423,263,458,259,455,285,420"/>
<area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="309,420,335,455,331,458,305,423"/>
<area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="152,345,253,386,251,391,150,350"/>
</map> </map>

View File

@ -1 +1 @@
1bbe3e6d9c3114a561518cc3595133b5 cd409e07ea63a1299342248d35608de2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedGameRV.hpp Source File</title> <title>esp32_BNO08x: include/report/BNO08xRptARVRStabilizedGameRV.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -126,9 +126,9 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp_source.
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_a2f822419d659be71209de6b69e8064b8"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#a2f822419d659be71209de6b69e8064b8">BNO08xRptARVRStabilizedGameRV::update_data</a></div><div class="ttdeci">void update_data(sh2_SensorValue_t *sensor_val) override</div><div class="ttdoc">Updates ARVR stabilized game rotation vector data from decoded sensor event.</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.cpp:15</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_a2f822419d659be71209de6b69e8064b8"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#a2f822419d659be71209de6b69e8064b8">BNO08xRptARVRStabilizedGameRV::update_data</a></div><div class="ttdeci">void update_data(sh2_SensorValue_t *sensor_val) override</div><div class="ttdoc">Updates ARVR stabilized game rotation vector data from decoded sensor event.</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.cpp:15</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_a67df5767ac056e546d66867379aa4b2e"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#a67df5767ac056e546d66867379aa4b2e">BNO08xRptARVRStabilizedGameRV::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:25</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_a67df5767ac056e546d66867379aa4b2e"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#a67df5767ac056e546d66867379aa4b2e">BNO08xRptARVRStabilizedGameRV::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:25</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_aabfa5bbfb21fb1f36dda44bd0de7d220"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#aabfa5bbfb21fb1f36dda44bd0de7d220">BNO08xRptARVRStabilizedGameRV::BNO08xRptARVRStabilizedGameRV</a></div><div class="ttdeci">BNO08xRptARVRStabilizedGameRV(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:18</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_html_aabfa5bbfb21fb1f36dda44bd0de7d220"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v.html#aabfa5bbfb21fb1f36dda44bd0de7d220">BNO08xRptARVRStabilizedGameRV::BNO08xRptARVRStabilizedGameRV</a></div><div class="ttdeci">BNO08xRptARVRStabilizedGameRV(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedGameRV.hpp:18</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:42</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:36</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:37</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:40</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_r_v_generic_html"><div class="ttname"><a href="class_b_n_o08x_rpt_r_v_generic.html">BNO08xRptRVGeneric</a></div><div class="ttdoc">Class to represent rotation vector reports.</div><div class="ttdef"><b>Definition</b> BNO08xRptRVGeneric.hpp:16</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_r_v_generic_html"><div class="ttname"><a href="class_b_n_o08x_rpt_r_v_generic.html">BNO08xRptRVGeneric</a></div><div class="ttdoc">Class to represent rotation vector reports.</div><div class="ttdef"><b>Definition</b> BNO08xRptRVGeneric.hpp:16</div></div>
<div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div> <div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div>
</div><!-- fragment --></div><!-- contents --> </div><!-- fragment --></div><!-- contents -->
@ -136,7 +136,7 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp_source.
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html">BNO08xRptARVRStabilizedGameRV.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html">BNO08xRptARVRStabilizedGameRV.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedRV.cpp File Reference</title> <title>esp32_BNO08x: source/report/BNO08xRptARVRStabilizedRV.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -99,62 +99,64 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html',''); i
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRptARVRStabilizedRV.cpp:</div> Include dependency graph for BNO08xRptARVRStabilizedRV.cpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp__incl.png" border="0" usemap="#asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp"> <map name="asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp" id="asource_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp">
<area shape="rect" title=" " alt="" coords="1205,5,1431,32"/> <area shape="rect" title=" " alt="" coords="1219,5,1482,48"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1205,80,1431,107"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1237,96,1464,123"/>
<area shape="poly" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,155,1407,181"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,171,1440,197"/>
<area shape="poly" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,229,1376,256"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,245,1408,272"/>
<area shape="poly" title=" " alt="" coords="1321,182,1321,214,1315,214,1315,182"/> <area shape="poly" title=" " alt="" coords="1353,198,1353,230,1348,230,1348,198"/>
<area shape="rect" title=" " alt="" coords="128,528,204,555"/> <area shape="rect" title=" " alt="" coords="204,544,281,571"/>
<area shape="poly" title=" " alt="" coords="1260,248,976,259,580,282,384,300,214,322,143,335,86,349,44,364,20,380,10,399,10,418,19,437,34,456,79,491,126,518,124,523,76,495,31,460,14,440,5,419,4,398,16,377,42,359,85,344,142,329,213,316,383,294,579,277,975,253,1260,243"/> <area shape="poly" title=" " alt="" coords="1293,264,1002,274,596,297,395,314,220,336,148,349,90,364,47,380,22,396,9,420,12,441,28,462,53,482,120,515,190,539,188,544,118,520,50,486,24,466,7,443,4,419,18,393,44,375,88,359,147,344,220,331,395,309,596,291,1002,268,1292,259"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,379,1311,405"/> <area shape="rect" title=" " alt="" coords="1388,320,1465,347"/>
<area shape="poly" title=" " alt="" coords="1313,258,1245,367,1241,364,1308,255"/> <area shape="poly" title=" " alt="" coords="1366,271,1404,307,1401,311,1362,274"/>
<area shape="rect" title=" " alt="" coords="1392,453,1527,480"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,395,1313,421"/>
<area shape="poly" title=" " alt="" coords="1328,255,1445,439,1441,441,1324,258"/> <area shape="poly" title=" " alt="" coords="1342,274,1251,384,1247,381,1338,271"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,304,808,331"/> <area shape="rect" title=" " alt="" coords="1394,469,1528,496"/>
<area shape="poly" title=" " alt="" coords="1260,254,824,307,823,301,1260,248"/> <area shape="poly" title=" " alt="" coords="1355,272,1364,306,1378,346,1411,406,1445,455,1440,458,1407,409,1373,348,1359,307,1350,273"/>
<area shape="rect" title=" " alt="" coords="1386,304,1439,331"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,320,760,347"/>
<area shape="poly" title=" " alt="" coords="1336,254,1386,292,1383,297,1333,259"/> <area shape="poly" title=" " alt="" coords="1293,269,777,324,776,319,1292,264"/>
<area shape="rect" title=" " alt="" coords="1463,304,1538,331"/> <area shape="rect" title=" " alt="" coords="1489,320,1542,347"/>
<area shape="poly" title=" " alt="" coords="1351,254,1455,295,1453,300,1349,259"/> <area shape="poly" title=" " alt="" coords="1380,270,1476,312,1474,317,1378,275"/>
<area shape="rect" title=" " alt="" coords="1257,453,1318,480"/> <area shape="rect" title=" " alt="" coords="1566,320,1641,347"/>
<area shape="poly" title=" " alt="" coords="1240,404,1270,440,1265,443,1236,408"/> <area shape="poly" title=" " alt="" coords="1395,270,1552,315,1551,320,1394,275"/>
<area shape="rect" title=" " alt="" coords="635,453,713,480"/> <area shape="rect" title=" " alt="" coords="1258,469,1320,496"/>
<area shape="poly" title=" " alt="" coords="1143,407,1132,408,931,428,842,438,729,456,728,450,841,433,930,423,1131,403,1143,401"/> <area shape="poly" title=" " alt="" coords="1242,420,1271,456,1267,459,1238,424"/>
<area shape="rect" title=" " alt="" coords="245,528,309,555"/> <area shape="rect" title=" " alt="" coords="637,469,715,496"/>
<area shape="poly" title=" " alt="" coords="1264,403,1295,418,1323,436,1339,458,1339,470,1332,482,1316,489,1285,496,1187,507,890,525,561,536,324,542,324,536,561,531,889,519,1186,502,1285,490,1314,484,1328,478,1334,468,1334,459,1320,440,1292,422,1261,408"/> <area shape="poly" title=" " alt="" coords="1145,423,1133,424,933,444,844,454,731,472,730,466,843,449,932,439,1133,419,1145,417"/>
<area shape="rect" title=" " alt="" coords="737,453,798,480"/> <area shape="rect" title=" " alt="" coords="320,544,384,571"/>
<area shape="poly" title=" " alt="" coords="1144,407,972,430,813,456,812,450,971,425,1143,401"/> <area shape="poly" title=" " alt="" coords="1265,419,1297,434,1325,452,1341,474,1341,486,1334,498,1319,505,1291,511,1200,522,925,539,621,551,399,558,399,552,621,546,925,534,1199,516,1290,506,1317,500,1330,494,1336,484,1336,475,1321,456,1294,438,1263,424"/>
<area shape="rect" title=" " alt="" coords="822,453,913,480"/> <area shape="rect" title=" " alt="" coords="739,469,799,496"/>
<area shape="poly" title=" " alt="" coords="1163,409,928,455,927,450,1162,403"/> <area shape="poly" title=" " alt="" coords="1145,423,974,446,815,472,814,466,973,441,1145,417"/>
<area shape="rect" title=" " alt="" coords="937,453,1078,480"/> <area shape="rect" title=" " alt="" coords="824,469,914,496"/>
<area shape="poly" title=" " alt="" coords="1190,408,1061,450,1060,445,1188,403"/> <area shape="poly" title=" " alt="" coords="1165,425,930,471,929,466,1164,419"/>
<area shape="rect" title=" " alt="" coords="1102,453,1233,480"/> <area shape="rect" title=" " alt="" coords="939,469,1079,496"/>
<area shape="poly" title=" " alt="" coords="1219,408,1189,443,1185,440,1215,404"/> <area shape="poly" title=" " alt="" coords="1192,424,1063,466,1061,461,1190,419"/>
<area shape="poly" title=" " alt="" coords="1269,403,1405,446,1404,451,1267,408"/> <area shape="rect" title=" " alt="" coords="1104,469,1234,496"/>
<area shape="poly" title=" " alt="" coords="809,328,1129,374,1128,379,808,333"/> <area shape="poly" title=" " alt="" coords="1221,424,1191,459,1187,456,1217,420"/>
<area shape="rect" title=" " alt="" coords="435,379,519,405"/> <area shape="poly" title=" " alt="" coords="1270,419,1407,462,1405,467,1269,424"/>
<area shape="poly" title=" " alt="" coords="681,334,534,377,533,371,680,329"/> <area shape="poly" title=" " alt="" coords="761,343,1130,391,1130,396,761,348"/>
<area shape="rect" title=" " alt="" coords="542,379,630,405"/> <area shape="rect" title=" " alt="" coords="231,395,315,421"/>
<area shape="poly" title=" " alt="" coords="701,334,625,373,622,369,698,329"/> <area shape="poly" title=" " alt="" coords="596,350,331,397,330,391,595,345"/>
<area shape="rect" title=" " alt="" coords="653,379,794,405"/> <area shape="rect" title=" " alt="" coords="339,395,426,421"/>
<area shape="poly" title=" " alt="" coords="726,331,726,363,721,363,721,331"/> <area shape="poly" title=" " alt="" coords="625,350,442,395,441,390,624,345"/>
<area shape="rect" title=" " alt="" coords="818,379,941,405"/> <area shape="rect" title=" " alt="" coords="450,395,590,421"/>
<area shape="poly" title=" " alt="" coords="752,329,839,369,837,374,749,334"/> <area shape="poly" title=" " alt="" coords="650,350,562,390,560,385,647,345"/>
<area shape="rect" title=" " alt="" coords="964,379,1120,405"/> <area shape="rect" title=" " alt="" coords="615,395,737,421"/>
<area shape="poly" title=" " alt="" coords="780,329,972,372,971,377,779,334"/> <area shape="poly" title=" " alt="" coords="678,347,678,379,673,379,673,347"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,379,211,405"/> <area shape="rect" title=" " alt="" coords="966,395,1121,421"/>
<area shape="poly" title=" " alt="" coords="639,331,227,381,226,375,638,326"/> <area shape="poly" title=" " alt="" coords="741,345,965,389,964,394,740,350"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,379,411,405"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,395,942,421"/>
<area shape="poly" title=" " alt="" coords="654,334,409,378,408,373,653,329"/> <area shape="poly" title=" " alt="" coords="707,345,808,386,806,391,705,350"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,453,300,480"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,395,207,421"/>
<area shape="poly" title=" " alt="" coords="140,404,193,442,190,446,137,408"/> <area shape="poly" title=" " alt="" coords="591,348,224,396,223,391,590,343"/>
<area shape="poly" title=" " alt="" coords="214,482,187,517,183,514,210,479"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,469,375,496"/>
<area shape="poly" title=" " alt="" coords="234,479,260,514,256,517,229,482"/> <area shape="poly" title=" " alt="" coords="761,424,391,472,390,467,760,418"/>
<area shape="poly" title=" " alt="" coords="307,408,254,446,251,442,304,404"/> <area shape="poly" title=" " alt="" coords="290,498,263,533,259,530,285,495"/>
<area shape="poly" title=" " alt="" coords="309,495,335,530,331,533,305,498"/>
<area shape="poly" title=" " alt="" coords="152,419,253,461,251,466,150,424"/>
</map> </map>
</div> </div>
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> </div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@ -164,7 +166,7 @@ Include dependency graph for BNO08xRptARVRStabilizedRV.cpp:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_105fd1ee051c171768c94e464b88861d.html">source</a></li><li class="navelem"><a class="el" href="dir_82b8b3f89fe769e7fc0bad50e1b2a4bf.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html">BNO08xRptARVRStabilizedRV.cpp</a></li> <li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_f3240a40405e637e3754c29e78869df9.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html">BNO08xRptARVRStabilizedRV.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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,56 +1,58 @@
<map id="BNO08xRptARVRStabilizedRV.cpp" name="BNO08xRptARVRStabilizedRV.cpp"> <map id="source/report/BNO08xRptARVRStabilizedRV.cpp" name="source/report/BNO08xRptARVRStabilizedRV.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1205,5,1431,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1219,5,1482,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1205,80,1431,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="1237,96,1464,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,155,1407,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,171,1440,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,229,1376,256"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,245,1408,272"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1321,182,1321,214,1315,214,1315,182"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1353,198,1353,230,1348,230,1348,198"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="128,528,204,555"/> <area shape="rect" id="Node000005" title=" " alt="" coords="204,544,281,571"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1260,248,976,259,580,282,384,300,214,322,143,335,86,349,44,364,20,380,10,399,10,418,19,437,34,456,79,491,126,518,124,523,76,495,31,460,14,440,5,419,4,398,16,377,42,359,85,344,142,329,213,316,383,294,579,277,975,253,1260,243"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="1293,264,1002,274,596,297,395,314,220,336,148,349,90,364,47,380,22,396,9,420,12,441,28,462,53,482,120,515,190,539,188,544,118,520,50,486,24,466,7,443,4,419,18,393,44,375,88,359,147,344,220,331,395,309,596,291,1002,268,1292,259"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,379,1311,405"/> <area shape="rect" id="Node000006" title=" " alt="" coords="1388,320,1465,347"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1313,258,1245,367,1241,364,1308,255"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="1366,271,1404,307,1401,311,1362,274"/>
<area shape="rect" id="Node000014" title=" " alt="" coords="1392,453,1527,480"/> <area shape="rect" id="Node000007" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,395,1313,421"/>
<area shape="poly" id="edge28_Node000004_Node000014" title=" " alt="" coords="1328,255,1445,439,1441,441,1324,258"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="1342,274,1251,384,1247,381,1338,271"/>
<area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,304,808,331"/> <area shape="rect" id="Node000015" title=" " alt="" coords="1394,469,1528,496"/>
<area shape="poly" id="edge14_Node000004_Node000015" title=" " alt="" coords="1260,254,824,307,823,301,1260,248"/> <area shape="poly" id="edge29_Node000004_Node000015" title=" " alt="" coords="1355,272,1364,306,1378,346,1411,406,1445,455,1440,458,1407,409,1373,348,1359,307,1350,273"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1386,304,1439,331"/> <area shape="rect" id="Node000016" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,320,760,347"/>
<area shape="poly" id="edge27_Node000004_Node000024" title=" " alt="" coords="1336,254,1386,292,1383,297,1333,259"/> <area shape="poly" id="edge15_Node000004_Node000016" title=" " alt="" coords="1293,269,777,324,776,319,1292,264"/>
<area shape="rect" id="Node000025" title=" " alt="" coords="1463,304,1538,331"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1489,320,1542,347"/>
<area shape="poly" id="edge29_Node000004_Node000025" title=" " alt="" coords="1351,254,1455,295,1453,300,1349,259"/> <area shape="poly" id="edge28_Node000004_Node000025" title=" " alt="" coords="1380,270,1476,312,1474,317,1378,275"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="1257,453,1318,480"/> <area shape="rect" id="Node000026" title=" " alt="" coords="1566,320,1641,347"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1240,404,1270,440,1265,443,1236,408"/> <area shape="poly" id="edge30_Node000004_Node000026" title=" " alt="" coords="1395,270,1552,315,1551,320,1394,275"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="635,453,713,480"/> <area shape="rect" id="Node000008" title=" " alt="" coords="1258,469,1320,496"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1143,407,1132,408,931,428,842,438,729,456,728,450,841,433,930,423,1131,403,1143,401"/> <area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="1242,420,1271,456,1267,459,1238,424"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="245,528,309,555"/> <area shape="rect" id="Node000009" title=" " alt="" coords="637,469,715,496"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1264,403,1295,418,1323,436,1339,458,1339,470,1332,482,1316,489,1285,496,1187,507,890,525,561,536,324,542,324,536,561,531,889,519,1186,502,1285,490,1314,484,1328,478,1334,468,1334,459,1320,440,1292,422,1261,408"/> <area shape="poly" id="edge8_Node000007_Node000009" title=" " alt="" coords="1145,423,1133,424,933,444,844,454,731,472,730,466,843,449,932,439,1133,419,1145,417"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="737,453,798,480"/> <area shape="rect" id="Node000010" title=" " alt="" coords="320,544,384,571"/>
<area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1144,407,972,430,813,456,812,450,971,425,1143,401"/> <area shape="poly" id="edge9_Node000007_Node000010" title=" " alt="" coords="1265,419,1297,434,1325,452,1341,474,1341,486,1334,498,1319,505,1291,511,1200,522,925,539,621,551,399,558,399,552,621,546,925,534,1199,516,1290,506,1317,500,1330,494,1336,484,1336,475,1321,456,1294,438,1263,424"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="822,453,913,480"/> <area shape="rect" id="Node000011" title=" " alt="" coords="739,469,799,496"/>
<area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1163,409,928,455,927,450,1162,403"/> <area shape="poly" id="edge10_Node000007_Node000011" title=" " alt="" coords="1145,423,974,446,815,472,814,466,973,441,1145,417"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="937,453,1078,480"/> <area shape="rect" id="Node000012" title=" " alt="" coords="824,469,914,496"/>
<area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1190,408,1061,450,1060,445,1188,403"/> <area shape="poly" id="edge11_Node000007_Node000012" title=" " alt="" coords="1165,425,930,471,929,466,1164,419"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1102,453,1233,480"/> <area shape="rect" id="Node000013" title=" " alt="" coords="939,469,1079,496"/>
<area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1219,408,1189,443,1185,440,1215,404"/> <area shape="poly" id="edge12_Node000007_Node000013" title=" " alt="" coords="1192,424,1063,466,1061,461,1190,419"/>
<area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1269,403,1405,446,1404,451,1267,408"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1104,469,1234,496"/>
<area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="809,328,1129,374,1128,379,808,333"/> <area shape="poly" id="edge13_Node000007_Node000014" title=" " alt="" coords="1221,424,1191,459,1187,456,1217,420"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="435,379,519,405"/> <area shape="poly" id="edge14_Node000007_Node000015" title=" " alt="" coords="1270,419,1407,462,1405,467,1269,424"/>
<area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="681,334,534,377,533,371,680,329"/> <area shape="poly" id="edge21_Node000016_Node000007" title=" " alt="" coords="761,343,1130,391,1130,396,761,348"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="542,379,630,405"/> <area shape="rect" id="Node000017" title=" " alt="" coords="231,395,315,421"/>
<area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="701,334,625,373,622,369,698,329"/> <area shape="poly" id="edge16_Node000016_Node000017" title=" " alt="" coords="596,350,331,397,330,391,595,345"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="653,379,794,405"/> <area shape="rect" id="Node000018" title=" " alt="" coords="339,395,426,421"/>
<area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="726,331,726,363,721,363,721,331"/> <area shape="poly" id="edge17_Node000016_Node000018" title=" " alt="" coords="625,350,442,395,441,390,624,345"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="818,379,941,405"/> <area shape="rect" id="Node000019" title=" " alt="" coords="450,395,590,421"/>
<area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="752,329,839,369,837,374,749,334"/> <area shape="poly" id="edge18_Node000016_Node000019" title=" " alt="" coords="650,350,562,390,560,385,647,345"/>
<area shape="rect" id="Node000020" title=" " alt="" coords="964,379,1120,405"/> <area shape="rect" id="Node000020" title=" " alt="" coords="615,395,737,421"/>
<area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="780,329,972,372,971,377,779,334"/> <area shape="poly" id="edge19_Node000016_Node000020" title=" " alt="" coords="678,347,678,379,673,379,673,347"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,379,211,405"/> <area shape="rect" id="Node000021" title=" " alt="" coords="966,395,1121,421"/>
<area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="639,331,227,381,226,375,638,326"/> <area shape="poly" id="edge20_Node000016_Node000021" title=" " alt="" coords="741,345,965,389,964,394,740,350"/>
<area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,379,411,405"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,395,942,421"/>
<area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="654,334,409,378,408,373,653,329"/> <area shape="poly" id="edge22_Node000016_Node000022" title=" " alt="" coords="707,345,808,386,806,391,705,350"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,453,300,480"/> <area shape="rect" id="Node000024" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,395,207,421"/>
<area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="140,404,193,442,190,446,137,408"/> <area shape="poly" id="edge26_Node000016_Node000024" title=" " alt="" coords="591,348,224,396,223,391,590,343"/>
<area shape="poly" id="edge24_Node000022_Node000005" title=" " alt="" coords="214,482,187,517,183,514,210,479"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,469,375,496"/>
<area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="234,479,260,514,256,517,229,482"/> <area shape="poly" id="edge23_Node000022_Node000023" title=" " alt="" coords="761,424,391,472,390,467,760,418"/>
<area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="307,408,254,446,251,442,304,404"/> <area shape="poly" id="edge25_Node000023_Node000005" title=" " alt="" coords="290,498,263,533,259,530,285,495"/>
<area shape="poly" id="edge24_Node000023_Node000010" title=" " alt="" coords="309,495,335,530,331,533,305,498"/>
<area shape="poly" id="edge27_Node000024_Node000023" title=" " alt="" coords="152,419,253,461,251,466,150,424"/>
</map> </map>

View File

@ -1 +1 @@
0d83443922a8520b47f28b0842ce4199 ac238f433948f37a2563a0b6ba74a983

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedRV.hpp File Reference</title> <title>esp32_BNO08x: include/report/BNO08xRptARVRStabilizedRV.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -101,92 +101,94 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html',''); i
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRptARVRStabilizedRV.hpp:</div> Include dependency graph for BNO08xRptARVRStabilizedRV.hpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp"> <map name="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp" id="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp">
<area shape="rect" title=" " alt="" coords="1205,5,1431,32"/> <area shape="rect" title=" " alt="" coords="1264,5,1437,48"/>
<area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,80,1407,107"/> <area shape="rect" href="_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,96,1440,123"/>
<area shape="poly" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,155,1376,181"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,171,1408,197"/>
<area shape="poly" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" title=" " alt="" coords="128,453,204,480"/> <area shape="rect" title=" " alt="" coords="204,469,281,496"/>
<area shape="poly" title=" " alt="" coords="1260,174,976,184,580,207,384,225,214,247,143,260,86,274,44,289,20,306,10,324,10,343,19,362,34,381,79,416,126,444,124,448,76,421,31,385,14,365,5,344,4,323,16,302,42,285,85,269,142,255,213,242,383,220,579,202,975,179,1260,168"/> <area shape="poly" title=" " alt="" coords="1293,189,1002,199,596,222,395,239,220,262,148,275,90,289,47,305,22,322,9,345,12,367,28,387,53,407,120,440,190,464,188,469,118,445,50,411,24,391,7,369,4,344,18,318,44,300,88,284,147,270,220,256,395,234,596,217,1002,194,1292,184"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,304,1311,331"/> <area shape="rect" title=" " alt="" coords="1388,245,1465,272"/>
<area shape="poly" title=" " alt="" coords="1313,183,1245,292,1241,289,1308,180"/> <area shape="poly" title=" " alt="" coords="1366,196,1404,233,1401,237,1362,200"/>
<area shape="rect" title=" " alt="" coords="1392,379,1527,405"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,320,1313,347"/>
<area shape="poly" title=" " alt="" coords="1328,180,1445,364,1441,367,1324,183"/> <area shape="poly" title=" " alt="" coords="1342,200,1251,310,1247,306,1338,196"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,229,808,256"/> <area shape="rect" title=" " alt="" coords="1394,395,1528,421"/>
<area shape="poly" title=" " alt="" coords="1260,179,824,232,823,227,1260,174"/> <area shape="poly" title=" " alt="" coords="1355,197,1364,231,1378,271,1411,331,1445,381,1440,384,1407,334,1373,273,1359,232,1350,198"/>
<area shape="rect" title=" " alt="" coords="1386,229,1439,256"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,245,760,272"/>
<area shape="poly" title=" " alt="" coords="1336,180,1386,218,1383,222,1333,184"/> <area shape="poly" title=" " alt="" coords="1293,194,777,249,776,244,1292,189"/>
<area shape="rect" title=" " alt="" coords="1463,229,1538,256"/> <area shape="rect" title=" " alt="" coords="1489,245,1542,272"/>
<area shape="poly" title=" " alt="" coords="1351,179,1455,221,1453,226,1349,184"/> <area shape="poly" title=" " alt="" coords="1380,195,1476,237,1474,242,1378,200"/>
<area shape="rect" title=" " alt="" coords="1257,379,1318,405"/> <area shape="rect" title=" " alt="" coords="1566,245,1641,272"/>
<area shape="poly" title=" " alt="" coords="1240,330,1270,365,1265,369,1236,333"/> <area shape="poly" title=" " alt="" coords="1395,195,1552,240,1551,245,1394,200"/>
<area shape="rect" title=" " alt="" coords="635,379,713,405"/> <area shape="rect" title=" " alt="" coords="1258,395,1320,421"/>
<area shape="poly" title=" " alt="" coords="1143,332,1132,333,931,353,842,363,729,381,728,376,841,358,930,348,1131,328,1143,327"/> <area shape="poly" title=" " alt="" coords="1242,346,1271,381,1267,385,1238,349"/>
<area shape="rect" title=" " alt="" coords="245,453,309,480"/> <area shape="rect" title=" " alt="" coords="637,395,715,421"/>
<area shape="poly" title=" " alt="" coords="1264,329,1295,343,1323,361,1339,383,1339,395,1332,407,1316,415,1285,421,1187,432,890,450,561,461,324,467,324,462,561,456,889,445,1186,427,1285,416,1314,410,1328,403,1334,394,1334,385,1320,365,1292,348,1261,334"/> <area shape="poly" title=" " alt="" coords="1145,348,1133,349,933,369,844,379,731,397,730,392,843,374,932,364,1133,344,1145,343"/>
<area shape="rect" title=" " alt="" coords="737,379,798,405"/> <area shape="rect" title=" " alt="" coords="320,469,384,496"/>
<area shape="poly" title=" " alt="" coords="1144,332,972,355,813,381,812,376,971,350,1143,327"/> <area shape="poly" title=" " alt="" coords="1265,345,1297,359,1325,377,1341,399,1341,411,1334,423,1319,430,1291,436,1200,447,925,465,621,477,399,483,399,478,621,471,925,459,1199,442,1290,431,1317,425,1330,419,1336,410,1336,401,1321,381,1294,364,1263,350"/>
<area shape="rect" title=" " alt="" coords="822,379,913,405"/> <area shape="rect" title=" " alt="" coords="739,395,799,421"/>
<area shape="poly" title=" " alt="" coords="1163,334,928,381,927,375,1162,329"/> <area shape="poly" title=" " alt="" coords="1145,348,974,371,815,397,814,392,973,366,1145,343"/>
<area shape="rect" title=" " alt="" coords="937,379,1078,405"/> <area shape="rect" title=" " alt="" coords="824,395,914,421"/>
<area shape="poly" title=" " alt="" coords="1190,334,1061,376,1060,371,1188,329"/> <area shape="poly" title=" " alt="" coords="1165,350,930,397,929,391,1164,345"/>
<area shape="rect" title=" " alt="" coords="1102,379,1233,405"/> <area shape="rect" title=" " alt="" coords="939,395,1079,421"/>
<area shape="poly" title=" " alt="" coords="1219,333,1189,369,1185,365,1215,330"/> <area shape="poly" title=" " alt="" coords="1192,350,1063,392,1061,387,1190,345"/>
<area shape="poly" title=" " alt="" coords="1269,329,1405,371,1404,376,1267,334"/> <area shape="rect" title=" " alt="" coords="1104,395,1234,421"/>
<area shape="poly" title=" " alt="" coords="809,253,1129,299,1128,304,808,259"/> <area shape="poly" title=" " alt="" coords="1221,349,1191,385,1187,381,1217,346"/>
<area shape="rect" title=" " alt="" coords="435,304,519,331"/> <area shape="poly" title=" " alt="" coords="1270,345,1407,387,1405,392,1269,350"/>
<area shape="poly" title=" " alt="" coords="681,259,534,302,533,297,680,254"/> <area shape="poly" title=" " alt="" coords="761,268,1130,316,1130,322,761,274"/>
<area shape="rect" title=" " alt="" coords="542,304,630,331"/> <area shape="rect" title=" " alt="" coords="231,320,315,347"/>
<area shape="poly" title=" " alt="" coords="701,259,625,299,622,294,698,254"/> <area shape="poly" title=" " alt="" coords="596,275,331,322,330,317,595,270"/>
<area shape="rect" title=" " alt="" coords="653,304,794,331"/> <area shape="rect" title=" " alt="" coords="339,320,426,347"/>
<area shape="poly" title=" " alt="" coords="726,257,726,288,721,288,721,257"/> <area shape="poly" title=" " alt="" coords="625,275,442,320,441,315,624,270"/>
<area shape="rect" title=" " alt="" coords="818,304,941,331"/> <area shape="rect" title=" " alt="" coords="450,320,590,347"/>
<area shape="poly" title=" " alt="" coords="752,254,839,295,837,299,749,259"/> <area shape="poly" title=" " alt="" coords="650,275,562,315,560,311,647,270"/>
<area shape="rect" title=" " alt="" coords="964,304,1120,331"/> <area shape="rect" title=" " alt="" coords="615,320,737,347"/>
<area shape="poly" title=" " alt="" coords="780,254,972,297,971,303,779,259"/> <area shape="poly" title=" " alt="" coords="678,273,678,304,673,304,673,273"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,304,211,331"/> <area shape="rect" title=" " alt="" coords="966,320,1121,347"/>
<area shape="poly" title=" " alt="" coords="639,257,227,306,226,301,638,252"/> <area shape="poly" title=" " alt="" coords="741,270,965,314,964,319,740,275"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,304,411,331"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,320,942,347"/>
<area shape="poly" title=" " alt="" coords="654,259,409,303,408,298,653,254"/> <area shape="poly" title=" " alt="" coords="707,270,808,311,806,316,705,275"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,379,300,405"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,320,207,347"/>
<area shape="poly" title=" " alt="" coords="140,329,193,367,190,371,137,333"/> <area shape="poly" title=" " alt="" coords="591,274,224,321,223,316,590,268"/>
<area shape="poly" title=" " alt="" coords="214,408,187,443,183,439,210,404"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,395,375,421"/>
<area shape="poly" title=" " alt="" coords="234,404,260,439,256,442,229,407"/> <area shape="poly" title=" " alt="" coords="761,349,391,397,390,392,760,344"/>
<area shape="poly" title=" " alt="" coords="307,333,254,371,251,367,304,329"/> <area shape="poly" title=" " alt="" coords="290,423,263,458,259,455,285,420"/>
<area shape="poly" title=" " alt="" coords="309,420,335,455,331,458,305,423"/>
<area shape="poly" title=" " alt="" coords="152,345,253,386,251,391,150,350"/>
</map> </map>
</div> </div>
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div> This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp__dep__incl.png" border="0" usemap="#a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp__dep__incl.png" border="0" usemap="#ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep" alt=""/></div>
<map name="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep" id="a_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep"> <map name="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep" id="ainclude_2report_2_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hppdep">
<area shape="rect" title=" " alt="" coords="282,5,508,32"/> <area shape="rect" title=" " alt="" coords="806,5,979,48"/>
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="221,80,361,107"/> <area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="648,104,870,131"/>
<area shape="poly" title=" " alt="" coords="366,43,311,82,308,77,363,39"/> <area shape="poly" title=" " alt="" coords="850,59,780,106,777,101,847,55"/>
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="386,80,612,107"/> <area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="894,96,1157,139"/>
<area shape="poly" title=" " alt="" coords="427,39,482,77,479,82,424,43"/> <area shape="poly" title=" " alt="" coords="938,55,996,93,993,98,935,59"/>
<area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="244,155,339,181"/> <area shape="rect" href="_b_n_o08x_8hpp.html" title=" " alt="" coords="689,187,829,213"/>
<area shape="poly" title=" " alt="" coords="294,122,294,154,289,154,289,122"/> <area shape="poly" title=" " alt="" coords="762,146,762,187,756,187,756,146"/>
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="100,229,195,256"/> <area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,261,666,288"/>
<area shape="poly" title=" " alt="" coords="254,191,174,231,171,226,251,186"/> <area shape="poly" title=" " alt="" coords="712,222,599,263,598,258,710,217"/>
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,229,364,256"/> <area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="690,261,828,288"/>
<area shape="poly" title=" " alt="" coords="294,197,294,229,289,229,289,197"/> <area shape="poly" title=" " alt="" coords="762,229,762,261,756,261,756,229"/>
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,229,546,256"/> <area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,261,1041,288"/>
<area shape="poly" title=" " alt="" coords="337,185,437,226,435,231,335,190"/> <area shape="poly" title=" " alt="" coords="807,217,915,258,913,263,805,222"/>
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,304,156,331"/> <area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,201,363"/>
<area shape="poly" title=" " alt="" coords="385,262,149,306,148,301,384,257"/> <area shape="poly" title=" " alt="" coords="469,294,184,338,183,333,468,288"/>
<area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="180,304,309,331"/> <area shape="rect" href="_callback_tests_8cpp.html" title=" " alt="" coords="225,336,379,363"/>
<area shape="poly" title=" " alt="" coords="415,264,284,306,283,301,413,259"/> <area shape="poly" title=" " alt="" coords="505,295,348,338,347,333,503,290"/>
<area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="333,304,455,331"/> <area shape="rect" href="_feature_tests_8cpp.html" title=" " alt="" coords="404,336,552,363"/>
<area shape="poly" title=" " alt="" coords="445,269,408,306,405,302,442,265"/> <area shape="poly" title=" " alt="" coords="539,300,494,338,491,334,536,296"/>
<area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="479,304,605,331"/> <area shape="rect" href="_init_denit_tests_8cpp.html" title=" " alt="" coords="575,336,727,363"/>
<area shape="poly" title=" " alt="" coords="493,265,531,302,527,306,489,269"/> <area shape="poly" title=" " alt="" coords="593,296,638,334,634,338,589,300"/>
<area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="628,304,773,331"/> <area shape="rect" href="_multi_report_tests_8cpp.html" title=" " alt="" coords="751,336,922,363"/>
<area shape="poly" title=" " alt="" coords="523,258,660,301,659,306,521,263"/> <area shape="poly" title=" " alt="" coords="627,290,789,333,788,338,626,295"/>
<area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="796,304,949,331"/> <area shape="rect" href="_single_report_tests_8cpp.html" title=" " alt="" coords="946,336,1124,363"/>
<area shape="poly" title=" " alt="" coords="554,257,802,301,801,306,553,262"/> <area shape="poly" title=" " alt="" coords="662,288,953,333,952,338,662,294"/>
</map> </map>
</div> </div>
</div> </div>
@ -205,7 +207,7 @@ Classes</h2></td></tr>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html">BNO08xRptARVRStabilizedRV.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html">BNO08xRptARVRStabilizedRV.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,27 +1,27 @@
<map id="BNO08xRptARVRStabilizedRV.hpp" name="BNO08xRptARVRStabilizedRV.hpp"> <map id="include/report/BNO08xRptARVRStabilizedRV.hpp" name="include/report/BNO08xRptARVRStabilizedRV.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="282,5,508,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="806,5,979,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="221,80,361,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="648,104,870,131"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="366,43,311,82,308,77,363,39"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="850,59,780,106,777,101,847,55"/>
<area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="386,80,612,107"/> <area shape="rect" id="Node000013" href="$_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8cpp.html" title=" " alt="" coords="894,96,1157,139"/>
<area shape="poly" id="edge12_Node000001_Node000013" title=" " alt="" coords="427,39,482,77,479,82,424,43"/> <area shape="poly" id="edge12_Node000001_Node000013" title=" " alt="" coords="938,55,996,93,993,98,935,59"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="244,155,339,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_8hpp.html" title=" " alt="" coords="689,187,829,213"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="294,122,294,154,289,154,289,122"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="762,146,762,187,756,187,756,146"/>
<area shape="rect" id="Node000004" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="100,229,195,256"/> <area shape="rect" id="Node000004" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="463,261,666,288"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="254,191,174,231,171,226,251,186"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="712,222,599,263,598,258,710,217"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="219,229,364,256"/> <area shape="rect" id="Node000011" href="$_b_n_o08x_8cpp.html" title=" " alt="" coords="690,261,828,288"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="294,197,294,229,289,229,289,197"/> <area shape="poly" id="edge10_Node000003_Node000011" title=" " alt="" coords="762,229,762,261,756,261,756,229"/>
<area shape="rect" id="Node000006" href="$_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="389,229,546,256"/> <area shape="rect" id="Node000012" href="$_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="853,261,1041,288"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="337,185,437,226,435,231,335,190"/> <area shape="poly" id="edge11_Node000003_Node000012" title=" " alt="" coords="807,217,915,258,913,263,805,222"/>
<area shape="rect" id="Node000007" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,304,156,331"/> <area shape="rect" id="Node000005" href="$_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,336,201,363"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="385,262,149,306,148,301,384,257"/> <area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="469,294,184,338,183,333,468,288"/>
<area shape="rect" id="Node000008" href="$_callback_tests_8cpp.html" title=" " alt="" coords="180,304,309,331"/> <area shape="rect" id="Node000006" href="$_callback_tests_8cpp.html" title=" " alt="" coords="225,336,379,363"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="415,264,284,306,283,301,413,259"/> <area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="505,295,348,338,347,333,503,290"/>
<area shape="rect" id="Node000009" href="$_feature_tests_8cpp.html" title=" " alt="" coords="333,304,455,331"/> <area shape="rect" id="Node000007" href="$_feature_tests_8cpp.html" title=" " alt="" coords="404,336,552,363"/>
<area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="445,269,408,306,405,302,442,265"/> <area shape="poly" id="edge6_Node000004_Node000007" title=" " alt="" coords="539,300,494,338,491,334,536,296"/>
<area shape="rect" id="Node000010" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="479,304,605,331"/> <area shape="rect" id="Node000008" href="$_init_denit_tests_8cpp.html" title=" " alt="" coords="575,336,727,363"/>
<area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="493,265,531,302,527,306,489,269"/> <area shape="poly" id="edge7_Node000004_Node000008" title=" " alt="" coords="593,296,638,334,634,338,589,300"/>
<area shape="rect" id="Node000011" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="628,304,773,331"/> <area shape="rect" id="Node000009" href="$_multi_report_tests_8cpp.html" title=" " alt="" coords="751,336,922,363"/>
<area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="523,258,660,301,659,306,521,263"/> <area shape="poly" id="edge8_Node000004_Node000009" title=" " alt="" coords="627,290,789,333,788,338,626,295"/>
<area shape="rect" id="Node000012" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="796,304,949,331"/> <area shape="rect" id="Node000010" href="$_single_report_tests_8cpp.html" title=" " alt="" coords="946,336,1124,363"/>
<area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="554,257,802,301,801,306,553,262"/> <area shape="poly" id="edge9_Node000004_Node000010" title=" " alt="" coords="662,288,953,333,952,338,662,294"/>
</map> </map>

View File

@ -1 +1 @@
9a4bd4263c129db780bfd02bfc253f4a 79482ce1f61c72252c710354d87fe516

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,54 +1,56 @@
<map id="BNO08xRptARVRStabilizedRV.hpp" name="BNO08xRptARVRStabilizedRV.hpp"> <map id="include/report/BNO08xRptARVRStabilizedRV.hpp" name="include/report/BNO08xRptARVRStabilizedRV.hpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1205,5,1431,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1264,5,1437,48"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1229,80,1407,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_r_v_generic_8hpp.html" title=" " alt="" coords="1261,96,1440,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,49,1353,80,1348,80,1348,49"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,155,1376,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,171,1408,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1353,123,1353,155,1348,155,1348,123"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="128,453,204,480"/> <area shape="rect" id="Node000004" title=" " alt="" coords="204,469,281,496"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1260,174,976,184,580,207,384,225,214,247,143,260,86,274,44,289,20,306,10,324,10,343,19,362,34,381,79,416,126,444,124,448,76,421,31,385,14,365,5,344,4,323,16,302,42,285,85,269,142,255,213,242,383,220,579,202,975,179,1260,168"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1293,189,1002,199,596,222,395,239,220,262,148,275,90,289,47,305,22,322,9,345,12,367,28,387,53,407,120,440,190,464,188,469,118,445,50,411,24,391,7,369,4,344,18,318,44,300,88,284,147,270,220,256,395,234,596,217,1002,194,1292,184"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,304,1311,331"/> <area shape="rect" id="Node000005" title=" " alt="" coords="1388,245,1465,272"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1313,183,1245,292,1241,289,1308,180"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1366,196,1404,233,1401,237,1362,200"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1392,379,1527,405"/> <area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,320,1313,347"/>
<area shape="poly" id="edge27_Node000003_Node000013" title=" " alt="" coords="1328,180,1445,364,1441,367,1324,183"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="1342,200,1251,310,1247,306,1338,196"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,229,808,256"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1394,395,1528,421"/>
<area shape="poly" id="edge13_Node000003_Node000014" title=" " alt="" coords="1260,179,824,232,823,227,1260,174"/> <area shape="poly" id="edge28_Node000003_Node000014" title=" " alt="" coords="1355,197,1364,231,1378,271,1411,331,1445,381,1440,384,1407,334,1373,273,1359,232,1350,198"/>
<area shape="rect" id="Node000023" title=" " alt="" coords="1386,229,1439,256"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,245,760,272"/>
<area shape="poly" id="edge26_Node000003_Node000023" title=" " alt="" coords="1336,180,1386,218,1383,222,1333,184"/> <area shape="poly" id="edge14_Node000003_Node000015" title=" " alt="" coords="1293,194,777,249,776,244,1292,189"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1463,229,1538,256"/> <area shape="rect" id="Node000024" title=" " alt="" coords="1489,245,1542,272"/>
<area shape="poly" id="edge28_Node000003_Node000024" title=" " alt="" coords="1351,179,1455,221,1453,226,1349,184"/> <area shape="poly" id="edge27_Node000003_Node000024" title=" " alt="" coords="1380,195,1476,237,1474,242,1378,200"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="1257,379,1318,405"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1566,245,1641,272"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="1240,330,1270,365,1265,369,1236,333"/> <area shape="poly" id="edge29_Node000003_Node000025" title=" " alt="" coords="1395,195,1552,240,1551,245,1394,200"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="635,379,713,405"/> <area shape="rect" id="Node000007" title=" " alt="" coords="1258,395,1320,421"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="1143,332,1132,333,931,353,842,363,729,381,728,376,841,358,930,348,1131,328,1143,327"/> <area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1242,346,1271,381,1267,385,1238,349"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="245,453,309,480"/> <area shape="rect" id="Node000008" title=" " alt="" coords="637,395,715,421"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="1264,329,1295,343,1323,361,1339,383,1339,395,1332,407,1316,415,1285,421,1187,432,890,450,561,461,324,467,324,462,561,456,889,445,1186,427,1285,416,1314,410,1328,403,1334,394,1334,385,1320,365,1292,348,1261,334"/> <area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1145,348,1133,349,933,369,844,379,731,397,730,392,843,374,932,364,1133,344,1145,343"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="737,379,798,405"/> <area shape="rect" id="Node000009" title=" " alt="" coords="320,469,384,496"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="1144,332,972,355,813,381,812,376,971,350,1143,327"/> <area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1265,345,1297,359,1325,377,1341,399,1341,411,1334,423,1319,430,1291,436,1200,447,925,465,621,477,399,483,399,478,621,471,925,459,1199,442,1290,431,1317,425,1330,419,1336,410,1336,401,1321,381,1294,364,1263,350"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="822,379,913,405"/> <area shape="rect" id="Node000010" title=" " alt="" coords="739,395,799,421"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="1163,334,928,381,927,375,1162,329"/> <area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1145,348,974,371,815,397,814,392,973,366,1145,343"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="937,379,1078,405"/> <area shape="rect" id="Node000011" title=" " alt="" coords="824,395,914,421"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="1190,334,1061,376,1060,371,1188,329"/> <area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1165,350,930,397,929,391,1164,345"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="1102,379,1233,405"/> <area shape="rect" id="Node000012" title=" " alt="" coords="939,395,1079,421"/>
<area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="1219,333,1189,369,1185,365,1215,330"/> <area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1192,350,1063,392,1061,387,1190,345"/>
<area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="1269,329,1405,371,1404,376,1267,334"/> <area shape="rect" id="Node000013" title=" " alt="" coords="1104,395,1234,421"/>
<area shape="poly" id="edge19_Node000014_Node000005" title=" " alt="" coords="809,253,1129,299,1128,304,808,259"/> <area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1221,349,1191,385,1187,381,1217,346"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="435,304,519,331"/> <area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1270,345,1407,387,1405,392,1269,350"/>
<area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="681,259,534,302,533,297,680,254"/> <area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="761,268,1130,316,1130,322,761,274"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="542,304,630,331"/> <area shape="rect" id="Node000016" title=" " alt="" coords="231,320,315,347"/>
<area shape="poly" id="edge15_Node000014_Node000016" title=" " alt="" coords="701,259,625,299,622,294,698,254"/> <area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="596,275,331,322,330,317,595,270"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="653,304,794,331"/> <area shape="rect" id="Node000017" title=" " alt="" coords="339,320,426,347"/>
<area shape="poly" id="edge16_Node000014_Node000017" title=" " alt="" coords="726,257,726,288,721,288,721,257"/> <area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="625,275,442,320,441,315,624,270"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="818,304,941,331"/> <area shape="rect" id="Node000018" title=" " alt="" coords="450,320,590,347"/>
<area shape="poly" id="edge17_Node000014_Node000018" title=" " alt="" coords="752,254,839,295,837,299,749,259"/> <area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="650,275,562,315,560,311,647,270"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="964,304,1120,331"/> <area shape="rect" id="Node000019" title=" " alt="" coords="615,320,737,347"/>
<area shape="poly" id="edge18_Node000014_Node000019" title=" " alt="" coords="780,254,972,297,971,303,779,259"/> <area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="678,273,678,304,673,304,673,273"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,304,211,331"/> <area shape="rect" id="Node000020" title=" " alt="" coords="966,320,1121,347"/>
<area shape="poly" id="edge20_Node000014_Node000020" title=" " alt="" coords="639,257,227,306,226,301,638,252"/> <area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="741,270,965,314,964,319,740,275"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,304,411,331"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,320,942,347"/>
<area shape="poly" id="edge24_Node000014_Node000022" title=" " alt="" coords="654,259,409,303,408,298,653,254"/> <area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="707,270,808,311,806,316,705,275"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,379,300,405"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,320,207,347"/>
<area shape="poly" id="edge21_Node000020_Node000021" title=" " alt="" coords="140,329,193,367,190,371,137,333"/> <area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="591,274,224,321,223,316,590,268"/>
<area shape="poly" id="edge23_Node000021_Node000004" title=" " alt="" coords="214,408,187,443,183,439,210,404"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,395,375,421"/>
<area shape="poly" id="edge22_Node000021_Node000008" title=" " alt="" coords="234,404,260,439,256,442,229,407"/> <area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="761,349,391,397,390,392,760,344"/>
<area shape="poly" id="edge25_Node000022_Node000021" title=" " alt="" coords="307,333,254,371,251,367,304,329"/> <area shape="poly" id="edge24_Node000022_Node000004" title=" " alt="" coords="290,423,263,458,259,455,285,420"/>
<area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="309,420,335,455,331,458,305,423"/>
<area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="152,345,253,386,251,391,150,350"/>
</map> </map>

View File

@ -1 +1 @@
6508a8d46888f1cb2f4b279523579a76 a85c4cc586adc27cb2c66a28c4c1a8a9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptARVRStabilizedRV.hpp Source File</title> <title>esp32_BNO08x: include/report/BNO08xRptARVRStabilizedRV.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -126,9 +126,9 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp_source.html'
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a0ddf587eff71b83b01de57c2a69aa34d"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a0ddf587eff71b83b01de57c2a69aa34d">BNO08xRptARVRStabilizedRV::update_data</a></div><div class="ttdeci">void update_data(sh2_SensorValue_t *sensor_val) override</div><div class="ttdoc">Updates ARVR stabilized rotation vector data from decoded sensor event.</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.cpp:15</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a0ddf587eff71b83b01de57c2a69aa34d"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a0ddf587eff71b83b01de57c2a69aa34d">BNO08xRptARVRStabilizedRV::update_data</a></div><div class="ttdeci">void update_data(sh2_SensorValue_t *sensor_val) override</div><div class="ttdoc">Updates ARVR stabilized rotation vector data from decoded sensor event.</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.cpp:15</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a6ecf69eae461c03a09174f0d358c6371"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a6ecf69eae461c03a09174f0d358c6371">BNO08xRptARVRStabilizedRV::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:25</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a6ecf69eae461c03a09174f0d358c6371"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a6ecf69eae461c03a09174f0d358c6371">BNO08xRptARVRStabilizedRV::TAG</a></div><div class="ttdeci">static const constexpr char * TAG</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:25</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a7b19b87c861a35b7da1d96b606c21d6d"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a7b19b87c861a35b7da1d96b606c21d6d">BNO08xRptARVRStabilizedRV::BNO08xRptARVRStabilizedRV</a></div><div class="ttdeci">BNO08xRptARVRStabilizedRV(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:18</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_html_a7b19b87c861a35b7da1d96b606c21d6d"><div class="ttname"><a href="class_b_n_o08x_rpt_a_r_v_r_stabilized_r_v.html#a7b19b87c861a35b7da1d96b606c21d6d">BNO08xRptARVRStabilizedRV::BNO08xRptARVRStabilizedRV</a></div><div class="ttdeci">BNO08xRptARVRStabilizedRV(uint8_t ID, EventBits_t rpt_bit, BNO08xPrivateTypes::bno08x_sync_ctx_t *sync_ctx)</div><div class="ttdef"><b>Definition</b> BNO08xRptARVRStabilizedRV.hpp:18</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a5a1404a08918d66bb0f41f55220db6e5"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a5a1404a08918d66bb0f41f55220db6e5">BNO08xRpt::sync_ctx</a></div><div class="ttdeci">BNO08xPrivateTypes::bno08x_sync_ctx_t * sync_ctx</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:42</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:36</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_a63cd4ac9e96baa43eebe580f03307512"><div class="ttname"><a href="class_b_n_o08x_rpt.html#a63cd4ac9e96baa43eebe580f03307512">BNO08xRpt::ID</a></div><div class="ttdeci">uint8_t ID</div><div class="ttdoc">Report ID, ex. SH2_ACCELERATION.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:39</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:37</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_html_ae78feab5682a4697c5acad3ca6f12c2e"><div class="ttname"><a href="class_b_n_o08x_rpt.html#ae78feab5682a4697c5acad3ca6f12c2e">BNO08xRpt::rpt_bit</a></div><div class="ttdeci">EventBits_t rpt_bit</div><div class="ttdoc">Respective enable and data bit for report in evt_grp_rpt_en and evt_grp_rpt_data.</div><div class="ttdef"><b>Definition</b> BNO08xRpt.hpp:40</div></div>
<div class="ttc" id="aclass_b_n_o08x_rpt_r_v_generic_html"><div class="ttname"><a href="class_b_n_o08x_rpt_r_v_generic.html">BNO08xRptRVGeneric</a></div><div class="ttdoc">Class to represent rotation vector reports.</div><div class="ttdef"><b>Definition</b> BNO08xRptRVGeneric.hpp:16</div></div> <div class="ttc" id="aclass_b_n_o08x_rpt_r_v_generic_html"><div class="ttname"><a href="class_b_n_o08x_rpt_r_v_generic.html">BNO08xRptRVGeneric</a></div><div class="ttdoc">Class to represent rotation vector reports.</div><div class="ttdef"><b>Definition</b> BNO08xRptRVGeneric.hpp:16</div></div>
<div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div> <div class="ttc" id="astruct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t_html"><div class="ttname"><a href="struct_b_n_o08x_private_types_1_1bno08x__sync__ctx__t.html">BNO08xPrivateTypes::bno08x_sync_ctx_t</a></div><div class="ttdoc">Holds context used to synchronize tasks and callback execution.</div><div class="ttdef"><b>Definition</b> BNO08xPrivateTypes.hpp:57</div></div>
</div><!-- fragment --></div><!-- contents --> </div><!-- fragment --></div><!-- contents -->
@ -136,7 +136,7 @@ $(function(){initNavTree('_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp_source.html'
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_9667f1a5b10a5222433e41df91e1bf5d.html">include</a></li><li class="navelem"><a class="el" href="dir_fbb48e05bb2bbb213962a1ae6a7aca91.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html">BNO08xRptARVRStabilizedRV.hpp</a></li> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7f19fe0488f3daa36ae73de472a8d793.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html">BNO08xRptARVRStabilizedRV.hpp</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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/> <meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>esp32_BNO08x: BNO08xRptAcceleration.cpp File Reference</title> <title>esp32_BNO08x: source/report/BNO08xRptAcceleration.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
@ -27,7 +27,7 @@
<tbody> <tbody>
<tr id="projectrow"> <tr id="projectrow">
<td id="projectalign"> <td id="projectalign">
<div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.3</span> <div id="projectname">esp32_BNO08x<span id="projectnumber">&#160;1.31</span>
</div> </div>
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div> <div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
</td> </td>
@ -99,60 +99,62 @@ $(function(){initNavTree('_b_n_o08x_rpt_acceleration_8cpp.html',''); initResizab
</div><div class="textblock"><div class="dynheader"> </div><div class="textblock"><div class="dynheader">
Include dependency graph for BNO08xRptAcceleration.cpp:</div> Include dependency graph for BNO08xRptAcceleration.cpp:</div>
<div class="dyncontent"> <div class="dyncontent">
<div class="center"><img src="_b_n_o08x_rpt_acceleration_8cpp__incl.png" border="0" usemap="#a_b_n_o08x_rpt_acceleration_8cpp" alt=""/></div> <div class="center"><img src="_b_n_o08x_rpt_acceleration_8cpp__incl.png" border="0" usemap="#asource_2report_2_b_n_o08x_rpt_acceleration_8cpp" alt=""/></div>
<map name="a_b_n_o08x_rpt_acceleration_8cpp" id="a_b_n_o08x_rpt_acceleration_8cpp"> <map name="asource_2report_2_b_n_o08x_rpt_acceleration_8cpp" id="asource_2report_2_b_n_o08x_rpt_acceleration_8cpp">
<area shape="rect" title=" " alt="" coords="1224,5,1412,32"/> <area shape="rect" title=" " alt="" coords="1217,5,1484,32"/>
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1224,80,1412,107"/> <area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1257,80,1444,107"/>
<area shape="poly" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" title=" " alt="" coords="1353,33,1353,64,1348,64,1348,33"/>
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,155,1376,181"/> <area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,155,1408,181"/>
<area shape="poly" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" title=" " alt="" coords="1353,107,1353,139,1348,139,1348,107"/>
<area shape="rect" title=" " alt="" coords="128,453,204,480"/> <area shape="rect" title=" " alt="" coords="204,453,281,480"/>
<area shape="poly" title=" " alt="" coords="1260,174,976,184,580,207,384,225,214,247,143,260,86,274,44,289,20,306,10,324,10,343,19,362,34,381,79,416,126,444,124,448,76,421,31,385,14,365,5,344,4,323,16,302,42,285,85,269,142,255,213,242,383,220,579,202,975,179,1260,168"/> <area shape="poly" title=" " alt="" coords="1293,173,1002,183,596,206,395,223,220,246,148,259,90,273,47,289,22,306,9,329,12,351,28,371,53,391,120,424,190,448,188,453,118,429,50,395,24,375,7,353,4,328,18,302,44,284,88,268,147,254,220,240,395,218,596,201,1002,178,1292,168"/>
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,304,1311,331"/> <area shape="rect" title=" " alt="" coords="1388,229,1465,256"/>
<area shape="poly" title=" " alt="" coords="1313,183,1245,292,1241,289,1308,180"/> <area shape="poly" title=" " alt="" coords="1366,180,1404,217,1401,221,1362,184"/>
<area shape="rect" title=" " alt="" coords="1392,379,1527,405"/> <area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,304,1313,331"/>
<area shape="poly" title=" " alt="" coords="1328,180,1445,364,1441,367,1324,183"/> <area shape="poly" title=" " alt="" coords="1342,184,1251,294,1247,290,1338,180"/>
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,229,808,256"/> <area shape="rect" title=" " alt="" coords="1394,379,1528,405"/>
<area shape="poly" title=" " alt="" coords="1260,179,824,232,823,227,1260,174"/> <area shape="poly" title=" " alt="" coords="1355,181,1364,215,1378,255,1411,315,1445,365,1440,368,1407,318,1373,257,1359,216,1350,182"/>
<area shape="rect" title=" " alt="" coords="1386,229,1439,256"/> <area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,229,760,256"/>
<area shape="poly" title=" " alt="" coords="1336,180,1386,218,1383,222,1333,184"/> <area shape="poly" title=" " alt="" coords="1293,178,777,233,776,228,1292,173"/>
<area shape="rect" title=" " alt="" coords="1463,229,1538,256"/> <area shape="rect" title=" " alt="" coords="1489,229,1542,256"/>
<area shape="poly" title=" " alt="" coords="1351,179,1455,221,1453,226,1349,184"/> <area shape="poly" title=" " alt="" coords="1380,179,1476,221,1474,226,1378,184"/>
<area shape="rect" title=" " alt="" coords="1257,379,1318,405"/> <area shape="rect" title=" " alt="" coords="1566,229,1641,256"/>
<area shape="poly" title=" " alt="" coords="1240,330,1270,365,1265,369,1236,333"/> <area shape="poly" title=" " alt="" coords="1395,179,1552,224,1551,229,1394,184"/>
<area shape="rect" title=" " alt="" coords="635,379,713,405"/> <area shape="rect" title=" " alt="" coords="1258,379,1320,405"/>
<area shape="poly" title=" " alt="" coords="1143,332,1132,333,931,353,842,363,729,381,728,376,841,358,930,348,1131,328,1143,327"/> <area shape="poly" title=" " alt="" coords="1242,330,1271,365,1267,369,1238,333"/>
<area shape="rect" title=" " alt="" coords="245,453,309,480"/> <area shape="rect" title=" " alt="" coords="637,379,715,405"/>
<area shape="poly" title=" " alt="" coords="1264,329,1295,343,1323,361,1339,383,1339,395,1332,407,1316,415,1285,421,1187,432,890,450,561,461,324,467,324,462,561,456,889,445,1186,427,1285,416,1314,410,1328,403,1334,394,1334,385,1320,365,1292,348,1261,334"/> <area shape="poly" title=" " alt="" coords="1145,332,1133,333,933,353,844,363,731,381,730,376,843,358,932,348,1133,328,1145,327"/>
<area shape="rect" title=" " alt="" coords="737,379,798,405"/> <area shape="rect" title=" " alt="" coords="320,453,384,480"/>
<area shape="poly" title=" " alt="" coords="1144,332,972,355,813,381,812,376,971,350,1143,327"/> <area shape="poly" title=" " alt="" coords="1265,329,1297,343,1325,361,1341,383,1341,395,1334,407,1319,414,1291,420,1200,431,925,449,621,461,399,467,399,462,621,455,925,443,1199,426,1290,415,1317,409,1330,403,1336,394,1336,385,1321,365,1294,348,1263,334"/>
<area shape="rect" title=" " alt="" coords="822,379,913,405"/> <area shape="rect" title=" " alt="" coords="739,379,799,405"/>
<area shape="poly" title=" " alt="" coords="1163,334,928,381,927,375,1162,329"/> <area shape="poly" title=" " alt="" coords="1145,332,974,355,815,381,814,376,973,350,1145,327"/>
<area shape="rect" title=" " alt="" coords="937,379,1078,405"/> <area shape="rect" title=" " alt="" coords="824,379,914,405"/>
<area shape="poly" title=" " alt="" coords="1190,334,1061,376,1060,371,1188,329"/> <area shape="poly" title=" " alt="" coords="1165,334,930,381,929,375,1164,329"/>
<area shape="rect" title=" " alt="" coords="1102,379,1233,405"/> <area shape="rect" title=" " alt="" coords="939,379,1079,405"/>
<area shape="poly" title=" " alt="" coords="1219,333,1189,369,1185,365,1215,330"/> <area shape="poly" title=" " alt="" coords="1192,334,1063,376,1061,371,1190,329"/>
<area shape="poly" title=" " alt="" coords="1269,329,1405,371,1404,376,1267,334"/> <area shape="rect" title=" " alt="" coords="1104,379,1234,405"/>
<area shape="poly" title=" " alt="" coords="809,253,1129,299,1128,304,808,259"/> <area shape="poly" title=" " alt="" coords="1221,333,1191,369,1187,365,1217,330"/>
<area shape="rect" title=" " alt="" coords="435,304,519,331"/> <area shape="poly" title=" " alt="" coords="1270,329,1407,371,1405,376,1269,334"/>
<area shape="poly" title=" " alt="" coords="681,259,534,302,533,297,680,254"/> <area shape="poly" title=" " alt="" coords="761,252,1130,300,1130,306,761,258"/>
<area shape="rect" title=" " alt="" coords="542,304,630,331"/> <area shape="rect" title=" " alt="" coords="231,304,315,331"/>
<area shape="poly" title=" " alt="" coords="701,259,625,299,622,294,698,254"/> <area shape="poly" title=" " alt="" coords="596,259,331,306,330,301,595,254"/>
<area shape="rect" title=" " alt="" coords="653,304,794,331"/> <area shape="rect" title=" " alt="" coords="339,304,426,331"/>
<area shape="poly" title=" " alt="" coords="726,257,726,288,721,288,721,257"/> <area shape="poly" title=" " alt="" coords="625,259,442,304,441,299,624,254"/>
<area shape="rect" title=" " alt="" coords="818,304,941,331"/> <area shape="rect" title=" " alt="" coords="450,304,590,331"/>
<area shape="poly" title=" " alt="" coords="752,254,839,295,837,299,749,259"/> <area shape="poly" title=" " alt="" coords="650,259,562,299,560,295,647,254"/>
<area shape="rect" title=" " alt="" coords="964,304,1120,331"/> <area shape="rect" title=" " alt="" coords="615,304,737,331"/>
<area shape="poly" title=" " alt="" coords="780,254,972,297,971,303,779,259"/> <area shape="poly" title=" " alt="" coords="678,257,678,288,673,288,673,257"/>
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,304,211,331"/> <area shape="rect" title=" " alt="" coords="966,304,1121,331"/>
<area shape="poly" title=" " alt="" coords="639,257,227,306,226,301,638,252"/> <area shape="poly" title=" " alt="" coords="741,254,965,298,964,303,740,259"/>
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,304,411,331"/> <area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,304,942,331"/>
<area shape="poly" title=" " alt="" coords="654,259,409,303,408,298,653,254"/> <area shape="poly" title=" " alt="" coords="707,254,808,295,806,300,705,259"/>
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,379,300,405"/> <area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,304,207,331"/>
<area shape="poly" title=" " alt="" coords="140,329,193,367,190,371,137,333"/> <area shape="poly" title=" " alt="" coords="591,258,224,305,223,300,590,252"/>
<area shape="poly" title=" " alt="" coords="214,408,187,443,183,439,210,404"/> <area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,379,375,405"/>
<area shape="poly" title=" " alt="" coords="234,404,260,439,256,442,229,407"/> <area shape="poly" title=" " alt="" coords="761,333,391,381,390,376,760,328"/>
<area shape="poly" title=" " alt="" coords="307,333,254,371,251,367,304,329"/> <area shape="poly" title=" " alt="" coords="290,407,263,442,259,439,285,404"/>
<area shape="poly" title=" " alt="" coords="309,404,335,439,331,442,305,407"/>
<area shape="poly" title=" " alt="" coords="152,329,253,370,251,375,150,334"/>
</map> </map>
</div> </div>
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> </div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@ -162,7 +164,7 @@ Include dependency graph for BNO08xRptAcceleration.cpp:</div>
<!-- start footer part --> <!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
<li class="navelem"><a class="el" href="dir_85e9385bd83516731053aadc7da3c8af.html">imu_update</a></li><li class="navelem"><a class="el" href="dir_c60d9bf80716f90f729fd65c40ec81f7.html">bno08x_update</a></li><li class="navelem"><a class="el" href="dir_fd670e5d11b8bb731501003ff6578ae1.html">components</a></li><li class="navelem"><a class="el" href="dir_a6718ce9703adf4789a693642ffedf7f.html">esp32_BNO08x</a></li><li class="navelem"><a class="el" href="dir_105fd1ee051c171768c94e464b88861d.html">source</a></li><li class="navelem"><a class="el" href="dir_82b8b3f89fe769e7fc0bad50e1b2a4bf.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_acceleration_8cpp.html">BNO08xRptAcceleration.cpp</a></li> <li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_f3240a40405e637e3754c29e78869df9.html">report</a></li><li class="navelem"><a class="el" href="_b_n_o08x_rpt_acceleration_8cpp.html">BNO08xRptAcceleration.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.10.0 </li>
</ul> </ul>
</div> </div>

View File

@ -1,54 +1,56 @@
<map id="BNO08xRptAcceleration.cpp" name="BNO08xRptAcceleration.cpp"> <map id="source/report/BNO08xRptAcceleration.cpp" name="source/report/BNO08xRptAcceleration.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="1224,5,1412,32"/> <area shape="rect" id="Node000001" title=" " alt="" coords="1217,5,1484,32"/>
<area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1224,80,1412,107"/> <area shape="rect" id="Node000002" href="$_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="1257,80,1444,107"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1321,33,1321,64,1315,64,1315,33"/> <area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1353,33,1353,64,1348,64,1348,33"/>
<area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1260,155,1376,181"/> <area shape="rect" id="Node000003" href="$_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="1293,155,1408,181"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1321,107,1321,139,1315,139,1315,107"/> <area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="1353,107,1353,139,1348,139,1348,107"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="128,453,204,480"/> <area shape="rect" id="Node000004" title=" " alt="" coords="204,453,281,480"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1260,174,976,184,580,207,384,225,214,247,143,260,86,274,44,289,20,306,10,324,10,343,19,362,34,381,79,416,126,444,124,448,76,421,31,385,14,365,5,344,4,323,16,302,42,285,85,269,142,255,213,242,383,220,579,202,975,179,1260,168"/> <area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="1293,173,1002,183,596,206,395,223,220,246,148,259,90,273,47,289,22,306,9,329,12,351,28,371,53,391,120,424,190,448,188,453,118,429,50,395,24,375,7,353,4,328,18,302,44,284,88,268,147,254,220,240,395,218,596,201,1002,178,1292,168"/>
<area shape="rect" id="Node000005" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1144,304,1311,331"/> <area shape="rect" id="Node000005" title=" " alt="" coords="1388,229,1465,256"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1313,183,1245,292,1241,289,1308,180"/> <area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="1366,180,1404,217,1401,221,1362,184"/>
<area shape="rect" id="Node000013" title=" " alt="" coords="1392,379,1527,405"/> <area shape="rect" id="Node000006" href="$_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1145,304,1313,331"/>
<area shape="poly" id="edge27_Node000003_Node000013" title=" " alt="" coords="1328,180,1445,364,1441,367,1324,183"/> <area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="1342,184,1251,294,1247,290,1338,180"/>
<area shape="rect" id="Node000014" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="639,229,808,256"/> <area shape="rect" id="Node000014" title=" " alt="" coords="1394,379,1528,405"/>
<area shape="poly" id="edge13_Node000003_Node000014" title=" " alt="" coords="1260,179,824,232,823,227,1260,174"/> <area shape="poly" id="edge28_Node000003_Node000014" title=" " alt="" coords="1355,181,1364,215,1378,255,1411,315,1445,365,1440,368,1407,318,1373,257,1359,216,1350,182"/>
<area shape="rect" id="Node000023" title=" " alt="" coords="1386,229,1439,256"/> <area shape="rect" id="Node000015" href="$_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="591,229,760,256"/>
<area shape="poly" id="edge26_Node000003_Node000023" title=" " alt="" coords="1336,180,1386,218,1383,222,1333,184"/> <area shape="poly" id="edge14_Node000003_Node000015" title=" " alt="" coords="1293,178,777,233,776,228,1292,173"/>
<area shape="rect" id="Node000024" title=" " alt="" coords="1463,229,1538,256"/> <area shape="rect" id="Node000024" title=" " alt="" coords="1489,229,1542,256"/>
<area shape="poly" id="edge28_Node000003_Node000024" title=" " alt="" coords="1351,179,1455,221,1453,226,1349,184"/> <area shape="poly" id="edge27_Node000003_Node000024" title=" " alt="" coords="1380,179,1476,221,1474,226,1378,184"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="1257,379,1318,405"/> <area shape="rect" id="Node000025" title=" " alt="" coords="1566,229,1641,256"/>
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="1240,330,1270,365,1265,369,1236,333"/> <area shape="poly" id="edge29_Node000003_Node000025" title=" " alt="" coords="1395,179,1552,224,1551,229,1394,184"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="635,379,713,405"/> <area shape="rect" id="Node000007" title=" " alt="" coords="1258,379,1320,405"/>
<area shape="poly" id="edge6_Node000005_Node000007" title=" " alt="" coords="1143,332,1132,333,931,353,842,363,729,381,728,376,841,358,930,348,1131,328,1143,327"/> <area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="1242,330,1271,365,1267,369,1238,333"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="245,453,309,480"/> <area shape="rect" id="Node000008" title=" " alt="" coords="637,379,715,405"/>
<area shape="poly" id="edge7_Node000005_Node000008" title=" " alt="" coords="1264,329,1295,343,1323,361,1339,383,1339,395,1332,407,1316,415,1285,421,1187,432,890,450,561,461,324,467,324,462,561,456,889,445,1186,427,1285,416,1314,410,1328,403,1334,394,1334,385,1320,365,1292,348,1261,334"/> <area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="1145,332,1133,333,933,353,844,363,731,381,730,376,843,358,932,348,1133,328,1145,327"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="737,379,798,405"/> <area shape="rect" id="Node000009" title=" " alt="" coords="320,453,384,480"/>
<area shape="poly" id="edge8_Node000005_Node000009" title=" " alt="" coords="1144,332,972,355,813,381,812,376,971,350,1143,327"/> <area shape="poly" id="edge8_Node000006_Node000009" title=" " alt="" coords="1265,329,1297,343,1325,361,1341,383,1341,395,1334,407,1319,414,1291,420,1200,431,925,449,621,461,399,467,399,462,621,455,925,443,1199,426,1290,415,1317,409,1330,403,1336,394,1336,385,1321,365,1294,348,1263,334"/>
<area shape="rect" id="Node000010" title=" " alt="" coords="822,379,913,405"/> <area shape="rect" id="Node000010" title=" " alt="" coords="739,379,799,405"/>
<area shape="poly" id="edge9_Node000005_Node000010" title=" " alt="" coords="1163,334,928,381,927,375,1162,329"/> <area shape="poly" id="edge9_Node000006_Node000010" title=" " alt="" coords="1145,332,974,355,815,381,814,376,973,350,1145,327"/>
<area shape="rect" id="Node000011" title=" " alt="" coords="937,379,1078,405"/> <area shape="rect" id="Node000011" title=" " alt="" coords="824,379,914,405"/>
<area shape="poly" id="edge10_Node000005_Node000011" title=" " alt="" coords="1190,334,1061,376,1060,371,1188,329"/> <area shape="poly" id="edge10_Node000006_Node000011" title=" " alt="" coords="1165,334,930,381,929,375,1164,329"/>
<area shape="rect" id="Node000012" title=" " alt="" coords="1102,379,1233,405"/> <area shape="rect" id="Node000012" title=" " alt="" coords="939,379,1079,405"/>
<area shape="poly" id="edge11_Node000005_Node000012" title=" " alt="" coords="1219,333,1189,369,1185,365,1215,330"/> <area shape="poly" id="edge11_Node000006_Node000012" title=" " alt="" coords="1192,334,1063,376,1061,371,1190,329"/>
<area shape="poly" id="edge12_Node000005_Node000013" title=" " alt="" coords="1269,329,1405,371,1404,376,1267,334"/> <area shape="rect" id="Node000013" title=" " alt="" coords="1104,379,1234,405"/>
<area shape="poly" id="edge19_Node000014_Node000005" title=" " alt="" coords="809,253,1129,299,1128,304,808,259"/> <area shape="poly" id="edge12_Node000006_Node000013" title=" " alt="" coords="1221,333,1191,369,1187,365,1217,330"/>
<area shape="rect" id="Node000015" title=" " alt="" coords="435,304,519,331"/> <area shape="poly" id="edge13_Node000006_Node000014" title=" " alt="" coords="1270,329,1407,371,1405,376,1269,334"/>
<area shape="poly" id="edge14_Node000014_Node000015" title=" " alt="" coords="681,259,534,302,533,297,680,254"/> <area shape="poly" id="edge20_Node000015_Node000006" title=" " alt="" coords="761,252,1130,300,1130,306,761,258"/>
<area shape="rect" id="Node000016" title=" " alt="" coords="542,304,630,331"/> <area shape="rect" id="Node000016" title=" " alt="" coords="231,304,315,331"/>
<area shape="poly" id="edge15_Node000014_Node000016" title=" " alt="" coords="701,259,625,299,622,294,698,254"/> <area shape="poly" id="edge15_Node000015_Node000016" title=" " alt="" coords="596,259,331,306,330,301,595,254"/>
<area shape="rect" id="Node000017" title=" " alt="" coords="653,304,794,331"/> <area shape="rect" id="Node000017" title=" " alt="" coords="339,304,426,331"/>
<area shape="poly" id="edge16_Node000014_Node000017" title=" " alt="" coords="726,257,726,288,721,288,721,257"/> <area shape="poly" id="edge16_Node000015_Node000017" title=" " alt="" coords="625,259,442,304,441,299,624,254"/>
<area shape="rect" id="Node000018" title=" " alt="" coords="818,304,941,331"/> <area shape="rect" id="Node000018" title=" " alt="" coords="450,304,590,331"/>
<area shape="poly" id="edge17_Node000014_Node000018" title=" " alt="" coords="752,254,839,295,837,299,749,259"/> <area shape="poly" id="edge17_Node000015_Node000018" title=" " alt="" coords="650,259,562,299,560,295,647,254"/>
<area shape="rect" id="Node000019" title=" " alt="" coords="964,304,1120,331"/> <area shape="rect" id="Node000019" title=" " alt="" coords="615,304,737,331"/>
<area shape="poly" id="edge18_Node000014_Node000019" title=" " alt="" coords="780,254,972,297,971,303,779,259"/> <area shape="poly" id="edge18_Node000015_Node000019" title=" " alt="" coords="678,257,678,288,673,288,673,257"/>
<area shape="rect" id="Node000020" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="30,304,211,331"/> <area shape="rect" id="Node000020" title=" " alt="" coords="966,304,1121,331"/>
<area shape="poly" id="edge20_Node000014_Node000020" title=" " alt="" coords="639,257,227,306,226,301,638,252"/> <area shape="poly" id="edge19_Node000015_Node000020" title=" " alt="" coords="741,254,965,298,964,303,740,259"/>
<area shape="rect" id="Node000022" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="236,304,411,331"/> <area shape="rect" id="Node000021" href="$_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="761,304,942,331"/>
<area shape="poly" id="edge24_Node000014_Node000022" title=" " alt="" coords="654,259,409,303,408,298,653,254"/> <area shape="poly" id="edge21_Node000015_Node000021" title=" " alt="" coords="707,254,808,295,806,300,705,259"/>
<area shape="rect" id="Node000021" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="144,379,300,405"/> <area shape="rect" id="Node000023" href="$_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="32,304,207,331"/>
<area shape="poly" id="edge21_Node000020_Node000021" title=" " alt="" coords="140,329,193,367,190,371,137,333"/> <area shape="poly" id="edge25_Node000015_Node000023" title=" " alt="" coords="591,258,224,305,223,300,590,252"/>
<area shape="poly" id="edge23_Node000021_Node000004" title=" " alt="" coords="214,408,187,443,183,439,210,404"/> <area shape="rect" id="Node000022" href="$_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="219,379,375,405"/>
<area shape="poly" id="edge22_Node000021_Node000008" title=" " alt="" coords="234,404,260,439,256,442,229,407"/> <area shape="poly" id="edge22_Node000021_Node000022" title=" " alt="" coords="761,333,391,381,390,376,760,328"/>
<area shape="poly" id="edge25_Node000022_Node000021" title=" " alt="" coords="307,333,254,371,251,367,304,329"/> <area shape="poly" id="edge24_Node000022_Node000004" title=" " alt="" coords="290,407,263,442,259,439,285,404"/>
<area shape="poly" id="edge23_Node000022_Node000009" title=" " alt="" coords="309,404,335,439,331,442,305,407"/>
<area shape="poly" id="edge26_Node000023_Node000022" title=" " alt="" coords="152,329,253,370,251,375,150,334"/>
</map> </map>

Some files were not shown because too many files have changed in this diff Show More