| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Output format 2 struct. More...
#include <doca_telemetry_diag.h>
Data Fields | |
| uint32_t | sample_id |
| uint32_t | earliest_data_timestamp_h |
| uint32_t | earliest_data_timestamp_l |
| uint32_t | latest_data_timestamp_l |
| uint32_t | data_value [] |
Output format 2 struct.
The output format when set to DOCA_TELEMETRY_DIAG_OUTPUT_FORMAT_2
Definition at line 133 of file doca_telemetry_diag.h.
| uint32_t doca_telemetry_diag_data_sample_format_2::data_value[] |
An array of Diagnostic Data values (32 bit format). The order of the data will be the same as the order of the requested data in doca_telemetry_diag_apply_counters_list_by_id()
Definition at line 143 of file doca_telemetry_diag.h.
| uint32_t doca_telemetry_diag_data_sample_format_2::earliest_data_timestamp_h |
32 MSB bits of the timestamp of the earliest data item in the sample (in seconds when using timestamp source DOCA_TELEMETRY_DIAG_TIMESTAMP_SOURCE_RTC, otherwise in nanoseconds)
Definition at line 135 of file doca_telemetry_diag.h.
| uint32_t doca_telemetry_diag_data_sample_format_2::earliest_data_timestamp_l |
32 LSB bits of the timestamp of the earliest data item in the sample (in nanoseconds)
Definition at line 138 of file doca_telemetry_diag.h.
| uint32_t doca_telemetry_diag_data_sample_format_2::latest_data_timestamp_l |
32 LSB bits of the timestamp of the latest data item in the sample (in nanoseconds). The MSBs should be derived from 'earliest_data_timestamp_h' while considering potential wraparound
Definition at line 140 of file doca_telemetry_diag.h.
| uint32_t doca_telemetry_diag_data_sample_format_2::sample_id |
The sequence number of the sample
Definition at line 134 of file doca_telemetry_diag.h.