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

Lock-free SLA deadline tracker for multi-service heartbeats. More...

#include <array>
#include <atomic>
#include <cstddef>
#include <cstdint>
+ Include dependency graph for HeartbeatMonitor.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::safety::HeartbeatMonitor< MaxServices >
 Zero-heap multi-service heartbeat tracker for safety-critical execution. Thread-safe for concurrent heartbeat signals and supervisory health checks. More...
 
struct  corium::safety::HeartbeatMonitor< MaxServices >::ServiceEntry
 

Namespaces

namespace  corium
 
namespace  corium::safety
 

Detailed Description

Lock-free SLA deadline tracker for multi-service heartbeats.