Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
WatchdogService.hpp File Reference

Autonomous background service for hardware watchdog supervision. More...

#include <chrono>
#include <cstddef>
#include <cstdint>
#include <stop_token>
#include <thread>
#include "corium/BackgroundService.hpp"
#include "corium/safety/WatchdogSupervisor.hpp"
#include "corium/timers/ClockPolicies.hpp"
+ Include dependency graph for WatchdogService.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::safety::WatchdogService< EventVariant, MaxServices, ClockPolicy >
 Multi-threaded background safety service executing periodic heartbeat supervision. Automatically verifies monitored task deadlines and dispatches WatchdogTimeoutEvent to the main event bus on violations. More...
 

Namespaces

namespace  corium
 
namespace  corium::safety
 

Detailed Description

Autonomous background service for hardware watchdog supervision.