![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Message header. More...
#include <nturt/msg/interfaces/common.h>
Data Fields | |
| uint64_t | timestamp_ns |
Message header.
// msg_if_csv
| uint64_t msg_header::timestamp_ns |
Timestamp when the msg is generated as attained by k_ticks_to_ns_floor64(k_uptime_ticks()). Same convention as sensor drivers. When CONFIG_NTURT_RTC is enabled, should be derived from sys_clock_gettime() with CLOCK_REALTIME.