NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
VicDiagnosticsResult Struct Reference

Detailed Description

Stores information returned from VicDiagnosticsExecute().

This type holds the information about an operation that has been submitted to VicDiagnosticsExecute() for execution.

This struct itself can be considered a POD type, so it does not have any functions to create/destroy it.

See also
VicDiagnosticsExecute()

Definition at line 130 of file vicdiagnostics.h.

Data Fields

uint64_t operationId
 ID number for operation that was submitted to VicDiagnosticsExecute(). More...
 

Field Documentation

◆ operationId

uint64_t VicDiagnosticsResult::operationId

ID number for operation that was submitted to VicDiagnosticsExecute().

The number will wrap once the uint64_t range has been exceeded. A value of 0 indicates that no operation was submitted.

Definition at line 137 of file vicdiagnostics.h.


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