NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
HealthSignals.h File Reference

Detailed Description

NVIDIA DriveWorks API: Health Signal Methods

Description: This file defines the health signal methods of the SDK.

Definition in file HealthSignals.h.

Go to the source code of this file.

Data Structures

struct  dwErrorSignal
 Basic error signal that gets reported only when there is an error. More...
 
struct  dwHealthSignal
 Basic health signal that describes the health status of a particular software element. More...
 
struct  dwHealthSignalArray
 Represents an array of health signals. More...
 

Macros

#define DW_MAX_ERROR_SIGNAL_ERRORS_COUNT   32U
 
#define DW_MAX_HEALTH_BYTEARRAY_SIZE   862U
 The size of the data field in dwHealthSignal. More...
 
#define DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE   64
 The maximum number of individual dwHealthSignal that can be stored in a dwHealthSignalArray. More...
 

Typedefs

typedef struct dwErrorSignal dwErrorSignal
 Basic error signal that gets reported only when there is an error. More...
 
typedef struct dwHealthSignal dwHealthSignal
 Basic health signal that describes the health status of a particular software element. More...
 
typedef struct dwHealthSignalArray dwHealthSignalArray
 Represents an array of health signals. More...