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.cpp30 SensorUnit sensorUnit = SensorUnit::DegreesC; in NumericSensor()
36 sensorUnit = SensorUnit::DegreesC; in NumericSensor()
40 sensorUnit = SensorUnit::Volts; in NumericSensor()
44 sensorUnit = SensorUnit::Amperes; in NumericSensor()
48 sensorUnit = SensorUnit::RPMS; in NumericSensor()
52 sensorUnit = SensorUnit::Watts; in NumericSensor()
56 sensorUnit = SensorUnit::Joules; in NumericSensor()
60 sensorUnit = SensorUnit::Percent; in NumericSensor()
374 SensorUnit sensorUnit = SensorUnit::DegreesC; in NumericSensor()
384 sensorUnit = SensorUnit::Volts; in NumericSensor()
[all …]
H A Dnumeric_sensor.hpp23 using SensorUnit = sdbusplus::xyz::openbmc_project::Sensor::server::Value::Unit; typedef