MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / rig_set_debug

Function rig_set_debug

src/debug.c:146–149  ·  view source on GitHub ↗

* \brief Change the current debug level. * * \param debug_level Equivalent to the `-v` option of the utilities. * * Allows for dynamically changing the debugging output without reinitializing * the library. * * Useful for programs that want to enable and disable debugging * output without restarting. */

Source from the content-addressed store, hash-verified

144 * output without restarting.
145 */
146void HAMLIB_API rig_set_debug(enum rig_debug_level_e debug_level)
147{
148 rig_debug_level = debug_level;
149}
150
151/**
152 * \brief Get the current debug level.

Callers 15

anytone_threadFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 6

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68