NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
Health Signal

Detailed Description

Defines the core Health Signal methods of the SDK.

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...
 

Macro Definition Documentation

◆ DW_MAX_ERROR_SIGNAL_ERRORS_COUNT

#define DW_MAX_ERROR_SIGNAL_ERRORS_COUNT   32U

Definition at line 47 of file HealthSignals.h.

◆ DW_MAX_HEALTH_BYTEARRAY_SIZE

#define DW_MAX_HEALTH_BYTEARRAY_SIZE   862U

The size of the data field in dwHealthSignal.

Definition at line 49 of file HealthSignals.h.

◆ DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE

#define DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE   64

The maximum number of individual dwHealthSignal that can be stored in a dwHealthSignalArray.

Definition at line 51 of file HealthSignals.h.

Typedef Documentation

◆ dwErrorSignal

typedef struct dwErrorSignal dwErrorSignal

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

◆ dwHealthSignal

Basic health signal that describes the health status of a particular software element.

Note
each health signal is defined to be 1024 bytes

◆ dwHealthSignalArray

Represents an array of health signals.