|
MythTV
0.26-pre
|
Go to the source code of this file.
Functions | |
| bool | setupTVs (bool ismaster, bool &error) |
| void | cleanup (void) |
| int | handle_command (const MythBackendCommandLineParser &cmdline) |
| int | connect_to_master (void) |
| void | print_warnings (const MythBackendCommandLineParser &cmdline) |
| int | run_backend (MythBackendCommandLineParser &cmdline) |
Variables | |
| static MainServer * | mainServer = NULL |
Definition at line 62 of file main_helpers.cpp.
Referenced by run_backend().
Definition at line 217 of file main_helpers.cpp.
| int handle_command | ( | const MythBackendCommandLineParser & | cmdline | ) |
Definition at line 276 of file main_helpers.cpp.
Referenced by main().
| int connect_to_master | ( | void | ) |
Definition at line 423 of file main_helpers.cpp.
Referenced by run_backend().
| void print_warnings | ( | const MythBackendCommandLineParser & | cmdline | ) |
Definition at line 499 of file main_helpers.cpp.
Referenced by run_backend().
| int run_backend | ( | MythBackendCommandLineParser & | cmdline | ) |
Definition at line 527 of file main_helpers.cpp.
Referenced by main().
MainServer* mainServer = NULL [static] |
Definition at line 60 of file main_helpers.cpp.
Referenced by cleanup(), run_backend(), and HttpStatus::SetMainServer().
1.7.6.1