#include <mrpt/3rdparty/tclap/CmdLine.h>
#include <mvsim/Comms/ports.h>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
struct | cli_flags |
Typedefs | |
using | cmd_t = std::function< int(void)> |
Functions | |
int | commandNode () |
int | commandTopic () |
void | commonLaunchServer () |
int | launchSimulation () |
int | launchStandAloneServer () |
int | printListCommands () |
void | printVersion () |
void | setConsoleErrorColor () |
void | setConsoleNormalColor () |
Variables | |
std::unique_ptr< cli_flags > | cli |
Definition at line 74 of file mvsim-cli.h.
int commandNode | ( | ) |
Definition at line 21 of file mvsim-cli-node.cpp.
int commandTopic | ( | ) |
Definition at line 31 of file mvsim-cli-topic.cpp.
void commonLaunchServer | ( | ) |
Definition at line 18 of file mvsim-cli-server.cpp.
int launchSimulation | ( | ) |
Definition at line 156 of file mvsim-cli-launch.cpp.
int launchStandAloneServer | ( | ) |
Definition at line 34 of file mvsim-cli-server.cpp.
int printListCommands | ( | ) |
Definition at line 103 of file mvsim-cli-main.cpp.
void printVersion | ( | ) |
Definition at line 123 of file mvsim-cli-main.cpp.
void setConsoleErrorColor | ( | ) |
Definition at line 34 of file mvsim-cli-main.cpp.
void setConsoleNormalColor | ( | ) |
Definition at line 44 of file mvsim-cli-main.cpp.
std::unique_ptr<cli_flags> cli |
Definition at line 24 of file mvsim-cli-main.cpp.