Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Public Attributes | List of all members
__dbg_params Struct Reference

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

#include <dbg_dll.h>

Public Attributes

bool dbg_enable
 
int dbg_out
 
int dbg_level
 
_dbg_clbk dbg_clbk
 

Detailed Description

The main settings of the Debug DLL API.

Definition at line 142 of file dbg_dll.h.

Member Data Documentation

◆ dbg_clbk

_dbg_clbk __dbg_params::dbg_clbk

Callback function, called when DBG_TO_CLBK is set.

Definition at line 148 of file dbg_dll.h.

◆ dbg_enable

bool __dbg_params::dbg_enable

Global debug print on/off.

Definition at line 144 of file dbg_dll.h.

◆ dbg_level

int __dbg_params::dbg_level

Which debug level will be allowed to be printed. Can be a combination of DBG_LEVEL.

Definition at line 146 of file dbg_dll.h.

◆ dbg_out

int __dbg_params::dbg_out

Where the debug messages will be printed. Can be a combination of DBG_OUTPUT.

Definition at line 145 of file dbg_dll.h.


The documentation for this struct was generated from the following file: