Home
last modified time | relevance | path

Searched refs:mgmr (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp49 SensorManager mgmr(passive, host); in buildSensors() local
50 auto& hostSensorBus = mgmr.getHostBus(); in buildSensors()
51 auto& passiveListeningBus = mgmr.getPassiveBus(); in buildSensors()
163 mgmr.addSensor(info->type, name, std::move(sensor)); in buildSensors()
184 mgmr.addSensor(info->type, name, std::move(sensor)); in buildSensors()
191 mgmr.addSensor(info->type, name, std::move(sensor)); in buildSensors()
196 return mgmr; in buildSensors()
/openbmc/phosphor-pid-control/
H A Dmain.cpp72 static SensorManager mgmr; variable
166 state::mgmr = buildSensors(sensorConfig, passiveBus, hostBus); in restartControlLoops()
168 buildZones(zoneConfig, zoneDetailsConfig, state::mgmr, modeControlBus); in restartControlLoops()