Android-cuttlefish cvd tool
|
#include <android-base/logging.h>
#include <gflags/gflags.h>
#include "cuttlefish/common/libs/fs/shared_buf.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/logging.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 |