Home
last modified time | relevance | path

Searched refs:PluggableSensor (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-pid-control/sensors/
H A Dpluggable.cpp22 ReadReturn PluggableSensor::read(void) in read()
27 void PluggableSensor::write(double value) in write()
32 void PluggableSensor::write(double value, bool force, int64_t* written) in write()
37 bool PluggableSensor::getFailed(void) in getFailed()
H A Dpluggable.hpp15 class PluggableSensor : public Sensor class
18 PluggableSensor(const std::string& name, int64_t timeout, in PluggableSensor() function in pid_control::PluggableSensor
H A DREADME15 # PluggableSensor
17 The PluggableSensor is an object that receives a reader and writer and is
H A Dbuilder.cpp161 auto sensor = std::make_unique<PluggableSensor>( in buildSensors()
189 auto sensor = std::make_unique<PluggableSensor>( in buildSensors()
/openbmc/phosphor-pid-control/test/
H A Dsensor_pluggable_unittest.cpp31 PluggableSensor p(name, timeout, std::move(ri), std::move(wi)); in TEST()
51 PluggableSensor p(name, timeout, std::move(ri), std::move(wi)); in TEST()
81 PluggableSensor p(name, timeout, std::move(ri), std::move(wi)); in TEST()
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp41 return std::make_unique<PluggableSensor>( in Create()