Searched refs:temperature_C (Results 1 – 1 of 1) sorted by relevance
375 float temperature_C[4]; in logSpeakerHealthStats() local426 count = sscanf(file_contents_temperature.c_str(), "%g,%g,%g,%g", &temperature_C[0], in logSpeakerHealthStats()427 &temperature_C[1], &temperature_C[2], &temperature_C[3]); in logSpeakerHealthStats()445 obj[i].set_max_temperature(static_cast<int32_t>(temperature_C[i] * 1000)); in logSpeakerHealthStats()