|
sdi_toolBox
|
#include <chrono>#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | sdi_toolBox |
| Root namespace for the sdi_toolBox library. | |
| namespace | sdi_toolBox::desktop |
| Desktop-specific components of the sdi_toolBox library. | |
| namespace | sdi_toolBox::desktop::eventBus |
| Lightweight thread-safe event bus for decoupled message passing. | |
Typedefs | |
| using | MessageTypeID = uint64_t |
| Unique identifier for a message type. | |
| using | TimePoint = std::chrono::steady_clock::time_point |
| Monotonic timestamp type used throughout the event bus. | |