Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp62 using SensorInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef
63 using SensorObject = sdbusplus::server::object_t<SensorInterface>;
65 sdbusplus::server::object_t<SensorInterface, OperationalStatusInterface,
H A Dpower_supply.cpp1260 inputVoltageRatingIface->unit(SensorInterface::Unit::Volts, true); in setInputVoltageRating()