Go to the source code of this file.
Functions | |
| LIBTYPE struct hdhomerun_debug_t * | hdhomerun_debug_create (void) |
| LIBTYPE void | hdhomerun_debug_destroy (struct hdhomerun_debug_t *dbg) |
| LIBTYPE void | hdhomerun_debug_set_prefix (struct hdhomerun_debug_t *dbg, const char *prefix) |
| LIBTYPE void | hdhomerun_debug_set_filename (struct hdhomerun_debug_t *dbg, const char *filename) |
| LIBTYPE void | hdhomerun_debug_enable (struct hdhomerun_debug_t *dbg) |
| LIBTYPE void | hdhomerun_debug_disable (struct hdhomerun_debug_t *dbg) |
| LIBTYPE bool_t | hdhomerun_debug_enabled (struct hdhomerun_debug_t *dbg) |
| LIBTYPE void | hdhomerun_debug_flush (struct hdhomerun_debug_t *dbg, uint64_t timeout) |
| LIBTYPE void | hdhomerun_debug_printf (struct hdhomerun_debug_t *dbg, const char *fmt,...) |
| LIBTYPE void | hdhomerun_debug_vprintf (struct hdhomerun_debug_t *dbg, const char *fmt, va_list args) |
| LIBTYPE struct hdhomerun_debug_t* hdhomerun_debug_create | ( | void | ) | [read] |
Definition at line 81 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_destroy | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 124 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_set_prefix | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | prefix | |||
| ) |
Definition at line 139 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_set_filename | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | filename | |||
| ) |
Definition at line 155 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_enable | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 184 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_disable | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 193 of file hdhomerun_debug.c.
| LIBTYPE bool_t hdhomerun_debug_enabled | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 204 of file hdhomerun_debug.c.
Referenced by hdhomerun_device_debug_print_video_stats().
| LIBTYPE void hdhomerun_debug_flush | ( | struct hdhomerun_debug_t * | dbg, | |
| uint64_t | timeout | |||
| ) |
Definition at line 213 of file hdhomerun_debug.c.
| LIBTYPE void hdhomerun_debug_printf | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 230 of file hdhomerun_debug.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_create(), hdhomerun_control_get_device_id(), hdhomerun_control_get_device_ip(), hdhomerun_control_get_local_addr(), hdhomerun_control_get_set(), hdhomerun_control_recv_sock(), hdhomerun_control_send_recv_internal(), hdhomerun_control_send_sock(), hdhomerun_control_upgrade(), hdhomerun_device_create(), hdhomerun_device_debug_print_video_stats(), hdhomerun_device_get_video_sock(), hdhomerun_device_selector_add_device(), hdhomerun_device_selector_choose_test(), hdhomerun_device_selector_create(), hdhomerun_device_selector_load_from_windows_registry(), hdhomerun_video_create(), hdhomerun_video_debug_print_stats(), and hdhomerun_video_get_local_port().
| LIBTYPE void hdhomerun_debug_vprintf | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | fmt, | |||
| va_list | args | |||
| ) |
1.5.5