Searched defs:ThresholdTimer (Results 1 – 1 of 1) sorted by relevance
73 struct ThresholdTimer struct75 explicit ThresholdTimer(boost::asio::io_context& ioService) : io(ioService) in ThresholdTimer() argument78 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()95 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()117 boost::asio::io_context& io;118 std::list<TimerPair> timers;