![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
RegistryMailbox wrapper with timestamped history for multi-input synchronization (Phase 6.3) More...
#include "registry_mailbox.hpp"#include "timestamped_ring_buffer.hpp"#include "../platform/threading.hpp"#include <optional>#include <memory>Go to the source code of this file.
Classes | |
| class | commrat::HistoricalMailbox< UserRegistry, HistorySize > |
| Mailbox with timestamped history for getData synchronization. More... | |
Namespaces | |
| namespace | commrat |
| CommRaT - Modern C++ Real-Time Communication Framework. | |
RegistryMailbox wrapper with timestamped history for multi-input synchronization (Phase 6.3)
Extends RegistryMailbox with:
Used by secondary inputs in multi-input modules to provide temporal synchronization with primary input.
Definition in file historical_mailbox.hpp.