Go to the source code of this file.
Functions |
template<class T > |
ostream & | operator<< (ostream &os, const vector< T > &v) |
string | getDefaultConfigFile () |
void | printPossibleHardware () |
void | printVersion () |
int | parseInput (int argc, const char *argv[], string &config_file, bool &use_new_tia) |
void | printRuntimeCommands () |
int | main (int argc, const char *argv[]) |
int | parseInput (int argc, const char *argv[], std::string &config_file, bool &use_new_tia) |
Variables |
const string | DEFAULT_XML_CONFIG = "server_config.xml" |
const string | COMMENTS_XML_CONFIG = "server_config_comments.xml" |
const string | XML_CONFIG_FILE_PARAM = "server-config" |
const string | LIST_HARDWARE_PARAM = "list-hardware" |
const string | OLD_TIA_PARAM = "use-old-tia" |
const string | HELP_PARAM = "help" |
const string | DEFAULT_XML_CONFIG_HOME_SUBDIR = string("/tobi_sigserver_cfg/") |
const string | TEMPLATE_XML_CONFIG = string("/usr/share/signalserver/") + DEFAULT_XML_CONFIG |
const string | TEMPLATE_XML_CONFIG_COMMENTS = string("/usr/share/signalserver/") + COMMENTS_XML_CONFIG |
Detailed Description
Definition in file main.cpp.