199 lines
12 KiB
HTML
199 lines
12 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.4"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>esp32_BNO08x: /media/develop/git/imu_pr_cleanup/components/esp32_BNO08x/include/BNO08x.hpp File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">esp32_BNO08x<span id="projectnumber"> 1.4</span>
|
|
</div>
|
|
<div id="projectbrief">C++ BNO08x IMU driver component for esp-idf.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.4 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('_b_n_o08x_8hpp.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#nested-classes">Classes</a> </div>
|
|
<div class="headertitle"><div class="title">BNO08x.hpp File Reference</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include <etl/vector.h></code><br />
|
|
<code>#include <etl/variant.h></code><br />
|
|
<code>#include <etl/map.h></code><br />
|
|
<code>#include <driver/gpio.h></code><br />
|
|
<code>#include <driver/spi_common.h></code><br />
|
|
<code>#include <driver/spi_master.h></code><br />
|
|
<code>#include <freertos/FreeRTOS.h></code><br />
|
|
<code>#include <freertos/task.h></code><br />
|
|
<code>#include <freertos/event_groups.h></code><br />
|
|
<code>#include <freertos/queue.h></code><br />
|
|
<code>#include "<a class="el" href="_b_n_o08x_global_types_8hpp_source.html">BNO08xGlobalTypes.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="_b_n_o08x_private_types_8hpp_source.html">BNO08xPrivateTypes.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="_b_n_o08x_s_h2_h_a_l_8hpp_source.html">BNO08xSH2HAL.hpp</a>"</code><br />
|
|
<code>#include "<a class="el" href="_b_n_o08x_reports_8hpp_source.html">BNO08xReports.hpp</a>"</code><br />
|
|
</div><div class="textblock"><div class="dynheader">
|
|
Include dependency graph for BNO08x.hpp:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="_b_n_o08x_8hpp__incl.png" border="0" usemap="#a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hpp" alt=""/></div>
|
|
<map name="a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hpp" id="a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hpp">
|
|
<area shape="rect" title=" " alt="" coords="285,5,547,61"/>
|
|
<area shape="rect" title=" " alt="" coords="219,423,314,449"/>
|
|
<area shape="rect" title=" " alt="" coords="339,423,440,449"/>
|
|
<area shape="rect" title=" " alt="" coords="94,109,178,136"/>
|
|
<area shape="rect" title=" " alt="" coords="64,497,168,524"/>
|
|
<area shape="rect" title=" " alt="" coords="427,497,586,524"/>
|
|
<area shape="rect" title=" " alt="" coords="728,497,875,524"/>
|
|
<area shape="rect" title=" " alt="" coords="465,423,615,449"/>
|
|
<area shape="rect" title=" " alt="" coords="405,109,523,136"/>
|
|
<area shape="rect" title=" " alt="" coords="639,423,817,449"/>
|
|
<area shape="rect" title=" " alt="" coords="598,109,727,136"/>
|
|
<area shape="rect" href="_b_n_o08x_global_types_8hpp.html" title=" " alt="" coords="1002,423,1185,449"/>
|
|
<area shape="rect" href="_b_n_o08x_private_types_8hpp.html" title=" " alt="" coords="653,348,840,375"/>
|
|
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8hpp.html" title=" " alt="" coords="3228,273,3383,300"/>
|
|
<area shape="rect" href="_b_n_o08x_reports_8hpp.html" title=" " alt="" coords="3297,109,3450,136"/>
|
|
<area shape="rect" title=" " alt="" coords="1009,497,1077,524"/>
|
|
<area shape="rect" title=" " alt="" coords="1101,497,1187,524"/>
|
|
<area shape="rect" title=" " alt="" coords="1143,572,1214,599"/>
|
|
<area shape="rect" title=" " alt="" coords="1212,497,1279,524"/>
|
|
<area shape="rect" title=" " alt="" coords="2919,497,3063,524"/>
|
|
<area shape="rect" title=" " alt="" coords="841,423,978,449"/>
|
|
<area shape="rect" href="_b_n_o08x_cb_param_rpt_i_d_8hpp.html" title=" " alt="" coords="1423,423,1620,449"/>
|
|
<area shape="rect" href="_b_n_o08x_cb_param_void_8hpp.html" title=" " alt="" coords="1209,423,1399,449"/>
|
|
<area shape="rect" href="_b_n_o08x_cb_generic_8hpp.html" title=" " alt="" coords="1303,497,1473,524"/>
|
|
<area shape="rect" title=" " alt="" coords="3242,348,3299,375"/>
|
|
<area shape="rect" title=" " alt="" coords="3029,348,3110,375"/>
|
|
<area shape="rect" title=" " alt="" coords="3134,348,3218,375"/>
|
|
<area shape="rect" title=" " alt="" coords="3324,348,3423,375"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_acceleration_8hpp.html" title=" " alt="" coords="3385,191,3591,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_linear_acceleration_8hpp.html" title=" " alt="" coords="3615,191,3862,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_gravity_8hpp.html" title=" " alt="" coords="3887,191,4057,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_cal_magnetometer_8hpp.html" title=" " alt="" coords="4082,191,4323,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_uncal_magnetometer_8hpp.html" title=" " alt="" coords="4347,191,4605,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_cal_gyro_8hpp.html" title=" " alt="" coords="4629,191,4806,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_uncal_gyro_8hpp.html" title=" " alt="" coords="4830,191,5023,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_r_v_8hpp.html" title=" " alt="" coords="5296,191,5437,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_game_r_v_8hpp.html" title=" " alt="" coords="5462,191,5642,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_r_v_8hpp.html" title=" " alt="" coords="5666,191,5907,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_a_r_v_r_stabilized_game_r_v_8hpp.html" title=" " alt="" coords="1166,184,1402,225"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_i_gyro_r_v_8hpp.html" title=" " alt="" coords="1427,191,1603,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_r_v_geomag_8hpp.html" title=" " alt="" coords="1627,191,1826,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_gyro_8hpp.html" title=" " alt="" coords="5048,191,5272,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_accelerometer_8hpp.html" title=" " alt="" coords="853,191,1141,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_raw_m_e_m_s_magnetometer_8hpp.html" title=" " alt="" coords="1851,191,2139,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_step_counter_8hpp.html" title=" " alt="" coords="2163,191,2367,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_activity_classifier_8hpp.html" title=" " alt="" coords="2392,191,2627,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_stability_classifier_8hpp.html" title=" " alt="" coords="2651,191,2890,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_shake_detector_8hpp.html" title=" " alt="" coords="2915,191,3133,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_tap_detector_8hpp.html" title=" " alt="" coords="3157,191,3360,218"/>
|
|
<area shape="rect" href="_b_n_o08x_rpt_8hpp.html" title=" " alt="" coords="3079,273,3204,300"/>
|
|
</map>
|
|
</div>
|
|
</div><div class="textblock"><div class="dynheader">
|
|
This graph shows which files directly or indirectly include this file:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="_b_n_o08x_8hpp__dep__incl.png" border="0" usemap="#a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hppdep" alt=""/></div>
|
|
<map name="a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hppdep" id="a_2media_2develop_2git_2imu__pr__cleanup_2components_2esp32___b_n_o08x_2include_2_b_n_o08x_8hppdep">
|
|
<area shape="rect" title=" " alt="" coords="209,5,471,61"/>
|
|
<area shape="rect" href="_b_n_o08x_test_helper_8hpp.html" title=" " alt="" coords="5,109,264,180"/>
|
|
<area shape="rect" href="_b_n_o08x_8cpp.html" title=" " alt="" coords="289,131,391,158"/>
|
|
<area shape="rect" href="_b_n_o08x_s_h2_h_a_l_8cpp.html" title=" " alt="" coords="416,131,571,158"/>
|
|
<area shape="rect" href="_b_n_o08x_test_suite_8hpp.html" title=" " alt="" coords="5,228,264,299"/>
|
|
</map>
|
|
</div>
|
|
</div>
|
|
<p><a href="_b_n_o08x_8hpp_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
|
|
Classes</h2></td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_b_n_o08x.html">BNO08x</a></td></tr>
|
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="class_b_n_o08x.html" title="BNO08x IMU driver class.">BNO08x</a> IMU driver class. <a href="class_b_n_o08x.html#details">More...</a><br /></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_b_n_o08x_1_1bno08x__reports__t.html">BNO08x::bno08x_reports_t</a></td></tr>
|
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Contains report implementations. <a href="struct_b_n_o08x_1_1bno08x__reports__t.html#details">More...</a><br /></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>Myles Parfeniuk </dd></dl>
|
|
</div></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<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.9.4 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|