#include <mvsim-cli.h>
Public Attributes | |
TCLAP::UnlabeledMultiArg< std::string > | argCmd |
TCLAP::SwitchArg | argDetails {"", "details", "Shows details in the specified subcommand", cmd} |
TCLAP::SwitchArg | argFullProfiler |
TCLAP::SwitchArg | argHeadless {"", "headless", "Runs the simulator without any GUI window.", cmd} |
TCLAP::SwitchArg | argHelp {"h", "help", "Shows more detailed help for command", cmd} |
TCLAP::ValueArg< double > | argRealTimeFactor |
TCLAP::ValueArg< std::string > | argVerbosity |
TCLAP::SwitchArg | argVersion {"", "version", "Shows program version and exits", cmd} |
TCLAP::CmdLine | cmd {"mvsim", ' ', "version", false } |
Definition at line 22 of file mvsim-cli.h.
TCLAP::UnlabeledMultiArg<std::string> cli_flags::argCmd |
Definition at line 26 of file mvsim-cli.h.
TCLAP::SwitchArg cli_flags::argDetails {"", "details", "Shows details in the specified subcommand", cmd} |
Definition at line 41 of file mvsim-cli.h.
TCLAP::SwitchArg cli_flags::argFullProfiler |
Definition at line 32 of file mvsim-cli.h.
TCLAP::SwitchArg cli_flags::argHeadless {"", "headless", "Runs the simulator without any GUI window.", cmd} |
Definition at line 39 of file mvsim-cli.h.
Definition at line 45 of file mvsim-cli.h.
TCLAP::ValueArg<double> cli_flags::argRealTimeFactor |
Definition at line 52 of file mvsim-cli.h.
TCLAP::ValueArg<std::string> cli_flags::argVerbosity |
Definition at line 29 of file mvsim-cli.h.
TCLAP::SwitchArg cli_flags::argVersion {"", "version", "Shows program version and exits", cmd} |
Definition at line 43 of file mvsim-cli.h.
TCLAP::CmdLine cli_flags::cmd {"mvsim", ' ', "version", false } |
Definition at line 24 of file mvsim-cli.h.