|
esp32_BNO08x 1.3
C++ BNO08x IMU driver component for esp-idf.
|
Class to hold callback functions which are passed report ID as input parameter. More...
#include <BNO08xCbParamRptID.hpp>


Public Member Functions | |
| BNO08xCbParamRptID (std::function< void(uint8_t)> cb_fxn, uint8_t rpt_ID) | |
| void | invoke (uint8_t rpt_ID) override |
| Invokes contained callback function. | |
Public Member Functions inherited from BNO08xCbGeneric | |
| virtual | ~BNO08xCbGeneric ()=default |
Private Attributes | |
| std::function< void(uint8_t)> | cb_fxn |
| Wrapped callback function passed at register_cb(). | |
Additional Inherited Members | |
Public Attributes inherited from BNO08xCbGeneric | |
| uint8_t | rpt_ID |
Protected Member Functions inherited from BNO08xCbGeneric | |
| BNO08xCbGeneric (uint8_t rpt_ID) | |
Class to hold callback functions which are passed report ID as input parameter.
Class to hold callback functions with void input parameters.
|
inline |
|
inlineoverridevirtual |
Invokes contained callback function.
| rpt_ID | Report ID to be passed to contained callback. |
Implements BNO08xCbGeneric.
|
private |
Wrapped callback function passed at register_cb().