MythTV  master
Macros
channelbase.cpp File Reference
#include <cstdlib>
#include <cerrno>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <iostream>
#include <algorithm>
#include <QCoreApplication>
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "darwinfirewiredevice.h"
#include "linuxfirewiredevice.h"
#include "firewirechannel.h"
#include "cetonchannel.h"
#include "dummychannel.h"
#include "tvremoteutil.h"
#include "channelbase.h"
#include "channelutil.h"
#include "frequencies.h"
#include "hdhrchannel.h"
#include "iptvchannel.h"
#include "asichannel.h"
#include "dtvchannel.h"
#include "dvbchannel.h"
#include "v4lchannel.h"
#include "ExternalChannel.h"
#include "sourceutil.h"
#include "cardutil.h"
#include "inputinfo.h"
#include "satipchannel.h"
Include dependency graph for channelbase.cpp:

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ LOC

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

Definition at line 49 of file channelbase.cpp.