NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_telemetry_diag_data_sample_format_0_value Struct Reference

Output format 0 per-ID struct. More...

#include <doca_telemetry_diag.h>

Data Fields

uint64_t data_id
 
uint32_t timestamp_h
 
uint32_t timestamp_l
 
uint64_t data_value
 

Detailed Description

Output format 0 per-ID struct.

Definition at line 89 of file doca_telemetry_diag.h.

Field Documentation

◆ data_id

uint64_t doca_telemetry_diag_data_sample_format_0_value::data_id

Data ID

Definition at line 90 of file doca_telemetry_diag.h.

◆ data_value

uint64_t doca_telemetry_diag_data_sample_format_0_value::data_value

The value of the data ID

Definition at line 94 of file doca_telemetry_diag.h.

◆ timestamp_h

uint32_t doca_telemetry_diag_data_sample_format_0_value::timestamp_h

32 MSB bits of the timestamp of the data sample time (in seconds when using timestamp source DOCA_TELEMETRY_DIAG_TIMESTAMP_SOURCE_RTC, otherwise in nanoseconds)

Definition at line 91 of file doca_telemetry_diag.h.

◆ timestamp_l

uint32_t doca_telemetry_diag_data_sample_format_0_value::timestamp_l

32 LSB bits of the timestamp of this data sample time (in nanoseconds)

Definition at line 93 of file doca_telemetry_diag.h.


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