MythTV  master
Classes | Typedefs
dtvconfparser.h File Reference
#include <cstdint>
#include <unistd.h>
#include <utility>
#include <vector>
#include <QString>
#include "dtvmultiplex.h"
Include dependency graph for dtvconfparser.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ DTVChannelInfoList

using DTVChannelInfoList = std::vector<DTVChannelInfo>

Definition at line 58 of file dtvconfparser.h.

◆ DTVChannelList

using DTVChannelList = std::vector<DTVTransport>

Definition at line 68 of file dtvconfparser.h.