|
CIRCT 22.0.0git
|
#include "esi/backends/RpcClient.h"#include "esi/Utils.h"#include "cosim.grpc.pb.h"#include <grpc/grpc.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/create_channel.h>#include <grpcpp/security/credentials.h>#include <thread>
Go to the source code of this file.
Classes | |
| class | esi::backends::cosim::RpcClient::Impl |
Functions | |
| static void | checkStatus (Status s, const std::string &msg) |
|
static |
Definition at line 35 of file RpcClient.cpp.
Referenced by esi::backends::cosim::RpcClient::Impl::getChannelDesc(), esi::backends::cosim::RpcClient::Impl::getManifest(), and esi::backends::cosim::RpcClient::Impl::listChannels().