MythTV  master
Classes | Typedefs
dtvconfparserhelpers.h File Reference
#include <vector>
#include <QString>
#include <linux/dvb/frontend.h>
Include dependency graph for dtvconfparserhelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DTVParamHelperStruct
 
class  DTVParamHelper
 Helper abstract template to do some of the mundane portions of translating and comparing the parameter strings. More...
 
class  DTVTunerType
 
class  DTVInversion
 
class  DTVBandwidth
 
class  DTVCodeRate
 
class  DTVModulation
 
class  DTVTransmitMode
 
class  DTVGuardInterval
 
class  DTVHierarchy
 
class  DTVPolarity
 
class  DTVModulationSystem
 
class  DTVRollOff
 

Typedefs

using DTVParamHelperVec = std::vector< DTVParamHelperStruct >
 
using DTVParamStringVec = std::vector< std::string >
 

Typedef Documentation

◆ DTVParamHelperVec

Definition at line 49 of file dtvconfparserhelpers.h.

◆ DTVParamStringVec

using DTVParamStringVec = std::vector<std::string>

Definition at line 50 of file dtvconfparserhelpers.h.