|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <SensorBHI360.hpp>
Public Member Functions | |
| ~SensorBHI360 ()=default | |
| SensorBHI360 ()=default | |
| bool | getStepCounterConfig (StepCounterConfig &config) |
| Get the current configuration of the Step Counter algorithm. | |
| bool | setStepCounterConfig (const StepCounterConfig &config) |
| Set the configuration for the Step Counter algorithm. | |
| bool | getMultiTapDetectorConfig (MultiTapDetectorConfig &config) |
| Get the current configuration of the Multi Tap Detector algorithm. | |
| bool | setMultiTapDetectorConfig (const MultiTapDetectorConfig &config) |
| Set the configuration for the Multi Tap Detector algorithm. | |
| bool | getMultiTapParamConfig (MultiTapDataType(&config)[8]) |
| Get the current configuration of the Multi Tap parameters. | |
| bool | setMultiTapParamConfig (const MultiTapDataType &config) |
| Set the configuration for the Multi Tap parameters. | |
Protected Member Functions | |
| uint16_t | getConfirmationIDImpl () override |
| Get the confirmation ID for the sensor. | |
Definition at line 53 of file sensor/imu/bhi360/SensorBHI360.hpp.
|
default |
|
default |
|
overrideprotected |
Get the confirmation ID for the sensor.
| The | confirmation ID. |
Definition at line 35 of file SensorBHI360.cpp.
| bool SensorBHI360::getMultiTapDetectorConfig | ( | MultiTapDetectorConfig & | config | ) |
Get the current configuration of the Multi Tap Detector algorithm.
| config | Reference to a MultiTapDetectorConfig structure to store the retrieved configuration. |
Definition at line 60 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().
| bool SensorBHI360::getMultiTapParamConfig | ( | MultiTapDataType(&) | config[8] | ) |
Get the current configuration of the Multi Tap parameters.
| config | Reference to an array of MultiTapDataType to store the retrieved configuration. |
Definition at line 80 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().
| bool SensorBHI360::getStepCounterConfig | ( | StepCounterConfig & | config | ) |
Get the current configuration of the Step Counter algorithm.
| config | Reference to a StepCounterConfig structure to store the retrieved configuration. |
Definition at line 40 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().
| bool SensorBHI360::setMultiTapDetectorConfig | ( | const MultiTapDetectorConfig & | config | ) |
Set the configuration for the Multi Tap Detector algorithm.
| config | Reference to a MultiTapDetectorConfig structure containing the desired configuration. |
Definition at line 70 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().
| bool SensorBHI360::setMultiTapParamConfig | ( | const MultiTapDataType & | config | ) |
Set the configuration for the Multi Tap parameters.
| config | Reference to a MultiTapDataType containing the desired configuration. |
Definition at line 90 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().
| bool SensorBHI360::setStepCounterConfig | ( | const StepCounterConfig & | config | ) |
Set the configuration for the Step Counter algorithm.
| config | Reference to a StepCounterConfig structure containing the desired configuration. |
Definition at line 50 of file SensorBHI360.cpp.
References SENSORLIB_LOG_E.
Referenced by setup().