Rev 2107 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2107 | Rev 2216 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 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 | ("JsPipePort", boost::program_options::value<int>()->default_value(1203), "TCP port to open for the JsPipe") |
| 49 | ("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") |
| - | 50 | ("CanForwardPort",boost::program_options::value<int>()->default_value(1101), "TCP port to open for CAN traffic forward") |
|
| 50 | ("MbbPort", boost::program_options::value<int>()->default_value(1212), "TCP port to open for MBB clients") |
51 | ("MbbPort", boost::program_options::value<int>()->default_value(1212), "TCP port to open for MBB clients") |
| 51 | ("LogFile", boost::program_options::value<std::string>(), "File to log output to") |
52 | ("LogFile", boost::program_options::value<std::string>(), "File to log output to") |
| 52 | ("LogLevel", boost::program_options::value<int>()->default_value(4), "Level of logging") |
53 | ("LogLevel", boost::program_options::value<int>()->default_value(4), "Level of logging") |
| 53 | ("LogLevelMask", boost::program_options::value<std::string>(), "Level of logging") |
54 | ("LogLevelMask", boost::program_options::value<std::string>(), "Level of logging") |
| 54 | ("ScriptPath", boost::program_options::value<std::string>(), "Path to where the scripts are") |
55 | ("ScriptPath", boost::program_options::value<std::string>(), "Path to where the scripts are") |