| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
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 |
Output format 0 per-ID struct.
Definition at line 89 of file doca_telemetry_diag.h.
| uint64_t doca_telemetry_diag_data_sample_format_0_value::data_id |
Data ID
Definition at line 90 of file doca_telemetry_diag.h.
| 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.
| 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.
| 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.