sdi_toolBox
Namespaces | Typedefs
defs.h File Reference
#include <chrono>
#include <cstdint>
Include dependency graph for defs.h:
This graph shows which files directly or indirectly include this file:

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.