MythTV  master
Macros
satiprtsp.cpp File Reference
#include <chrono>
#include <QRegularExpression>
#include <QString>
#include <QStringList>
#include <QTcpSocket>
#include <QUrl>
#include <QVector>
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythsocket.h"
#include "rtp/rtcpdatapacket.h"
#include "rtp/rtppacketbuffer.h"
#include "rtp/rtptsdatapacket.h"
#include "rtp/udppacketbuffer.h"
#include "satiprtcppacket.h"
#include "satiprtsp.h"
#include "satipstreamhandler.h"
Include dependency graph for satiprtsp.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("SatIPRTSP[%1]: ").arg(m_inputId)
 -*- Mode: c++ -*- More...
 
#define LOC2   QString("SatIPRTSP[%1](%2): ").arg(m_inputId).arg(m_requestUrl.toString())
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("SatIPRTSP[%1]: ").arg(m_inputId)

-*- Mode: c++ -*-

Definition at line 26 of file satiprtsp.cpp.

◆ LOC2

#define LOC2   QString("SatIPRTSP[%1](%2): ").arg(m_inputId).arg(m_requestUrl.toString())

Definition at line 27 of file satiprtsp.cpp.