Go to the source code of this file.
Functions | |
| bool | setupTVs (bool ismaster, bool &error) |
| void | cleanup (void) |
| int | log_rotate (int report_error) |
| void | log_rotate_handler (int) |
| void | upnp_rebuild (int) |
| int | preview_helper (const QString &chanid, const QString &starttime, long long previewFrameNumber, long long previewSeconds, const QSize &previewSize, const QString &infile, const QString &outfile) |
| bool | parse_preview_info (const QString ¶m, long long &previewFrameNumber, long long &previewSeconds, QSize &previewSize) |
| int | main (int argc, char **argv) |
Variables | |
| QMap< int, EncoderLink * > | tvList |
| AutoExpire * | expirer = NULL |
| Scheduler * | sched = NULL |
| JobQueue * | jobqueue = NULL |
| QString | pidfile |
| HouseKeeper * | housekeeping = NULL |
| QString | logfile = "" |
| MediaServer * | g_pUPnp = NULL |
| void cleanup | ( | void | ) |
Definition at line 228 of file mythtv/programs/mythbackend/main.cpp.
| int log_rotate | ( | int | report_error | ) |
Definition at line 245 of file mythtv/programs/mythbackend/main.cpp.
Referenced by log_rotate_handler(), and main().
| static void log_rotate_handler | ( | int | ) |
| void upnp_rebuild | ( | int | ) |
| int preview_helper | ( | const QString & | chanid, | |
| const QString & | starttime, | |||
| long long | previewFrameNumber, | |||
| long long | previewSeconds, | |||
| const QSize & | previewSize, | |||
| const QString & | infile, | |||
| const QString & | outfile | |||
| ) |
| bool parse_preview_info | ( | const QString & | param, | |
| long long & | previewFrameNumber, | |||
| long long & | previewSeconds, | |||
| QSize & | previewSize | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 401 of file mythtv/programs/mythbackend/main.cpp.
| QMap<int, EncoderLink *> tvList |
Definition at line 48 of file mythtv/programs/mythbackend/main.cpp.
Referenced by main(), MythXML::MythXML(), and setupTVs().
| AutoExpire* expirer = NULL |
Definition at line 49 of file mythtv/programs/mythbackend/main.cpp.
Referenced by MythXML::MythXML().
Definition at line 50 of file mythtv/programs/mythbackend/main.cpp.
Referenced by GeneralRecPrioritiesSettings::GeneralRecPrioritiesSettings(), MainServer::HandleGetPendingRecordings(), MythXML::MythXML(), and Scheduler::SchedulerThread().
Definition at line 51 of file mythtv/programs/mythbackend/main.cpp.
Referenced by HttpStatus::FillStatusXML(), and JobQueue::QueueProcesserThread().
| QString pidfile |
Definition at line 52 of file mythtv/programs/mythbackend/main.cpp.
| HouseKeeper* housekeeping = NULL |
Definition at line 53 of file mythtv/programs/mythbackend/main.cpp.
| QString logfile = "" |
Definition at line 54 of file mythtv/programs/mythbackend/main.cpp.
Referenced by log_rotate(), and main().
| MediaServer* g_pUPnp = NULL |
Definition at line 56 of file mythtv/programs/mythbackend/main.cpp.
1.5.5