#include <future>#include <grpcpp/grpcpp.h>#include <grpcpp/support/time.h>#include <nlohmann/json.hpp>#include "nrp_grpc_engine_protocol/config/engine_grpc_config.h"#include "nrp_general_library/config/cmake_constants.h"#include "nrp_general_library/engine_interfaces/engine_client_interface.h"#include "nrp_general_library/utils/json_schema_utils.h"#include "nrp_protobuf/engine_grpc.grpc.pb.h"#include "nrp_protobuf/config/cmake_constants.h"#include "nrp_general_library/datapack_interface/datapack.h"#include "nrp_general_library/utils/utils.h"#include <pistache/router.h>#include "nrp_protobuf/proto_ops/protobuf_ops.h"#include "nrp_protobuf/proto_ops/proto_ops_manager.h"Go to the source code of this file.
Classes | |
| class | EngineGrpcClient< ENGINE, SCHEMA > |