|
esp32_BNO08x 1.4
C++ BNO08x IMU driver component for esp-idf.
|
Class to hold callback functions which are passed report ID as input parameter. More...
#include <callback/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. More... | |
Public Member Functions inherited from BNO08xCbGeneric | |
| virtual void | invoke (uint8_t rpt_ID)=0 |
| virtual | ~BNO08xCbGeneric ()=default |
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.