Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
cuttlefish::GnssClient Class Reference

#include <GnssClient.h>

Public Member Functions

 GnssClient (const std::shared_ptr< grpc::Channel > &channel)
 
Result< void > SendGpsLocations (int delay, const GpsFixArray &coordinates)
 

Private Attributes

std::unique_ptr< gnss_grpc_proxy::GnssGrpcProxy::Stub > stub_
 

Constructor & Destructor Documentation

◆ GnssClient()

cuttlefish::GnssClient::GnssClient ( const std::shared_ptr< grpc::Channel > &  channel)

Member Function Documentation

◆ SendGpsLocations()

Result< void > cuttlefish::GnssClient::SendGpsLocations ( int  delay,
const GpsFixArray coordinates 
)

Member Data Documentation

◆ stub_

std::unique_ptr<gnss_grpc_proxy::GnssGrpcProxy::Stub> cuttlefish::GnssClient::stub_
private

The documentation for this class was generated from the following files: