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

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)
 

Function Documentation

◆ setupTVs()

bool setupTVs ( bool  ismaster,
bool error 
)

Definition at line 82 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ cleanup()

void cleanup ( void  )

Definition at line 257 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ handle_command()

int handle_command ( const MythBackendCommandLineParser cmdline)

Definition at line 326 of file mythbackend_main_helpers.cpp.

Referenced by main().

◆ connect_to_master()

int connect_to_master ( void  )

Definition at line 472 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ print_warnings()

void print_warnings ( const MythBackendCommandLineParser cmdline)

Definition at line 556 of file mythbackend_main_helpers.cpp.

Referenced by run_backend().

◆ run_backend()

int run_backend ( MythBackendCommandLineParser cmdline)

Definition at line 584 of file mythbackend_main_helpers.cpp.

Referenced by main().