DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

Core Status

Detailed Description

Defines status and error messages.

Note
SW Release Applicability: These APIs are available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Macros

#define __DW_ERROR_LIST(s)
 
#define __GENERATE_ENUM(e)   e,
 

Enumerations

enum  dwStatus
 Status definition. More...
 

Functions

DW_API_PUBLIC const char * dwGetStatusName (dwStatus s)
 Returns a NULL terminated character string of the status value. More...
 

Macro Definition Documentation

◆ __DW_ERROR_LIST

#define __DW_ERROR_LIST (   s)

36 - Out of bounds exception (e.g. in array access).

Definition at line 59 of file Status.h.

◆ __GENERATE_ENUM

#define __GENERATE_ENUM (   e)    e,

Definition at line 57 of file Status.h.

Enumeration Type Documentation

◆ dwStatus

enum dwStatus

Status definition.

Definition at line 166 of file Status.h.

Function Documentation

◆ dwGetStatusName()

DW_API_PUBLIC const char* dwGetStatusName ( dwStatus  s)

Returns a NULL terminated character string of the status value.