#include <mrpt/core/exceptions.h>#include <mvsim/Comms/Server.h>#include <mvsim/Comms/ports.h>#include "mvsim-cli.h"
Go to the source code of this file.
Functions | |
| void | commonLaunchServer () |
| int | launchStandAloneServer () |
Variables | |
| std::shared_ptr< mvsim::Server > | server |
| void commonLaunchServer | ( | ) |
Definition at line 18 of file mvsim-cli-server.cpp.
| int launchStandAloneServer | ( | ) |
Definition at line 34 of file mvsim-cli-server.cpp.
| std::shared_ptr<mvsim::Server> server |
Definition at line 16 of file mvsim-cli-server.cpp.