MythTV
master
|
#include <unistd.h>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <QTextStream>
#include <QDateTime>
#include <QFile>
#include <QList>
#include <QMap>
#include <QDir>
#include "mythmiscutil.h"
#include "exitcodes.h"
#include "mythlogging.h"
#include "mythdbcon.h"
#include "compat.h"
#include "mythdate.h"
#include "mythdirs.h"
#include "mythdb.h"
#include "mythsystemlegacy.h"
#include "videosource.h"
#include "mythcorecontext.h"
#include "filldata.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("FillData: ") |
#define | LOC_WARN QString("FillData, Warning: ") |
#define | LOC_ERR QString("FillData, Error: ") |
Functions | |
bool | updateLastRunEnd (void) |
bool | updateLastRunStart (void) |
bool | updateLastRunStatus (QString &status) |
bool | updateNextScheduledRun () |
#define LOC QString("FillData: ") |
Definition at line 36 of file filldata.cpp.
#define LOC_WARN QString("FillData, Warning: ") |
Definition at line 37 of file filldata.cpp.
#define LOC_ERR QString("FillData, Error: ") |
Definition at line 38 of file filldata.cpp.
bool updateLastRunEnd | ( | void | ) |
Definition at line 40 of file filldata.cpp.
Referenced by FillData::GrabData(), FillData::GrabDDData(), main(), and FillData::Run().
bool updateLastRunStart | ( | void | ) |
Definition at line 48 of file filldata.cpp.
Referenced by FillData::GrabData(), FillData::GrabDDData(), main(), and FillData::Run().
bool updateLastRunStatus | ( | QString & | status | ) |
Definition at line 57 of file filldata.cpp.
Referenced by FillData::GrabData(), main(), and FillData::Run().
bool updateNextScheduledRun | ( | ) |
Definition at line 64 of file filldata.cpp.
Referenced by updateLastRunStart().