|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Zero-heap binary event journal for deterministic recording and replay. More...
#include <array>#include <cstddef>#include <cstdint>#include <cstring>#include <span>#include <type_traits>#include <utility>#include <variant>#include "corium/internal/VariantIndex.hpp"#include "corium/policies/QueuePolicies.hpp"#include "corium/wire/WirePacket.hpp"
Include dependency graph for EventJournal.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | corium::wire::EventJournalReader< EventVariant > |
| Zero-heap event journal reader and deterministic player into Corium EventSinks. More... | |
| class | corium::wire::EventJournalWriter< EventVariant, BufferCapacity > |
| Statically allocated binary event journal writer for zero-heap post-mortem logging and record playback. More... | |
| struct | corium::wire::JournalHeader |
| Header placed at the beginning of an event journal binary stream. More... | |
| struct | corium::wire::JournalRecordHeader |
| Header preceding every serialized event record in the journal. More... | |
Namespaces | |
| namespace | corium |
| namespace | corium::wire |
Functions | |
| template<typename EventVariant > | |
| constexpr uint64_t | corium::wire::computeVariantSchemaHash () noexcept |
| Computes a deterministic 64-bit ABI hash for an EventVariant type. | |
Variables | |
| constexpr uint32_t | corium::wire::CORIUM_JOURNAL_MAGIC = 0x4a4f5552 |
| Magic identifier for Corium binary event journals ("JOUR" in hex: 0x4a4f5552). | |
| constexpr uint32_t | corium::wire::CORIUM_JOURNAL_VERSION = 1 |
| Current schema version for Corium event journals. | |
Zero-heap binary event journal for deterministic recording and replay.