Searched refs:ValueInterface (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | hwmon.hpp | 53 std::make_tuple(hwmon::type::ctemp, ValueInterface::Unit::DegreesC, -3, 55 std::make_tuple(hwmon::type::cfan, ValueInterface::Unit::RPMS, 0, 57 std::make_tuple(hwmon::type::cvolt, ValueInterface::Unit::Volts, -3, 59 std::make_tuple(hwmon::type::ccurr, ValueInterface::Unit::Amperes, -3, 61 std::make_tuple(hwmon::type::cenergy, ValueInterface::Unit::Joules, -6, 63 std::make_tuple(hwmon::type::cpower, ValueInterface::Unit::Watts, -6,
|
H A D | interface.hpp | 16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef 17 using ValueObject = ServerObject<ValueInterface>;
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | host.hpp | 16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef 17 using ValueObject = ServerObject<ValueInterface>; 22 class ValueHelper : public ValueInterface
|
H A D | host.cpp | 49 sensor->unit(ValueInterface::Unit::DegreesC); in createTemp()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensor.hpp | 40 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef 68 ValueInterface, OperationalStatusInterface, AvailabilityInterface,
|