MythTV  master
Macros | Variables
mythcecadapter.cpp File Reference
#include <QApplication>
#include <QKeyEvent>
#include <QString>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythevent.h"
#include "libmythbase/mythlogging.h"
#include "mythmainwindow.h"
#include "mythdisplay.h"
#include "mythcecadapter.h"
#include <memory>
#include <vector>
#include <libcec/cecloader.h>
Include dependency graph for mythcecadapter.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("CECAdapter: ")
 

Variables

static constexpr uint8_t MAX_CEC_DEVICES { 10 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("CECAdapter: ")

Definition at line 23 of file mythcecadapter.cpp.

Variable Documentation

◆ MAX_CEC_DEVICES

constexpr uint8_t MAX_CEC_DEVICES { 10 }
staticconstexpr

Definition at line 22 of file mythcecadapter.cpp.

Referenced by MythCECAdapter::Open().