|
Android-cuttlefish cvd tool
|
#include <ostream>#include <string>#include "absl/log/check.h"#include "absl/log/log.h"#include "gflags/gflags.h"#include "grpc/grpc.h"#include "grpcpp/create_channel.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/location/GnssClient.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cc} |
Functions | |
| DEFINE_int32 (instance_num, 1, "Which instance to read the configs from") | |
| DEFINE_double (latitude, 37.8000064, "location latitude") | |
| DEFINE_double (longitude, -122.3989209, "location longitude") | |
| DEFINE_double (elevation, 2.5, "location elevation/altitude") | |
| int | cuttlefish::anonymous_namespace{main.cc}::UpdateLocationCvdMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
| DEFINE_double | ( | elevation | , |
| 2. | 5, | ||
| "location elevation/altitude" | |||
| ) |
| DEFINE_double | ( | latitude | , |
| 37. | 8000064, | ||
| "location latitude" | |||
| ) |
| DEFINE_double | ( | longitude | , |
| -122. | 3989209, | ||
| "location longitude" | |||
| ) |
| DEFINE_int32 | ( | instance_num | , |
| 1 | , | ||
| "Which instance to read the configs from" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |