Home
last modified time | relevance | path

Searched defs:unitModifier (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/host-bmc/test/host_effecter_jsons/good/
H A Ddbus_to_terminus_effecter.json52 "unitModifier": -3 number
/openbmc/pldm/host-bmc/
H A Ddbus_to_terminus_effecters.hpp55 int8_t unitModifier; //!< Numeric effecter PDR unitModifier member
H A Ddbus_to_terminus_effecters.cpp324 double unitModifier = std::pow(10, signed(modify)); in adjustValue() local
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp579 double NumericSensor::unitModifier(double value) in unitModifier() function in pldm::platform_mc::NumericSensor