MythTV
master
|
#include <vector>
#include <QString>
#include <linux/dvb/frontend.h>
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 > |
using DTVParamHelperVec = std::vector<DTVParamHelperStruct> |
Definition at line 49 of file dtvconfparserhelpers.h.
using DTVParamStringVec = std::vector<std::string> |
Definition at line 50 of file dtvconfparserhelpers.h.