Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Modules | Macros
DBG_DLL.DLL

The dbg_dll.dll API used to format and display debug messages for all Production Line Tool software blocks. More...

Modules

 Debugging macros.
 The Debug macro definitions.
 
 Debug functions return status codes.
 The Debug functions return status codes.
 
 Debug enumerations
 The various debug enumerations.
 
 Debug data structures.
 The Debug data structures.
 
 Debug functions.
 The various Debug functions.
 

Macros

#define DBG_DLL_EXPORTS
 
#define DBG_DLL_API   __declspec(dllexport)
 
#define DBG_MAX_STR_SIZE   1024
 
#define FILE_PATH_SIZE   256
 

Detailed Description

The dbg_dll.dll API used to format and display debug messages for all Production Line Tool software blocks.

Macro Definition Documentation

◆ DBG_DLL_API

#define DBG_DLL_API   __declspec(dllexport)

Definition at line 59 of file dbg_dll.h.

◆ DBG_DLL_EXPORTS

#define DBG_DLL_EXPORTS

Definition at line 57 of file dbg_dll.h.

◆ DBG_MAX_STR_SIZE

#define DBG_MAX_STR_SIZE   1024

Definition at line 64 of file dbg_dll.h.

◆ FILE_PATH_SIZE

#define FILE_PATH_SIZE   256

File path string size used at __dbg_params.

Definition at line 65 of file dbg_dll.h.