Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Macros

The PLTD API function return codes. More...

Macros

#define PLTD_SUCCESS   0
 
#define PLTD_ERROR   1
 
#define PLTD_ALL_DUTS_FAILED   2
 
#define PLTD_WRONG_DEV_PARAMS   3
 
#define PLTD_WRONG_GEN_PARAMS   4
 
#define PLTD_DBG_ERROR   5
 
#define PLTD_INSTR_ERROR   6
 

Detailed Description

The PLTD API function return codes.

Macro Definition Documentation

◆ PLTD_ALL_DUTS_FAILED

#define PLTD_ALL_DUTS_FAILED   2

Function returned with all DUTs failed. Tests should not continue. Check logs for more info.

Definition at line 120 of file prod_line_tool_dll.h.

◆ PLTD_DBG_ERROR

#define PLTD_DBG_ERROR   5

Function pltd_dbg_init returned error code.

Definition at line 123 of file prod_line_tool_dll.h.

◆ PLTD_ERROR

#define PLTD_ERROR   1

Function returned with errors. Check logs for more info.

Definition at line 119 of file prod_line_tool_dll.h.

◆ PLTD_INSTR_ERROR

#define PLTD_INSTR_ERROR   6

Instrument error.

Definition at line 124 of file prod_line_tool_dll.h.

◆ PLTD_SUCCESS

#define PLTD_SUCCESS   0

Function returned with no errors.

Definition at line 118 of file prod_line_tool_dll.h.

◆ PLTD_WRONG_DEV_PARAMS

#define PLTD_WRONG_DEV_PARAMS   3

Function pltd_set_device_params returned error code due to wrong parameter value. Test logs could be checked for more information on the error.

Definition at line 121 of file prod_line_tool_dll.h.

◆ PLTD_WRONG_GEN_PARAMS

#define PLTD_WRONG_GEN_PARAMS   4

Function pltd_set_general_params returned error code due to wrong parameter value. Test logs could be checked for more information on the error.

Definition at line 122 of file prod_line_tool_dll.h.