Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DUtils.hpp211 auto findPollRate = cfg.find("PollRate"); in getPollRate() local
212 if (findPollRate != cfg.end()) in getPollRate()
214 pollRate = std::visit(VariantToFloatVisitor(), findPollRate->second); in getPollRate()