![]() |
RDK Documentation (Open Sourced RDK Components)
|

Public Member Functions | |
| void | start () |
| void | stop () |
Private Member Functions | |
| void | runWatchDog () |
| void | resetWatchDog () |
| void | initThreshold () |
Private Attributes | |
| std::unique_ptr< std::thread > | m_thread |
| std::atomic_bool | m_running {false} |
| std::atomic_int | m_resetCount {0} |
| std::atomic_int | m_threshold {30} |
Definition at line 33 of file hangdetector_utils.h.