Home
last modified time | relevance | path

Searched refs:createStepwiseController (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/test/
H A Dpid_stepwisecontroller_unittest.cpp40 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
76 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
/openbmc/phosphor-pid-control/pid/
H A Dstepwisecontroller.hpp19 static std::unique_ptr<Controller> createStepwiseController(
H A Dstepwisecontroller.cpp70 std::unique_ptr<Controller> StepwiseController::createStepwiseController( in createStepwiseController() function in pid_control::StepwiseController
H A Dbuilder.cpp125 auto stepwise = StepwiseController::createStepwiseController( in buildZones()