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

Heartbeat and fault notification event structures. More...

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

Go to the source code of this file.

Classes

struct  corium::safety::CircuitBreakerTrippedEvent
 Dispatched when a CircuitBreaker detects repeated failures and trips open. More...
 
struct  corium::safety::DeadlineMissedEvent
 Dispatched when an event handler or task misses its real-time deadline budget. More...
 
struct  corium::safety::WatchdogTimeoutEvent
 Dispatched when a monitored service fails to deliver its heartbeat within its timeout window. More...
 

Namespaces

namespace  corium
 
namespace  corium::safety
 

Detailed Description

Heartbeat and fault notification event structures.