Home
last modified time | relevance | path

Searched refs:NumericSensor (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp18 inline bool NumericSensor::createInventoryPath( in createInventoryPath()
102 void NumericSensor::setSensorUnit(uint8_t baseUnit) in setSensorUnit()
155 NumericSensor::NumericSensor( in NumericSensor() function in pldm::platform_mc::NumericSensor
378 NumericSensor::NumericSensor( in NumericSensor() function in pldm::platform_mc::NumericSensor
589 double NumericSensor::conversionFormula(double value) in conversionFormula()
603 double NumericSensor::unitModifier(double value) in unitModifier()
612 void NumericSensor::updateReading(bool available, bool functional, double value) in updateReading()
670 void NumericSensor::handleErrGetSensorReading() in handleErrGetSensorReading()
691 bool NumericSensor::checkThreshold(bool alarm, bool direction, double value, in checkThreshold()
719 void NumericSensor::updateThresholds() in updateThresholds()
[all …]
H A Dnumeric_sensor.hpp55 class NumericSensor class
58 NumericSensor(const pldm_tid_t tid, const bool sensorDisabled,
62 NumericSensor(const pldm_tid_t tid, const bool sensorDisabled,
66 ~NumericSensor() {}; in ~NumericSensor()
H A Dterminus.hpp174 std::vector<std::shared_ptr<NumericSensor>> numericSensors{};
204 std::shared_ptr<NumericSensor> getSensorObject(SensorId id);
H A Dsensor_manager.hpp97 exec::task<int> getSensorReading(std::shared_ptr<NumericSensor> sensor);
H A Dterminus.cpp446 auto sensor = std::make_shared<NumericSensor>( in addNumericSensor()
552 auto sensor = std::make_shared<NumericSensor>( in addCompactNumericSensor()
567 std::shared_ptr<NumericSensor> Terminus::getSensorObject(SensorId id) in getSensorObject()
H A Dsensor_manager.cpp289 std::shared_ptr<NumericSensor> sensor) in getSensorReading()
/openbmc/pldm/platform-mc/test/
H A Dnumeric_sensor_test.cpp10 TEST(NumericSensor, conversionFormula) in TEST() argument
95 pldm::platform_mc::NumericSensor sensor(0x01, true, numericSensorPdr, in TEST()
106 TEST(NumericSensor, checkThreshold) in TEST() argument
189 pldm::platform_mc::NumericSensor sensor(0x01, true, numericSensorPdr, in TEST()