Home
last modified time | relevance | path

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

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