|
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 260 of file hdhrchannelfetcher.cpp.
|
override |
Definition at line 273 of file hdhrchannelfetcher.cpp.
| hdhr_chan_map_t HDHRChannelFetcher::GetChannels | ( | void | ) |
Definition at line 302 of file hdhrchannelfetcher.cpp.
|
private |
|
overrideprotected |
Definition at line 319 of file hdhrchannelfetcher.cpp.
| void HDHRChannelFetcher::Scan | ( | void | ) |
Definition at line 312 of file hdhrchannelfetcher.cpp.
|
private |
Definition at line 501 of file hdhrchannelfetcher.cpp.
Referenced by run().
|
inlineprivate |
Definition at line 106 of file hdhrchannelfetcher.h.
Referenced by run().
| void HDHRChannelFetcher::Stop | ( | void | ) |
Stops the scanning thread running.
Definition at line 285 of file hdhrchannelfetcher.cpp.
Referenced by Scan(), and ~HDHRChannelFetcher().
|
private |
Definition at line 114 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 119 of file hdhrchannelfetcher.h.
Referenced by SetNumChannelsInserted(), and SetTotalNumChannels().
|
private |
Definition at line 118 of file hdhrchannelfetcher.h.
Referenced by GetChannels(), run(), and ~HDHRChannelFetcher().
|
private |
Definition at line 115 of file hdhrchannelfetcher.h.
|
private |
Definition at line 123 of file hdhrchannelfetcher.h.
|
private |
Definition at line 113 of file hdhrchannelfetcher.h.
Referenced by run(), and SetNumChannelsInserted().
|
private |
Definition at line 117 of file hdhrchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 116 of file hdhrchannelfetcher.h.
Referenced by run().
Definition at line 121 of file hdhrchannelfetcher.h.
|
private |
Definition at line 122 of file hdhrchannelfetcher.h.
Referenced by GetChannels(), Scan(), Stop(), and ~HDHRChannelFetcher().
Definition at line 120 of file hdhrchannelfetcher.h.