PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
float | sensor_sample_filt [Dim+1] |
last value is the temperature More... | |
polyfitter< PolyfitOrder+1 > | P [Dim] |
unsigned | hot_soak_sat = 0 |
counter that increments every time the sensor temperature reduces from the last reading More... | |
uint32_t | device_id = 0 |
ID for the sensor being calibrated. More... | |
bool | cold_soaked = false |
true when the sensor cold soak starting temperature condition had been More... | |
bool | hot_soaked = false |
verified and the starting temperature set More... | |
bool | tempcal_complete = false |
true when the calibration has been completed More... | |
float | low_temp = 0.f |
low temperature recorded at start of calibration (deg C) More... | |
float | high_temp = 0.f |
highest temperature recorded during calibration (deg C) More... | |
float | ref_temp = 0.f |
calibration reference temperature, nominally in the middle of the calibration temperature range (deg C) More... | |
bool TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::cold_soaked = false |
uint32_t TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::device_id = 0 |
float TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::high_temp = 0.f |
unsigned TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::hot_soak_sat = 0 |
bool TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::hot_soaked = false |
float TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::low_temp = 0.f |
polyfitter< PolyfitOrder + 1 > TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::P[Dim] |
float TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::ref_temp = 0.f |
float TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::sensor_sample_filt[Dim+1] |
bool TemperatureCalibrationCommon< Dim, PolyfitOrder >::PerSensorData::tempcal_complete = false |