Searched refs:tmpScaleValue (Results 1 – 1 of 1) sorted by relevance
140 std::optional<double> tmpScaleValue = readFile(pathScaleStr, 1.0); in getSensorParameters() local144 if (tmpScaleValue) in getSensorParameters()146 tmpSensorParameters.scaleValue = *tmpScaleValue; in getSensorParameters()