- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
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_HEALTH_BYTEARRAY_SIZE 1000 |
The size of the dta 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... | |