Home
last modified time | relevance | path

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

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