Searched defs:maxVal (Results 1 – 1 of 1) sorted by relevance
/openbmc/dbus-sensors/src/smbpbi/ |
H A D | SmbpbiSensor.cpp | 60 SmbpbiSensor(std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,const std::string & sensorConfiguration,const std::string & objType,sdbusplus::asio::object_server & objectServer,std::vector<thresholds::Threshold> && thresholdData,uint8_t busId,uint8_t addr,uint16_t offset,std::string & sensorUnits,std::string & valueType,size_t pollTime,double minVal,double maxVal,std::string & path) SmbpbiSensor() argument 434 double maxVal = loadVariant<double>(entry.second, "MaxValue"); createSensorCallback() local
|