Lines Matching defs:VirtualSensorInfo
134 struct VirtualSensorInfo { struct
135 std::vector<std::string> linked_sensors;
136 std::vector<SensorFusionType> linked_sensors_type;
137 std::vector<std::string> coefficients;
138 std::vector<SensorFusionType> coefficients_type;
140 float offset;
141 std::vector<std::string> trigger_sensors;
142 FormulaOption formula;
143 std::string vt_estimator_model_file;
144 std::unique_ptr<::thermal::vtestimator::VirtualTempEstimator> vt_estimator;
145 std::string backup_sensor;