Measurement data group.
More...
#include <unit_Thermal2.hpp>
|
float | medianTemperature () const |
|
float | averageTemperature () const |
|
float | mostDiffTemperature () const |
|
float | lowestTemperature () const |
|
float | highestTemperature () const |
|
float | temperature (const uint_fast16_t idx) const |
|
|
uint8_t | subpage {} |
|
union { | |
|
uint16_t temp [8] {} | |
|
struct { | |
|
uint16_t median_temperature | |
|
uint16_t average_temperature | |
|
uint16_t most_diff_temperature | |
|
uint8_t most_diff_x | |
|
uint8_t most_diff_y | |
|
uint16_t lowest_temperature | |
|
uint8_t lowest_diff_x | |
|
uint8_t lowest_diff_y | |
|
uint16_t highest_temperature | |
|
uint8_t highest_diff_x | |
|
uint8_t highest_diff_y | |
|
} | | |
|
}; | | |
|
uint16_t | raw [384] {} |
|