DriveWorks SDK Reference
5.8.83 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 const s)
 Converts dwStatus enum value to a string value. More...
 

Macro Definition Documentation

◆ DW_CORE_ERROR_LIST

#define DW_CORE_ERROR_LIST (   s)

Total number of DW error codes.

Definition at line 163 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 171 of file Status.h.

Function Documentation

◆ dwGetStatusName()

DW_API_PUBLIC const char * dwGetStatusName ( dwStatus const  s)

Converts dwStatus enum value to a string value.

Returns a NULL terminated character string of the status value.