#include <unistd.h>
#include <QStringList>
#include "remoteencoder.h"
#include "programinfo.h"
#include "mythdate.h"
#include "mythcorecontext.h"
#include "signalmonitor.h"
#include "mythdb.h"
#include "mythsocket.h"
#include "mythlogging.h"
Go to the source code of this file.
|
#define | LOC QString("RemoteEncoder(%1): ").arg(m_recordernum) |
|
#define | MAX_SIZE_CHECK 500 |
|
|
static QString | cleanup (const QString &str) |
|
static QString | make_safe (const QString &str) |
|
◆ LOC
#define LOC QString("RemoteEncoder(%1): ").arg(m_recordernum) |
◆ MAX_SIZE_CHECK
#define MAX_SIZE_CHECK 500 |
◆ cleanup()
static QString cleanup |
( |
const QString & |
str | ) |
|
|
static |
◆ make_safe()
static QString make_safe |
( |
const QString & |
str | ) |
|
|
static |