Home
last modified time | relevance | path

Searched refs:accuracyStr (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dmainloop.cpp247 auto accuracyStr = std::get<sensorAccuracy>(properties); in getObject() local
250 if (!accuracyStr.empty()) in getObject()
252 auto accuracy = stod(accuracyStr); in getObject()