Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sensor_data_header Struct Reference

#include <sensor_data_types.h>

Data Fields

uint64_t base_timestamp_ns
 The closest timestamp for when the first frame was generated as attained by :c:func:k_uptime_ticks.
 
uint16_t reading_count
 The number of elements in the 'readings' array.
 

Field Documentation

◆ base_timestamp_ns

uint64_t sensor_data_header::base_timestamp_ns

The closest timestamp for when the first frame was generated as attained by :c:func:k_uptime_ticks.

◆ reading_count

uint16_t sensor_data_header::reading_count

The number of elements in the 'readings' array.

This must be at least 1


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