DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

Core Status

Detailed Description

Defines status and error messages.

Macros

#define DW_CORE_ERROR_LIST(s)
 
#define DW_CORE_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_CORE_ERROR_LIST

#define DW_CORE_ERROR_LIST (   s)

Total number of DW error codes.

Definition at line 57 of file Status.h.

◆ DW_CORE_GENERATE_ENUM

#define DW_CORE_GENERATE_ENUM (   e)    e,

Definition at line 55 of file Status.h.

Enumeration Type Documentation

◆ dwStatus

enum dwStatus

Status definition.

Definition at line 180 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.