Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp55 SensorUnit sensorUnit = SensorUnit::DegreesC; in NumericSensor()
63 sensorUnit = SensorUnit::DegreesC; in NumericSensor()
67 sensorUnit = SensorUnit::Volts; in NumericSensor()
71 sensorUnit = SensorUnit::Amperes; in NumericSensor()
75 sensorUnit = SensorUnit::RPMS; in NumericSensor()
79 sensorUnit = SensorUnit::Watts; in NumericSensor()
83 sensorUnit = SensorUnit::Joules; in NumericSensor()
87 sensorUnit = SensorUnit::Percent; in NumericSensor()
447 SensorUnit sensorUnit = SensorUnit::DegreesC; in NumericSensor()
459 sensorUnit = SensorUnit::Volts; in NumericSensor()
[all …]
H A Dnumeric_sensor.hpp29 using SensorUnit = sdbusplus::xyz::openbmc_project::Sensor::server::Value::Unit; typedef