MythTV
master
|
#include <libmythtv/channelscan/hdhrchannelfetcher.h>
Public Member Functions | |
HDHRChannelFetcher (uint cardid, QString inputname, uint sourceid, ServiceRequirements serviceType, ScanMonitor *monitor=nullptr) | |
~HDHRChannelFetcher () override | |
void | Scan (void) |
void | Stop (void) |
Stops the scanning thread running. More... | |
hdhr_chan_map_t | GetChannels (void) |
Protected Member Functions | |
void | run (void) override |
Private Member Functions | |
Q_DECLARE_TR_FUNCTIONS (HDHRChannelFetcher) | |
void | SetTotalNumChannels (uint val) |
void | SetNumChannelsInserted (uint val) |
Private Attributes | |
ScanMonitor * | m_scanMonitor {nullptr} |
uint | m_cardId |
QString | m_inputName |
uint | m_sourceId |
ServiceRequirements | m_serviceType |
hdhr_chan_map_t * | m_channels {nullptr} |
uint | m_chanCnt {1} |
bool | m_threadRunning {false} |
bool | m_stopNow {false} |
MThread * | m_thread {nullptr} |
QMutex | m_lock |
Definition at line 92 of file hdhrchannelfetcher.h.
HDHRChannelFetcher::HDHRChannelFetcher | ( | uint | cardid, |
QString | inputname, | ||
uint | sourceid, | ||
ServiceRequirements | serviceType, | ||
ScanMonitor * | monitor = nullptr |
||
) |
Definition at line 247 of file hdhrchannelfetcher.cpp.
|
override |
Definition at line 260 of file hdhrchannelfetcher.cpp.
|
private |
void HDHRChannelFetcher::Scan | ( | void | ) |
Definition at line 299 of file hdhrchannelfetcher.cpp.
Referenced by ChannelScanner::ImportHDHR().
void HDHRChannelFetcher::Stop | ( | void | ) |
Stops the scanning thread running.
Definition at line 272 of file hdhrchannelfetcher.cpp.
Referenced by Scan(), and ~HDHRChannelFetcher().
hdhr_chan_map_t HDHRChannelFetcher::GetChannels | ( | void | ) |
Definition at line 289 of file hdhrchannelfetcher.cpp.
|
inlineprivate |
Definition at line 106 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 488 of file hdhrchannelfetcher.cpp.
Referenced by run().
|
overrideprotected |
Definition at line 306 of file hdhrchannelfetcher.cpp.
|
private |
Definition at line 113 of file hdhrchannelfetcher.h.
Referenced by run(), and SetNumChannelsInserted().
|
private |
Definition at line 114 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 115 of file hdhrchannelfetcher.h.
|
private |
Definition at line 116 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 117 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 118 of file hdhrchannelfetcher.h.
Referenced by GetChannels(), run(), and ~HDHRChannelFetcher().
|
private |
Definition at line 119 of file hdhrchannelfetcher.h.
Referenced by SetNumChannelsInserted(), and SetTotalNumChannels().
Definition at line 120 of file hdhrchannelfetcher.h.
Definition at line 121 of file hdhrchannelfetcher.h.
|
private |
Definition at line 122 of file hdhrchannelfetcher.h.
Referenced by GetChannels(), Scan(), Stop(), and ~HDHRChannelFetcher().
|
private |
Definition at line 123 of file hdhrchannelfetcher.h.