Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp44 class SensorParam class
47 SensorParam() = delete;
48 virtual ~SensorParam() = default;
60 explicit SensorParam(double value) : value(value), paramType(constParam) {} in SensorParam() function in phosphor::virtual_sensor::SensorParam
68 SensorParam(sdbusplus::bus_t& bus, const std::string& path, in SensorParam() function in phosphor::virtual_sensor::SensorParam
136 std::unordered_map<std::string, std::unique_ptr<SensorParam>>;
H A DvirtualSensor.cpp33 double SensorParam::getParamValue() in getParamValue()
197 std::make_unique<SensorParam>(bus, sensorObjPath, *this); in parseConfigInterface()
288 auto paramPtr = std::make_unique<SensorParam>(j["Value"]); in initVirtualSensor()
320 std::make_unique<SensorParam>(bus, path, *this); in initVirtualSensor()