#include <boost/python.hpp>
#include <nlohmann/json.hpp>
#include "nrp_python_json_engine/nrp_client/python_engine_json_nrp_client.h"
#include "nrp_python_json_engine/config/cmake_constants.h"
#include "nrp_python_json_engine/config/python_config.h"
Functions | |
std::string | parseAndValidateEngineConfig (const std::string &configFile) |
Helper function for instantiating a PythonEngineJSONNRPClient to validate a PythonEngine Engine configuration. More... | |
BOOST_PYTHON_MODULE (NRP_PYTHON_ENGINE_MODULE) | |
BOOST_PYTHON_MODULE | ( | NRP_PYTHON_ENGINE_MODULE | ) |
std::string parseAndValidateEngineConfig | ( | const std::string & | configFile | ) |
Helper function for instantiating a PythonEngineJSONNRPClient to validate a PythonEngine Engine configuration.
config | engine configuration to be processed |