Viam C++ SDK
current
Loading...
Searching...
No Matches
src
viam
sdk
rpc
private
viam_grpc_channel.hpp
1
#pragma once
2
3
#include <memory>
4
5
#include <grpcpp/channel.h>
6
#include <grpcpp/security/credentials.h>
7
8
namespace
viam {
9
namespace
sdk {
10
namespace
impl {
11
14
std::shared_ptr<grpc::Channel> create_viam_channel(
15
const
grpc::string& target,
const
std::shared_ptr<grpc::ChannelCredentials>& credentials);
16
17
}
// namespace impl
18
}
// namespace sdk
19
}
// namespace viam
Generated by
1.10.0