#include <mrpt/3rdparty/tclap/CmdLine.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 65 of file mvsim-cli.h.
int commandNode | ( | ) |
Definition at line 25 of file mvsim-cli-node.cpp.
int commandTopic | ( | ) |
Definition at line 34 of file mvsim-cli-topic.cpp.
void commonLaunchServer | ( | ) |
Definition at line 23 of file mvsim-cli-server.cpp.
int launchSimulation | ( | ) |
Definition at line 161 of file mvsim-cli-launch.cpp.
int launchStandAloneServer | ( | ) |
Definition at line 40 of file mvsim-cli-server.cpp.
int printListCommands | ( | ) |
Definition at line 98 of file mvsim-cli-main.cpp.
void printVersion | ( | ) |
Definition at line 107 of file mvsim-cli-main.cpp.
void setConsoleErrorColor | ( | ) |
Definition at line 32 of file mvsim-cli-main.cpp.
void setConsoleNormalColor | ( | ) |
Definition at line 41 of file mvsim-cli-main.cpp.
std::unique_ptr<cli_flags> cli |
Definition at line 24 of file mvsim-cli-main.cpp.