|
MythTV master
|
#include <chrono>#include <cstdint>#include <vector>#include <QList>#include <QStringList>#include <QMap>#include <QMetaEnum>#include "mythtvexp.h"#include "dtvconfparserhelpers.h"Go to the source code of this file.
Classes | |
| class | CardUtil |
| Collection of helper utilities for input DB use. More... | |
Typedefs | |
| using | InputNames = QMap< int, QString > |
Enumerations | |
| enum | dvb_dev_type_t : std::uint8_t { DVB_DEV_FRONTEND = 1 , DVB_DEV_DVR , DVB_DEV_DEMUX , DVB_DEV_CA , DVB_DEV_AUDIO , DVB_DEV_VIDEO } |
Functions | |
| MTV_PUBLIC QString | get_on_input (const QString &to_get, uint inputid) |
| MTV_PUBLIC bool | set_on_input (const QString &to_set, uint inputid, const QString &value) |
| using InputNames = QMap<int,QString> |
Definition at line 22 of file cardutil.h.
| enum dvb_dev_type_t : std::uint8_t |
| Enumerator | |
|---|---|
| DVB_DEV_FRONTEND | |
| DVB_DEV_DVR | |
| DVB_DEV_DEMUX | |
| DVB_DEV_CA | |
| DVB_DEV_AUDIO | |
| DVB_DEV_VIDEO | |
Definition at line 28 of file cardutil.h.
| MTV_PUBLIC QString get_on_input | ( | const QString & | to_get, |
| uint | inputid | ||
| ) |
Definition at line 1258 of file cardutil.cpp.
Referenced by CardUtil::GetAudioDevice(), CardUtil::GetDeliverySystemFromDB(), CardUtil::GetDiSEqCPosition(), CardUtil::GetHostname(), CardUtil::GetRawInputType(), CardUtil::GetValueInt(), CardUtil::GetVBIDevice(), CardUtil::GetVideoDevice(), ChannelScannerWeb::HandleEvent(), set_on_input(), and ChannelScannerWeb::StartScan().
| MTV_PUBLIC bool set_on_input | ( | const QString & | to_set, |
| uint | inputid, | ||
| const QString & | value | ||
| ) |
Definition at line 1275 of file cardutil.cpp.
Referenced by CardUtil::ProbeSubTypeName(), CardUtil::SetValue(), V2Capture::UpdateCaptureCard(), and V2Capture::UpdateCardInput().