#include <mrpt/core/exceptions.h>
#include <mvsim/World.h>
#include <rapidxml_utils.hpp>
#include <thread>
#include "mvsim-cli.h"
Go to the source code of this file.
Classes | |
struct | TThreadParams |
Functions | |
int | launchSimulation () |
static void | mvsim_server_thread_update_GUI (TThreadParams &thread_params) |
Variables | |
mvsim::World::TGUIKeyEvent | gui_key_events |
std::mutex | gui_key_events_mtx |
std::string | msg2gui |
int launchSimulation | ( | ) |
Definition at line 47 of file mvsim-cli-launch.cpp.
|
static |
Definition at line 203 of file mvsim-cli-launch.cpp.
mvsim::World::TGUIKeyEvent gui_key_events |
Definition at line 43 of file mvsim-cli-launch.cpp.
std::mutex gui_key_events_mtx |
Definition at line 44 of file mvsim-cli-launch.cpp.
std::string msg2gui |
Definition at line 45 of file mvsim-cli-launch.cpp.