Definition at line 35 of file hdhomerun_device.c.
Public Attributes | |
| struct hdhomerun_control_sock_t * | cs |
| struct hdhomerun_video_sock_t * | vs |
| struct hdhomerun_debug_t * | dbg |
| struct hdhomerun_channelscan_t * | scan |
| uint32_t | device_id |
| unsigned int | tuner |
| uint32_t | lockkey |
| char | name [32] |
| char | model [32] |
struct hdhomerun_control_sock_t* hdhomerun_device_t::cs [read] |
Definition at line 36 of file hdhomerun_device.c.
Referenced by hdhomerun_device_create(), hdhomerun_device_debug_print_video_stats(), hdhomerun_device_destroy(), hdhomerun_device_get_control_sock(), hdhomerun_device_get_device_id(), hdhomerun_device_get_device_id_requested(), hdhomerun_device_get_device_ip(), hdhomerun_device_get_device_ip_requested(), hdhomerun_device_get_ir_target(), hdhomerun_device_get_lineup_location(), hdhomerun_device_get_local_machine_addr(), hdhomerun_device_get_model_str(), hdhomerun_device_get_tuner_channel(), hdhomerun_device_get_tuner_channelmap(), hdhomerun_device_get_tuner_filter(), hdhomerun_device_get_tuner_lockkey_owner(), hdhomerun_device_get_tuner_plotsample(), hdhomerun_device_get_tuner_program(), hdhomerun_device_get_tuner_status(), hdhomerun_device_get_tuner_streaminfo(), hdhomerun_device_get_tuner_target(), hdhomerun_device_get_var(), hdhomerun_device_get_version(), hdhomerun_device_set_device(), hdhomerun_device_set_ir_target(), hdhomerun_device_set_lineup_location(), hdhomerun_device_set_tuner_channel(), hdhomerun_device_set_tuner_channelmap(), hdhomerun_device_set_tuner_filter(), hdhomerun_device_set_tuner_program(), hdhomerun_device_set_tuner_target(), hdhomerun_device_set_tuner_target_to_local_protocol(), hdhomerun_device_set_var(), hdhomerun_device_tuner_lockkey_force(), hdhomerun_device_tuner_lockkey_release(), hdhomerun_device_tuner_lockkey_request(), and hdhomerun_device_upgrade().
struct hdhomerun_video_sock_t* hdhomerun_device_t::vs [read] |
Definition at line 37 of file hdhomerun_device.c.
Referenced by hdhomerun_device_debug_print_video_stats(), hdhomerun_device_destroy(), hdhomerun_device_get_video_sock(), hdhomerun_device_get_video_stats(), hdhomerun_device_set_tuner_target_to_local_protocol(), hdhomerun_device_stream_flush(), hdhomerun_device_stream_recv(), and hdhomerun_device_stream_start().
struct hdhomerun_debug_t* hdhomerun_device_t::dbg [read] |
Definition at line 38 of file hdhomerun_device.c.
Referenced by hdhomerun_device_create(), hdhomerun_device_debug_print_video_stats(), and hdhomerun_device_get_video_sock().
struct hdhomerun_channelscan_t* hdhomerun_device_t::scan [read] |
Definition at line 39 of file hdhomerun_device.c.
Referenced by hdhomerun_device_channelscan_advance(), hdhomerun_device_channelscan_detect(), hdhomerun_device_channelscan_get_progress(), hdhomerun_device_channelscan_init(), and hdhomerun_device_destroy().
Definition at line 40 of file hdhomerun_device.c.
Referenced by hdhomerun_device_create_from_str_device_id(), hdhomerun_device_set_device(), and hdhomerun_device_set_update().
| unsigned int hdhomerun_device_t::tuner |
Definition at line 41 of file hdhomerun_device.c.
Referenced by hdhomerun_device_create_from_str_device_id(), hdhomerun_device_debug_print_video_stats(), hdhomerun_device_get_tuner(), hdhomerun_device_get_tuner_channel(), hdhomerun_device_get_tuner_channelmap(), hdhomerun_device_get_tuner_filter(), hdhomerun_device_get_tuner_lockkey_owner(), hdhomerun_device_get_tuner_plotsample(), hdhomerun_device_get_tuner_program(), hdhomerun_device_get_tuner_status(), hdhomerun_device_get_tuner_streaminfo(), hdhomerun_device_get_tuner_target(), hdhomerun_device_set_tuner(), hdhomerun_device_set_tuner_channel(), hdhomerun_device_set_tuner_channelmap(), hdhomerun_device_set_tuner_filter(), hdhomerun_device_set_tuner_from_str(), hdhomerun_device_set_tuner_program(), hdhomerun_device_set_tuner_target(), hdhomerun_device_set_update(), hdhomerun_device_tuner_lockkey_force(), hdhomerun_device_tuner_lockkey_release(), and hdhomerun_device_tuner_lockkey_request().
Definition at line 42 of file hdhomerun_device.c.
Referenced by hdhomerun_device_set_tuner_channel(), hdhomerun_device_set_tuner_channelmap(), hdhomerun_device_set_tuner_filter(), hdhomerun_device_set_tuner_program(), hdhomerun_device_set_tuner_target(), hdhomerun_device_set_var(), hdhomerun_device_tuner_lockkey_force(), hdhomerun_device_tuner_lockkey_release(), hdhomerun_device_tuner_lockkey_request(), and hdhomerun_device_tuner_lockkey_use_value().
| char hdhomerun_device_t::name[32] |
Definition at line 43 of file hdhomerun_device.c.
Referenced by hdhomerun_device_get_name(), and hdhomerun_device_set_update().
| char hdhomerun_device_t::model[32] |
Definition at line 44 of file hdhomerun_device.c.
Referenced by hdhomerun_device_get_model_str(), and hdhomerun_device_set_update().
1.5.5