Functions | |
hdhomerun_debug_t * | hdhomerun_debug_create (void) |
void | hdhomerun_debug_destroy (struct hdhomerun_debug_t *dbg) |
void | hdhomerun_debug_enable (struct hdhomerun_debug_t *dbg) |
void | hdhomerun_debug_disable (struct hdhomerun_debug_t *dbg) |
bool_t | hdhomerun_debug_enabled (struct hdhomerun_debug_t *dbg) |
void | hdhomerun_debug_flush (struct hdhomerun_debug_t *dbg, uint64_t timeout) |
void | hdhomerun_debug_printf (struct hdhomerun_debug_t *dbg, const char *fmt,...) |
void | hdhomerun_debug_vprintf (struct hdhomerun_debug_t *dbg, const char *fmt, va_list args) |
struct hdhomerun_debug_t* hdhomerun_debug_create | ( | void | ) |
void hdhomerun_debug_destroy | ( | struct hdhomerun_debug_t * | dbg | ) |
void hdhomerun_debug_disable | ( | struct hdhomerun_debug_t * | dbg | ) |
void hdhomerun_debug_enable | ( | struct hdhomerun_debug_t * | dbg | ) |
bool_t hdhomerun_debug_enabled | ( | struct hdhomerun_debug_t * | dbg | ) |
void hdhomerun_debug_flush | ( | struct hdhomerun_debug_t * | dbg, | |
uint64_t | timeout | |||
) |
void hdhomerun_debug_printf | ( | struct hdhomerun_debug_t * | dbg, | |
const char * | fmt, | |||
... | ||||
) |
void hdhomerun_debug_vprintf | ( | struct hdhomerun_debug_t * | dbg, | |
const char * | fmt, | |||
va_list | args | |||
) |