#include "nrp_general_library/engine_interfaces/engine_client_interface.h"
#include "nrp_json_engine_protocol/nrp_client/engine_json_nrp_client.h"
#include "nrp_json_engine_protocol/config/engine_json_config.h"
#include "nrp_python_json_engine/config/cmake_constants.h"
#include "nrp_python_json_engine/config/python_config.h"
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/prctl.h>
#include <chrono>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | PythonEngineJSONNRPClientBase< ENGINE, SCHEMA > |
NRP - Python Communicator on the NRP side. Converts DataPackInterface classes from/to JSON objects. More... | |