Searched defs:VirtualSensorInfo (Results 1 – 1 of 1) sorted by relevance
134 struct VirtualSensorInfo { struct135 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;[all …]