Searched refs:celsius_to_vpd (Results 1 – 1 of 1) sorted by relevance
38 celsius_to_vpd: fn(f32) -> i32, field44 let celsius_to_vpd = |x: f32| x.round() as i32; in default() localVariable47 celsius_to_vpd, in default()62 pub fn new(vpd_to_celsius: fn(i32) -> f32, celsius_to_vpd: fn(f32) -> i32) -> Self { in new()65 celsius_to_vpd, in new()241 temp: (self.temp_converter.celsius_to_vpd)(calib_data.temp), in decide_calibration_value_workflow()