|
MythTV master
|
#include <iostream>#include <fstream>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) |
| int | run_setup_webserver (void) |
| void cleanup | ( | void | ) |
Definition at line 264 of file mythbackend_main_helpers.cpp.
Referenced by run_backend().
| int connect_to_master | ( | void | ) |
Definition at line 396 of file mythbackend_main_helpers.cpp.
Referenced by run_backend().
| int handle_command | ( | const MythBackendCommandLineParser & | cmdline | ) |
Definition at line 315 of file mythbackend_main_helpers.cpp.
Referenced by main().
| void print_warnings | ( | const MythBackendCommandLineParser & | cmdline | ) |
Definition at line 480 of file mythbackend_main_helpers.cpp.
Referenced by run_backend().
| int run_backend | ( | MythBackendCommandLineParser & | cmdline | ) |
Definition at line 508 of file mythbackend_main_helpers.cpp.
Referenced by main().
| int run_setup_webserver | ( | void | ) |
Definition at line 773 of file mythbackend_main_helpers.cpp.
Referenced by run_backend().
| bool setupTVs | ( | bool | ismaster, |
| bool & | error | ||
| ) |
Definition at line 87 of file mythbackend_main_helpers.cpp.
Referenced by run_backend().