Subversion Repositories HomeAutomation

Rev

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

Rev 1989 Rev 2107
Line 43... Line 43...
43
  }
43
  }
44
 
44
 
45
  this->configuration_file_.add_options()
45
  this->configuration_file_.add_options()
46
  ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
46
  ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
47
  ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
47
  ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
-
 
48
  ("JsPipePort",    boost::program_options::value<int>()->default_value(1203), "TCP port to open for the JsPipe")
48
  ("DaemonPort",    boost::program_options::value<int>()->default_value(1200), "TCP port to open for canDaemon input/output")
49
  ("DaemonPort",    boost::program_options::value<int>()->default_value(1200), "TCP port to open for canDaemon input/output")
49
  ("MbbPort",       boost::program_options::value<int>()->default_value(1212), "TCP port to open for MBB clients")
50
  ("MbbPort",       boost::program_options::value<int>()->default_value(1212), "TCP port to open for MBB clients")
50
  ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
51
  ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
51
  ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
52
  ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
52
  ("LogLevelMask",  boost::program_options::value<std::string>(),              "Level of logging")
53
  ("LogLevelMask",  boost::program_options::value<std::string>(),              "Level of logging")