|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
This is the complete list of members for SensorBase< T >, including all inherited members.
| _config | SensorBase< T > | protected |
| _info | SensorBase< T > | protected |
| _sensitivity | SensorBase< T > | protected |
| _x_offset | SensorBase< T > | protected |
| _y_offset | SensorBase< T > | protected |
| _z_offset | SensorBase< T > | protected |
| getConfig() const | SensorBase< T > | inlinevirtual |
| getSensitivity() const | SensorBase< T > | inline |
| getSensorInfo() const | SensorBase< T > | inline |
| isDataReady()=0 | SensorBase< T > | pure virtual |
| operator=(const SensorBase &)=delete | SensorBase< T > | |
| readData(T &data)=0 | SensorBase< T > | pure virtual |
| reset()=0 | SensorBase< T > | pure virtual |
| selfTest()=0 | SensorBase< T > | pure virtual |
| SensorBase(SensorType sensor_type=SensorType::UNKNOWN) | SensorBase< T > | inlineprotected |
| SensorBase(const SensorBase &)=delete | SensorBase< T > | |
| setOffset(int16_t x, int16_t y, int16_t z) | SensorBase< T > | inline |
| ~SensorBase()=default | SensorBase< T > | protectedvirtual |