|
MythTV master
|
#include <cstdint>#include <unistd.h>#include <utility>#include <vector>#include <QString>#include "dtvmultiplex.h"Go to the source code of this file.
Classes | |
| class | DTVChannelInfo |
| class | DTVTransport |
| class | DTVConfParser |
| Parses dvb-utils channel scanner output files. More... | |
Typedefs | |
| using | DTVChannelInfoList = std::vector< DTVChannelInfo > |
| using | DTVChannelList = std::vector< DTVTransport > |
| using DTVChannelInfoList = std::vector<DTVChannelInfo> |
Definition at line 58 of file dtvconfparser.h.
| using DTVChannelList = std::vector<DTVTransport> |
Definition at line 68 of file dtvconfparser.h.