EDT PDV SDK Documentation 6.1.0
Collaboration diagram for Debug:

Functions

void pdv_set_debug (int debug)
 Sets the debug level. For values, see the EDT Message Handler Library. More...
 
int pdv_get_debug (void)
 Gets the debug level, as set by pdv_set_debug or outside environment variables. For values, see the EDT Message Handler Library. More...
 

Detailed Description

Get and set flags that determine debug output from the library. For more information, see the EDT Message Handler Library.

Function Documentation

◆ pdv_set_debug()

void pdv_set_debug ( int  debug)

Sets the debug level. For values, see the EDT Message Handler Library.

Parameters
debugThe debug level.
Here is the call graph for this function:

◆ pdv_get_debug()

int pdv_get_debug ( void  )

Gets the debug level, as set by pdv_set_debug or outside environment variables. For values, see the EDT Message Handler Library.

Returns
The debug level.