From dfb9a1e5afef0e3a721abaf48dc50d60a3048669 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Thu, 13 Jun 2024 12:31:30 -0400 Subject: [PATCH] Clarified event timestamp documentation. --- src/point_one/fusion_engine/messages/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/point_one/fusion_engine/messages/device.h b/src/point_one/fusion_engine/messages/device.h index 81fd9524..56c3e497 100644 --- a/src/point_one/fusion_engine/messages/device.h +++ b/src/point_one/fusion_engine/messages/device.h @@ -270,7 +270,7 @@ struct P1_ALIGNAS(4) EventNotificationMessage : public MessagePayload { uint8_t reserved1[3] = {0}; - /** The current system timestamp (in ns).*/ + /** The system time when the event occurred (in ns).*/ int64_t system_time_ns = 0; /** A bitmask of flags associated with the event. */