|
Android-cuttlefish cvd tool
|
#include <thread>#include "absl/log/check.h"#include "absl/log/log.h"#include "gflags/gflags.h"#include "grpcpp/create_channel.h"#include "grpcpp/security/credentials.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/location/GnssClient.h"#include "cuttlefish/host/libs/location/GpxParser.h"#include "cuttlefish/host/libs/location/KmlParser.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 (delay, 1.0, "delay interval between different coordinates") | |
| DEFINE_string (format, "", "supported file format, either kml or gpx") | |
| DEFINE_string (file_path, "", "path to input file location {Kml or gpx} format") | |
| int | cuttlefish::anonymous_namespace{main.cc}::ImportLocationsCvdMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| const char * | kUsageMessage |
| DEFINE_double | ( | delay | , |
| 1. | 0, | ||
| "delay interval between different coordinates" | |||
| ) |
| DEFINE_int32 | ( | instance_num | , |
| 1 | , | ||
| "Which instance to read the configs from" | |||
| ) |
| DEFINE_string | ( | file_path | , |
| "" | , | ||
| "path to input file location {Kml or gpx} format" | |||
| ) |
| DEFINE_string | ( | format | , |
| "" | , | ||
| "supported file | format, | ||
| either kml or gpx" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| const char* kUsageMessage |