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

Function rig_set_debug_time_stamp

src/debug.c:189–192  ·  view source on GitHub ↗

* \brief Enable or disable the time stamp on debugging output. * * \param flag `TRUE` or `FALSE`. * * Sets or unsets the flag which controls whether debugging output includes a * time stamp. */

Source from the content-addressed store, hash-verified

187 * time stamp.
188 */
189void HAMLIB_API rig_set_debug_time_stamp(int flag)
190{
191 rig_debug_time_stamp = flag;
192}
193
194
195/**

Callers 9

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

no test coverage detected