|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Temperature reading structure. More...
#include <BaseTemperature.h>
Public Attributes | |
| float | temperature_celsius |
| Temperature in Celsius. | |
| float | temperature_raw |
| Raw sensor value (implementation specific) | |
| hf_u64_t | timestamp_us |
| Timestamp of reading in microseconds. | |
| hf_temp_err_t | error |
| Error code for this reading. | |
| bool | is_valid |
| Whether this reading is valid. | |
| float | accuracy_celsius |
| Estimated accuracy in Celsius. | |
Temperature reading structure.
| float hf_temp_reading_t::accuracy_celsius |
Estimated accuracy in Celsius.
| hf_temp_err_t hf_temp_reading_t::error |
Error code for this reading.
| bool hf_temp_reading_t::is_valid |
Whether this reading is valid.
| float hf_temp_reading_t::temperature_celsius |
Temperature in Celsius.
| float hf_temp_reading_t::temperature_raw |
Raw sensor value (implementation specific)
| hf_u64_t hf_temp_reading_t::timestamp_us |
Timestamp of reading in microseconds.