Searched refs:findPollRate (Results 1 – 1 of 1) sorted by relevance
222 auto findPollRate = cfg.find("PollRate"); in getPollRate() local223 if (findPollRate != cfg.end()) in getPollRate()225 pollRate = std::visit(VariantToFloatVisitor(), findPollRate->second); in getPollRate()