21#include <grpcpp/channel.h>
22#include <grpcpp/client_context.h>
23#include <grpcpp/create_channel.h>
25#include "cuttlefish/host/commands/gnss_grpc_proxy/gnss_grpc_proxy.grpc.pb.h"
34 GnssClient(
const std::shared_ptr<grpc::Channel>& channel);
39 std::unique_ptr<gnss_grpc_proxy::GnssGrpcProxy::Stub>
stub_;
std::vector< GpsFix > GpsFixArray
Definition: GpsFix.h:36
Definition: expected.h:86
Definition: GnssClient.h:32
std::unique_ptr< gnss_grpc_proxy::GnssGrpcProxy::Stub > stub_
Definition: GnssClient.h:39
GnssClient(const std::shared_ptr< grpc::Channel > &channel)
Definition: GnssClient.cpp:35
Result< void > SendGpsLocations(int delay, const GpsFixArray &coordinates)
Definition: GnssClient.cpp:38
Definition: alloc_utils.cpp:23