ESPHome
2022.5.1
|
Struct to hold all the states of the VOC algorithm. More...
#include <sensirion_voc_algorithm.h>
Struct to hold all the states of the VOC algorithm.
Definition at line 47 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_A1 |
Definition at line 74 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_A2 |
Definition at line 75 of file sensirion_voc_algorithm.h.
bool esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_Initialized |
Definition at line 76 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_X1 |
Definition at line 77 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_X2 |
Definition at line 78 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Adaptive_Lowpass_X3 |
Definition at line 79 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gamma |
Definition at line 60 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gamma_Initial_Mean |
Definition at line 61 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gamma_Initial_Variance |
Definition at line 62 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gamma_Mean |
Definition at line 63 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gamma_Variance |
Definition at line 64 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gating_Duration_Minutes |
Definition at line 67 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Gating_Max_Duration_Minutes |
Definition at line 55 of file sensirion_voc_algorithm.h.
bool esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Initialized |
Definition at line 56 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Mean |
Definition at line 57 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Sigmoid_K |
Definition at line 69 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Sigmoid_L |
Definition at line 68 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Sigmoid_X0 |
Definition at line 70 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Sraw_Offset |
Definition at line 58 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Std |
Definition at line 59 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Uptime_Gamma |
Definition at line 65 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mean_Variance_Estimator_Uptime_Gating |
Definition at line 66 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mox_Model_Sraw_Mean |
Definition at line 72 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Mox_Model_Sraw_Std |
Definition at line 71 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::m_Sigmoid_Scaled_Offset |
Definition at line 73 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mGating_Max_Duration_Minutes |
Definition at line 50 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mSraw |
Definition at line 53 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mSraw_Std_Initial |
Definition at line 51 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mTau_Mean_Variance_Hours |
Definition at line 49 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mUptime |
Definition at line 52 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mVoc_Index |
Definition at line 54 of file sensirion_voc_algorithm.h.
fix16_t esphome::sgp40::VocAlgorithmParams::mVoc_Index_Offset |
Definition at line 48 of file sensirion_voc_algorithm.h.