Go to the documentation of this file.
9 #include <QWaitCondition>
20 using pmt_list_t = QMap<const ChannelBase*, ProgramMapTable*>;
25 explicit DVBCam(QString device);
40 void run(
void)
override;
A PMT table maps a program described in the ProgramAssociationTable to various PID's which describe t...
bool IsRunning(void) const
void SetTimeOffset(double offset_in_seconds)
Abstract class providing a generic interface to tuning hardware.
QWaitCondition m_ciHandlerWait
void RemoveDuplicateServices(void)
void SendPMT(const ProgramMapTable &pmt, uint cplm)
MThread * m_ciHandlerThread
This is a wrapper around QThread that does several additional things.
void SetPMT(const ChannelBase *chan, const ProgramMapTable *pmt)
QMap< const ChannelBase *, ProgramMapTable * > pmt_list_t