NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwErrorSignal Struct Reference

Detailed Description

Basic error signal that gets reported only when there is an error.

Definition at line 58 of file HealthSignals.h.

Data Fields

dwTime_t timestamp
 timestamp at which the error occured, filled by module More...
 
uint16_t sourceID
 module id, automatically filled More...
 
size_t count
 the number of errors in errorIds More...
 
uint32_t errorIDs [DW_MAX_ERROR_SIGNAL_ERRORS_COUNT]
 module defined error More...
 

Field Documentation

◆ count

size_t dwErrorSignal::count

the number of errors in errorIds

Definition at line 67 of file HealthSignals.h.

◆ errorIDs

uint32_t dwErrorSignal::errorIDs[DW_MAX_ERROR_SIGNAL_ERRORS_COUNT]

module defined error

Definition at line 70 of file HealthSignals.h.

◆ sourceID

uint16_t dwErrorSignal::sourceID

module id, automatically filled

Definition at line 64 of file HealthSignals.h.

◆ timestamp

dwTime_t dwErrorSignal::timestamp

timestamp at which the error occured, filled by module

Definition at line 61 of file HealthSignals.h.


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