Struct to represent sample counts, returned from BNO08xRpt::get_sample_counts()
More...
#include <BNO08xGlobalTypes.hpp>
|
| uint32_t | offered |
| | Number of samples produced by underlying data source. More...
|
| |
| uint32_t | on |
| | Number of "offered" samples while this sensor was requested by host. More...
|
| |
| uint32_t | accepted |
| | Number of "on" samples that passed decimation filter. More...
|
| |
| uint32_t | attempted |
| | Number of "accepted" samples that passed threshold requirements and had transmission to the host attempted. More...
|
| |
Struct to represent sample counts, returned from BNO08xRpt::get_sample_counts()
◆ bno08x_sample_counts_t()
| bno08x_sample_counts_t::bno08x_sample_counts_t |
( |
| ) |
|
|
inline |
◆ operator=()
◆ accepted
| uint32_t bno08x_sample_counts_t::accepted |
Number of "on" samples that passed decimation filter.
◆ attempted
| uint32_t bno08x_sample_counts_t::attempted |
Number of "accepted" samples that passed threshold requirements and had transmission to the host attempted.
◆ offered
| uint32_t bno08x_sample_counts_t::offered |
Number of samples produced by underlying data source.
◆ on
| uint32_t bno08x_sample_counts_t::on |
Number of "offered" samples while this sensor was requested by host.
The documentation for this struct was generated from the following file: