#include <string>
#include <map>
#include <type_traits>
#include <nlohmann/json.hpp>
#include "nrp_protobuf/engine_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"
Go to the source code of this file.
|
class | EngineProtoWrapper |
| Abstract class defining an interface to interact with an Engine with data exchange via protobuf messages. More...
|
|
◆ ProtoDataPackController