Rev 1609 | Rev 1642 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1609 | Rev 1619 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 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 | ("LogFile", boost::program_options::value<std::string>(), "File to log output to") |
45 | ("LogFile", boost::program_options::value<std::string>(), "File to log output to") |
| 46 | ("LogLevel", boost::program_options::value<int>()->default_value(4), "Level of logging") |
46 | ("LogLevel", boost::program_options::value<int>()->default_value(4), "Level of logging") |
| 47 | ("ScriptPath", boost::program_options::value<std::string>(), "Path to where the scripts are") |
47 | ("ScriptPath", boost::program_options::value<std::string>(), "Path to where the scripts are") |
| - | 48 | ("StoragePath", boost::program_options::value<std::string>(), "Path to where the storage files are") |
|
| 48 | ("ProtocolFile",boost::program_options::value<std::string>(), "File to read the protocol form") |
49 | ("ProtocolFile",boost::program_options::value<std::string>(), "File to read the protocol form") |
| 49 | ("CanNet", boost::program_options::value<type::StringList>(), "Information on where to locate the CAN networks") |
50 | ("CanNet", boost::program_options::value<type::StringList>(), "Information on where to locate the CAN networks") |
| 50 | ("Legacy", "Start legacy VM environment"); |
51 | ("Legacy", "Start legacy VM environment"); |
| 51 | 52 | ||
| 52 | this->command_line_.add_options() |
53 | this->command_line_.add_options() |