#include <mrpt/3rdparty/tclap/CmdLine.h>
#include <mrpt/core/exceptions.h>
#include <mrpt/system/CTicTac.h>
#include <mrpt/system/os.h>
#include <mrpt/version.h>
#include <mvsim/mvsim_version.h>
#include <chrono>
#include <iostream>
#include <map>
#include "mvsim-cli.h"
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ printListCommands()
int printListCommands |
( |
| ) |
|
◆ printVersion()
◆ setConsoleErrorColor()
void setConsoleErrorColor |
( |
| ) |
|
◆ setConsoleNormalColor()
void setConsoleNormalColor |
( |
| ) |
|
◆ cli
◆ cliCommands
const std::map<std::string, cmd_t> cliCommands |
Initial value:= {
}
std::function< int(void)> cmd_t
int launchStandAloneServer()
Definition at line 26 of file mvsim-cli-main.cpp.