Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp941 sensorUnitStr{{{"temperature", "C"}, variable
961 auto findSensor = sensorUnitStr.find(sensorTypeStr.c_str()); in getSensorUnit()
962 if (findSensor != sensorUnitStr.end()) in getSensorUnit()