Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Classes | Typedefs
Debug data structures.

The Debug data structures. More...

Classes

struct  __dbg_params
 The main settings of the Debug DLL API. More...
 

Typedefs

typedef void(__stdcall * _dbg_clbk) (char *dbg_str)
 Debug API callback function type definition. Used at __dbg_params::dbg_clbk. More...
 
typedef struct __dbg_params _dbg_params
 The main settings of the Debug DLL API. More...
 

Detailed Description

The Debug data structures.

Typedef Documentation

◆ _dbg_clbk

typedef void(__stdcall * _dbg_clbk) (char *dbg_str)

Debug API callback function type definition. Used at __dbg_params::dbg_clbk.

Definition at line 135 of file dbg_dll.h.

◆ _dbg_params

typedef struct __dbg_params _dbg_params

The main settings of the Debug DLL API.