MythTV
master
|
#include <QStringList>
#include <QRegularExpression>
#include <QThread>
#include "Engine.h"
#include "ParseNode.h"
#include "ParseBinary.h"
#include "ParseText.h"
#include "Root.h"
#include "Groups.h"
#include "ASN1Codes.h"
#include "Logging.h"
#include "freemheg.h"
#include "Visible.h"
#include "Stream.h"
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Enumerations | |
enum | EProtocol : std::uint8_t { kProtoUnknown, kProtoDSM, kProtoCI, kProtoHTTP, kProtoHybrid } |
Functions | |
MHEG * | MHCreateEngine (MHContext *context) |
static EProtocol | PathProtocol (const QString &csPath) |
void | mhlog_fn (const QString &logtext) |
void | MHSetLogging (FILE *logStream, unsigned int logLevel) |
Variables | |
static constexpr std::chrono::milliseconds | CONTENT_CHECK_TIME { 2s } |
int | gMHLogoptions = MHLogError |
FILE * | gMHLogStream = nullptr |
enum EProtocol : std::uint8_t |
Enumerator | |
---|---|
kProtoUnknown | |
kProtoDSM | |
kProtoCI | |
kProtoHTTP | |
kProtoHybrid |
Definition at line 253 of file Engine.cpp.
Definition at line 43 of file Engine.cpp.
|
static |
Definition at line 254 of file Engine.cpp.
Referenced by MHEngine::CheckContentRequests(), MHEngine::GetPathName(), and MHEngine::RequestExternalContent().
void mhlog_fn | ( | const QString & | logtext | ) |
Definition at line 1519 of file Engine.cpp.
void MHSetLogging | ( | FILE * | logStream, |
unsigned int | logLevel | ||
) |
Definition at line 1526 of file Engine.cpp.
Referenced by InteractiveTV::InteractiveTV().
|
staticconstexpr |
Definition at line 78 of file Engine.cpp.
Referenced by MHEngine::RunAll().
int gMHLogoptions = MHLogError |
Definition at line 1514 of file Engine.cpp.
Referenced by MHEngine::Launch(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().
FILE* gMHLogStream = nullptr |
Definition at line 1516 of file Engine.cpp.
Referenced by MHGroup::Initialise(), MHEngine::Launch(), mhlog_fn(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().