31#ifndef DW_CORE_HEALTH_HEALTHSIGNALS_H_
32#define DW_CORE_HEALTH_HEALTHSIGNALS_H_
66#define DW_MAX_ERROR_SIGNAL_ERRORS_COUNT 32U
67#define DW_MAX_ERROR_TYPES_PER_MODULE 208U
69#define DW_MAX_HEALTH_BYTEARRAY_SIZE 862U
71#define DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE 64
NVIDIA DriveWorks API: Core BasicTypes
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
uint32_t count
Stores the occupied/valid length of healthSignals.
dwHealthSignal healthSignals[DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE]
The individual signals.
dwTime_t timestamp
timestamp at which the health status was last updated, filled by module
uint32_t errorIDs[DW_MAX_ERROR_SIGNAL_ERRORS_COUNT]
module defined error
uint16_t sourceID
module id, automatically filled
size_t count
the number of errors in errorIds
uint8_t data[DW_MAX_HEALTH_BYTEARRAY_SIZE]
optional byte array for additional information
size_t count
the number of errors in errorIds
uint32_t errorIDs[DW_MAX_ERROR_SIGNAL_ERRORS_COUNT]
module defined error
dwTime_t timestamp
timestamp at which the error occured, filled by module
uint16_t sourceID
module id, automatically filled
size_t dataSize
bytes used in the optional byte array
#define DW_MAX_HEALTH_SIGNAL_ARRAY_SIZE
The maximum number of individual dwHealthSignal that can be stored in a dwHealthSignalArray.
#define DW_MAX_HEALTH_BYTEARRAY_SIZE
The size of the data field in dwHealthSignal.
#define DW_MAX_ERROR_SIGNAL_ERRORS_COUNT
Basic error signal that gets reported only when there is an error.
Basic health signal that describes the health status of a particular software element.
Represents an array of health signals.