Tenncor
|
#include <chrono>
#include <grpc/grpc.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include "jobs/managed_job.hpp"
#include "jobs/sequence.hpp"
#include "dbg/grpc/tenncor.grpc.pb.h"
Go to the source code of this file.
Classes | |
struct | dbg::ClientConfig |
Configuration wrapper for creating the client. More... | |
struct | dbg::GraphEmitterClient |
GRPC client that checks for server health and make graph creation and update calls. More... | |
Namespaces | |
dbg | |
Variables | |
static const size_t | dbg::max_attempts = 10 |
static const size_t | dbg::data_sync_interval = 50 |