|
MythTV master
|
#include <chrono>#include <thread>#include <QString>#include <QMap>#include <QMutex>#include <QMutexLocker>#include <QUdpSocket>#include "libmythbase/mythlogging.h"#include "cardutil.h"#include "dtvsignalmonitor.h"#include "rtp/rtptsdatapacket.h"#include "satiputils.h"#include "satipchannel.h"#include "satipstreamhandler.h"#include "satiprtcppacket.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("SatIPSH[%1]: ").arg(m_inputId) |
| #define | LOC_DRH QString("SH_DRH[%1]: ").arg(m_streamHandler->m_inputId) |
| #define | LOC_CRH QString("SatIP_CRH[%1]: ").arg(m_streamHandler->m_inputId) |
| #define LOC QString("SatIPSH[%1]: ").arg(m_inputId) |
Definition at line 25 of file satipstreamhandler.cpp.
| #define LOC_CRH QString("SatIP_CRH[%1]: ").arg(m_streamHandler->m_inputId) |
Definition at line 640 of file satipstreamhandler.cpp.
| #define LOC_DRH QString("SH_DRH[%1]: ").arg(m_streamHandler->m_inputId) |
Definition at line 522 of file satipstreamhandler.cpp.