NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
msg_header Struct Reference

Message header. More...

#include <nturt/msg/interfaces/common.h>

Data Fields

uint64_t timestamp_ns
 

Detailed Description

Message header.

// msg_if_csv

Field Documentation

◆ timestamp_ns

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.


The documentation for this struct was generated from the following file: