MythTV master
Functions
mythbackend_main_helpers.h File Reference
#include <iostream>
#include <fstream>
Include dependency graph for mythbackend_main_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void doDatabaseHacks ()
 
bool createTVRecorders (bool ismaster, bool retry=false)
 
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)
 

Function Documentation

◆ cleanup()

void cleanup ( void  )

Definition at line 271 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ connect_to_master()

int connect_to_master ( void  )

Definition at line 403 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ createTVRecorders()

bool createTVRecorders ( bool  ismaster,
bool  retry = false 
)

Definition at line 143 of file mythbackend_main_helpers.cpp.

Referenced by FindEncoders::DoRun(), and run_backend().

◆ doDatabaseHacks()

void doDatabaseHacks ( )

Definition at line 87 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ handle_command()

int handle_command ( const MythBackendCommandLineParser cmdline)

Definition at line 322 of file mythbackend_main_helpers.cpp.

Referenced by main().

◆ print_warnings()

void print_warnings ( const MythBackendCommandLineParser cmdline)

Definition at line 487 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ run_backend()

int run_backend ( MythBackendCommandLineParser cmdline)

Definition at line 515 of file mythbackend_main_helpers.cpp.

Referenced by main().

◆ run_setup_webserver()

int run_setup_webserver ( void  )

Definition at line 781 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().