![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
Holds the DUTs, GU and instrument callback status codes. Used at __pltd_general_params::user_callback_pltd function return parameter. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| _DUT_RES | dut_res [PLTD_MAX_DEVICES] |
| _GU_RES | gu_res |
| _INSTR_RES | ble_instr_res |
| _INSTR_RES | temp_instr_res |
| _INSTR_RES | ammeter_res |
| uint8_t | data [PLTD_MAX_DEVICES][PLTD_CLBK_DATA_SIZE] |
Holds the DUTs, GU and instrument callback status codes. Used at __pltd_general_params::user_callback_pltd function return parameter.
Definition at line 630 of file prod_line_tool_dll.h.
| _INSTR_RES __pltd_dut_results::ammeter_res |
Holds the ammeter instrument status.
Definition at line 636 of file prod_line_tool_dll.h.
| _INSTR_RES __pltd_dut_results::ble_instr_res |
Holds the BLE tester instrument status.
Definition at line 634 of file prod_line_tool_dll.h.
| uint8_t __pltd_dut_results::data[PLTD_MAX_DEVICES][PLTD_CLBK_DATA_SIZE] |
Specific data to be passed to the UI depending on the device status.
Definition at line 637 of file prod_line_tool_dll.h.
| _DUT_RES __pltd_dut_results::dut_res[PLTD_MAX_DEVICES] |
Holds the status for all 16 DUTs.
Definition at line 632 of file prod_line_tool_dll.h.
| _GU_RES __pltd_dut_results::gu_res |
Definition at line 633 of file prod_line_tool_dll.h.
| _INSTR_RES __pltd_dut_results::temp_instr_res |
Holds the temperature instrument status.
Definition at line 635 of file prod_line_tool_dll.h.