#include "nrp_general_library/process_launchers/process_launcher.h"
#include "nrp_general_library/utils/fixed_string.h"
#include "nrp_general_library/utils/ptr_templates.h"
#include "nrp_general_library/utils/time_utils.h"
#include "nrp_general_library/utils/json_schema_utils.h"
#include "nrp_general_library/datapack_interface/datapack_interface.h"
#include <set>
#include <vector>
#include <future>
Go to the source code of this file.
Classes | |
class | EngineClientInterface |
Interface to engines. More... | |
class | EngineLauncherInterface |
class | EngineClient< ENGINE, SCHEMA > |
Base class for all Engines. More... | |
class | EngineClient< ENGINE, SCHEMA >::EngineLauncher< ENGINE_TYPE > |
Class for launching engine. More... | |