#include <string>
#include <map>
#include <type_traits>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
#include <nlohmann/json.hpp>
#include "nrp_protobuf/engine_grpc.grpc.pb.h"
#include "nrp_general_library/engine_interfaces/datapack_controller.h"
#include "nrp_general_library/utils/time_utils.h"
#include "nrp_protobuf/config/cmake_constants.h"
#include "nrp_protobuf/proto_python_bindings/proto_field_ops.h"
#include "nrp_protobuf/proto_ops/protobuf_ops.h"
#include "nrp_protobuf/proto_ops/proto_ops_manager.h"
#include "nrp_grpc_engine_protocol/engine_server/engine_proto_wrapper.h"
Go to the source code of this file.
Classes | |
class | EngineGrpcServer |
class for Engine server with gRPC support More... | |