Parses dvb-utils channel scanner output files.
More...
#include <libmythtv/dtvconfparser.h>
Parses dvb-utils channel scanner output files.
Definition at line 73 of file dtvconfparser.h.
◆ cardtype_t
| Enumerator |
|---|
| ATSC | |
| OFDM | |
| QPSK | |
| QAM | |
| DVBS2 | |
| UNKNOWN | |
Definition at line 77 of file dtvconfparser.h.
◆ return_t
| Enumerator |
|---|
| ERROR_CARDTYPE | |
| ERROR_OPEN | |
| ERROR_PARSE | |
| OK | |
Definition at line 76 of file dtvconfparser.h.
◆ DTVConfParser()
| DTVConfParser::DTVConfParser |
( |
cardtype_t |
type, |
|
|
uint |
sourceid, |
|
|
QString |
file |
|
) |
| |
|
inline |
◆ ~DTVConfParser()
| virtual DTVConfParser::~DTVConfParser |
( |
| ) |
|
|
virtualdefault |
◆ AddChannel()
◆ GetChannels()
◆ Parse()
◆ ParseConf()
| bool DTVConfParser::ParseConf |
( |
const QStringList & |
tokens | ) |
|
|
private |
◆ ParseConfATSC()
| bool DTVConfParser::ParseConfATSC |
( |
const QStringList & |
tokens | ) |
|
|
private |
◆ ParseConfOFDM()
| bool DTVConfParser::ParseConfOFDM |
( |
const QStringList & |
tokens | ) |
|
|
private |
◆ ParseConfQAM()
| bool DTVConfParser::ParseConfQAM |
( |
const QStringList & |
tokens | ) |
|
|
private |
◆ ParseConfQPSK()
| bool DTVConfParser::ParseConfQPSK |
( |
const QStringList & |
tokens | ) |
|
|
private |
◆ ParseVDR()
| bool DTVConfParser::ParseVDR |
( |
const QStringList & |
tokens, |
|
|
int |
channelNo = -1 |
|
) |
| |
|
private |
◆ m_channels
◆ m_filename
| QString DTVConfParser::m_filename |
|
private |
◆ m_sourceid
| uint DTVConfParser::m_sourceid |
|
private |
◆ m_type
The documentation for this class was generated from the following files: