RDK Documentation (Open Sourced RDK Components)
Utils::HangDetector Class Reference
Collaboration diagram for Utils::HangDetector:
Collaboration graph

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}
 

yes

Definition at line 33 of file hangdetector_utils.h.


The documentation for this class was generated from the following file: