15 #include <unordered_map>
28 stamp_ns / 1000000000UL,
29 stamp_ns % 1000000000UL);
36 if (offset_ns > 0 ||
tsync_mode == timesync_mode::PASSTHROUGH) {
37 uint64_t stamp_ns =
static_cast<uint64_t
>(time_boot_ms) * 1000000UL + offset_ns;
47 if (offset_ns > 0 ||
tsync_mode == timesync_mode::PASSTHROUGH) {
48 uint64_t stamp_ns = time_usec * 1000UL + offset_ns;