Viam C++ SDK current
Loading...
Searching...
No Matches
viam_grpc_channel.hpp
1#pragma once
2
3#include <memory>
4
5#include <grpcpp/channel.h>
6#include <grpcpp/security/credentials.h>
7
8namespace viam {
9namespace sdk {
10namespace impl {
11
14std::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