|
Android-cuttlefish cvd tool
|
#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_ |
| cuttlefish::GnssClient::GnssClient | ( | const std::shared_ptr< grpc::Channel > & | channel | ) |
| Result< void > cuttlefish::GnssClient::SendGpsLocations | ( | int | delay, |
| const GpsFixArray & | coordinates | ||
| ) |
|
private |