Subversion Repositories HomeAutomation

Rev

Rev 1914 | Rev 1961 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1914 Rev 1939
Line 40... Line 40...
40
    }
40
    }
41
 
41
 
42
    this->configuration_file_.add_options()
42
    this->configuration_file_.add_options()
43
    ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
43
    ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
44
    ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
44
    ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
45
    ("DaemonPort",   boost::program_options::value<int>()->default_value(1200), "TCP port to open for command input")
45
    ("DaemonPort",    boost::program_options::value<int>()->default_value(1200), "TCP port to open for canDaemon input/output")
-
 
46
    ("MbbPort",       boost::program_options::value<int>()->default_value(1212), "TCP port to open for MBB clients")
46
    ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
47
    ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
47
    ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
48
    ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
48
    ("ScriptPath",    boost::program_options::value<std::string>(),              "Path to where the scripts are")
49
    ("ScriptPath",    boost::program_options::value<std::string>(),              "Path to where the scripts are")
49
    ("UserScriptPath",boost::program_options::value<std::string>(),              "Path to where the user scripts are")
50
    ("UserScriptPath",boost::program_options::value<std::string>(),              "Path to where the user scripts are")
50
    ("StoragePath",   boost::program_options::value<std::string>(),              "Path to where the storage files are")
51
    ("StoragePath",   boost::program_options::value<std::string>(),              "Path to where the storage files are")