|
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>#include <memory>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 242 of file Engine.cpp.
Definition at line 44 of file Engine.cpp.
| void mhlog_fn | ( | const QString & | logtext | ) |
Definition at line 1528 of file Engine.cpp.
| void MHSetLogging | ( | FILE * | logStream, |
| unsigned int | logLevel | ||
| ) |
Definition at line 1535 of file Engine.cpp.
|
static |
Definition at line 243 of file Engine.cpp.
Referenced by MHEngine::CheckContentRequests(), MHEngine::GetPathName(), and MHEngine::RequestExternalContent().
|
staticconstexpr |
Definition at line 79 of file Engine.cpp.
Referenced by MHEngine::RunAll().
| int gMHLogoptions = MHLogError |
Definition at line 1523 of file Engine.cpp.
Referenced by MHEngine::Launch(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().
| FILE* gMHLogStream = nullptr |
Definition at line 1525 of file Engine.cpp.
Referenced by MHGroup::Initialise(), MHEngine::Launch(), mhlog_fn(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().