|
esp32_BNO08x 1.3
C++ BNO08x IMU driver component for esp-idf.
|
Parent class to represent callback functions as generic type such that all flavors can be invoked by single type. More...
#include <BNO08xCbGeneric.hpp>

Public Member Functions | |
| virtual void | invoke (uint8_t rpt_ID)=0 |
| virtual | ~BNO08xCbGeneric ()=default |
Public Attributes | |
| uint8_t | rpt_ID |
Protected Member Functions | |
| BNO08xCbGeneric (uint8_t rpt_ID) | |
Parent class to represent callback functions as generic type such that all flavors can be invoked by single type.
|
virtualdefault |
|
inlineprotected |
|
pure virtual |
Implemented in BNO08xCbParamRptID, and BNO08xCbParamVoid.

| uint8_t BNO08xCbGeneric::rpt_ID |