Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp77 boost::container::flat_map<std::string, double> powerReadings; member
H A DExitAirTempSensor.cpp568 self->powerReadings[message.get_path()] = value; in setupMatches()
643 self->powerReadings[cbPath] = reading; in setupMatches()
735 for (const auto& [path, reading] : powerReadings) in calculate()