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) |
Definition at line 62 of file main_helpers.cpp.
Referenced by run_backend().
| void cleanup | ( | void | ) |
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().
1.6.3