Searched defs:VirtualSensorInfo (Results 1 – 1 of 1) sorted by relevance
142 struct VirtualSensorInfo { struct143 std::vector<std::string> linked_sensors;144 std::vector<SensorFusionType> linked_sensors_type;145 std::vector<std::string> coefficients;146 std::vector<SensorFusionType> coefficients_type;148 float offset;149 std::vector<std::string> trigger_sensors;150 FormulaOption formula;151 std::string vt_estimator_model_file;152 std::unique_ptr<::thermal::vtestimator::VirtualTempEstimator> vt_estimator;[all …]