#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 | |
TCLAP::ValueArg< int > | argPort ("p","port","TCP port to listen at", false, mvsim::MVSIM_PORTNO_MAIN_REP,"TCP port", cmd) |
static std::shared_ptr< mvsim::Server > | server |
void commonLaunchServer | ( | ) |
Definition at line 22 of file mvsim-cli-server.cpp.
int launchStandAloneServer | ( | ) |
Definition at line 38 of file mvsim-cli-server.cpp.
TCLAP::ValueArg<int> argPort("p","port","TCP port to listen at", false, mvsim::MVSIM_PORTNO_MAIN_REP,"TCP port", cmd) |
|
static |
Definition at line 20 of file mvsim-cli-server.cpp.