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

The PLTD API macro definitions. More...

Macros

#define __bool_true_false_are_defined   1
 
#define bool   char
 
#define true   1
 
#define false   0
 
#define PLTD_EXPORTS
 
#define PLTD_API   __declspec(dllexport)
 
#define PLTD_MAX_DEVICES   16
 
#define LOG_PARAM_STR_SIZE   32
 
#define PLTD_CLBK_DATA_SIZE   UDLL_CLBK_DATA_SIZE
 
#define MAX_SUPPORTED_FLASH_ER_TESTS   10
 
#define MAX_SUPPORTED_FLASH_WR_TESTS   10
 
#define MAX_SUPPORTED_FLASH_CHK_TESTS   10
 
#define MAX_SUPPORTED_MEM_RD_TESTS   10
 
#define MAX_SUPPORTED_RF_TESTS   10
 
#define MAX_SUPPORTED_PERIPH_TESTS   10
 
#define MAX_SUPPORTED_GPIO_TESTS   10
 
#define MAX_SUPPORTED_GPIO_CONN_TESTS   20
 
#define MAX_SUPPORTED_BLE_TESTS   10
 
#define MAX_SUPPORTED_CUR_TESTS   10
 
#define MAX_SUPPORTED_SENS_TESTS   10
 
#define MAX_SUPPORTED_CUSTOM_TESTS   10
 
#define PLTD_INSTR_MAX_NAME_SIZE   256
 
#define PLTD_INSTR_MAX_STR_SIZE   256
 

Detailed Description

The PLTD API macro definitions.

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 55 of file prod_line_tool_dll.h.

◆ bool

#define bool   char

Definition at line 57 of file prod_line_tool_dll.h.

◆ false

#define false   0

Definition at line 59 of file prod_line_tool_dll.h.

◆ LOG_PARAM_STR_SIZE

#define LOG_PARAM_STR_SIZE   32

String array sizes for various data structure fields.

Definition at line 77 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_BLE_TESTS

#define MAX_SUPPORTED_BLE_TESTS   10

Used to specify the number of the BLE tester instrument tests per run.

Definition at line 87 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_CUR_TESTS

#define MAX_SUPPORTED_CUR_TESTS   10

Used to specify the number of the current measurement tests per run.

Definition at line 88 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_CUSTOM_TESTS

#define MAX_SUPPORTED_CUSTOM_TESTS   10

Used to specify the number of the custom tests per run.

Definition at line 90 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_FLASH_CHK_TESTS

#define MAX_SUPPORTED_FLASH_CHK_TESTS   10

Used to specify the number of the flash check empty tests per run.

Definition at line 81 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_FLASH_ER_TESTS

#define MAX_SUPPORTED_FLASH_ER_TESTS   10

Used to specify the number of the flash erase tests per run.

Definition at line 79 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_FLASH_WR_TESTS

#define MAX_SUPPORTED_FLASH_WR_TESTS   10

Used to specify the number of the flash write tests per run.

Definition at line 80 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_GPIO_CONN_TESTS

#define MAX_SUPPORTED_GPIO_CONN_TESTS   20

Used to specify the number of the GPIO Connection tests per run.

Definition at line 86 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_GPIO_TESTS

#define MAX_SUPPORTED_GPIO_TESTS   10

Used to specify the number of the GPIO/LED tests per run.

Definition at line 85 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_MEM_RD_TESTS

#define MAX_SUPPORTED_MEM_RD_TESTS   10

Used to specify the number of the memory reads per run.

Definition at line 82 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_PERIPH_TESTS

#define MAX_SUPPORTED_PERIPH_TESTS   10

Used to specify the number of the peripheral tests to be executed per test run.

Definition at line 84 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_RF_TESTS

#define MAX_SUPPORTED_RF_TESTS   10

Used to specify the number of the RF tests per run.

Definition at line 83 of file prod_line_tool_dll.h.

◆ MAX_SUPPORTED_SENS_TESTS

#define MAX_SUPPORTED_SENS_TESTS   10

Used to specify the number of the sensor tests per run.

Definition at line 89 of file prod_line_tool_dll.h.

◆ PLTD_API

#define PLTD_API   __declspec(dllexport)

Definition at line 71 of file prod_line_tool_dll.h.

◆ PLTD_CLBK_DATA_SIZE

#define PLTD_CLBK_DATA_SIZE   UDLL_CLBK_DATA_SIZE

PLTD to UI callback data size.

Definition at line 78 of file prod_line_tool_dll.h.

◆ PLTD_EXPORTS

#define PLTD_EXPORTS

Definition at line 69 of file prod_line_tool_dll.h.

◆ PLTD_INSTR_MAX_NAME_SIZE

#define PLTD_INSTR_MAX_NAME_SIZE   256

The maximum allowed name size for instrument DLLs.

Definition at line 91 of file prod_line_tool_dll.h.

◆ PLTD_INSTR_MAX_STR_SIZE

#define PLTD_INSTR_MAX_STR_SIZE   256

The maximum allowed string size for instrument DLLs.

Definition at line 92 of file prod_line_tool_dll.h.

◆ PLTD_MAX_DEVICES

#define PLTD_MAX_DEVICES   16

The maximum number of devices to tested and programmed.

Definition at line 76 of file prod_line_tool_dll.h.

◆ true

#define true   1

Definition at line 58 of file prod_line_tool_dll.h.