Go to the source code of this file.
Functions | |
| LIBTYPE struct hdhomerun_channelscan_t * | channelscan_create (struct hdhomerun_device_t *hd, const char *channelmap) |
| LIBTYPE void | channelscan_destroy (struct hdhomerun_channelscan_t *scan) |
| LIBTYPE int | channelscan_advance (struct hdhomerun_channelscan_t *scan, struct hdhomerun_channelscan_result_t *result) |
| LIBTYPE int | channelscan_detect (struct hdhomerun_channelscan_t *scan, struct hdhomerun_channelscan_result_t *result) |
| LIBTYPE uint8_t | channelscan_get_progress (struct hdhomerun_channelscan_t *scan) |
| LIBTYPE struct hdhomerun_channelscan_t* channelscan_create | ( | struct hdhomerun_device_t * | hd, | |
| const char * | channelmap | |||
| ) | [read] |
Definition at line 42 of file hdhomerun_channelscan.c.
Referenced by hdhomerun_device_channelscan_init().
| LIBTYPE void channelscan_destroy | ( | struct hdhomerun_channelscan_t * | scan | ) |
Definition at line 61 of file hdhomerun_channelscan.c.
Referenced by hdhomerun_device_channelscan_advance(), hdhomerun_device_channelscan_detect(), hdhomerun_device_channelscan_init(), and hdhomerun_device_destroy().
| LIBTYPE int channelscan_advance | ( | struct hdhomerun_channelscan_t * | scan, | |
| struct hdhomerun_channelscan_result_t * | result | |||
| ) |
Definition at line 229 of file hdhomerun_channelscan.c.
Referenced by hdhomerun_device_channelscan_advance().
| LIBTYPE int channelscan_detect | ( | struct hdhomerun_channelscan_t * | scan, | |
| struct hdhomerun_channelscan_result_t * | result | |||
| ) |
Definition at line 262 of file hdhomerun_channelscan.c.
Referenced by hdhomerun_device_channelscan_detect().
| LIBTYPE uint8_t channelscan_get_progress | ( | struct hdhomerun_channelscan_t * | scan | ) |
Definition at line 327 of file hdhomerun_channelscan.c.
Referenced by hdhomerun_device_channelscan_get_progress().
1.6.3