Android-cuttlefish cvd tool
Namespaces | Functions | Variables
main.cc File Reference
#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"
Include dependency graph for main.cc:

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
 

Function Documentation

◆ DEFINE_double()

DEFINE_double ( delay  ,
1.  0,
"delay interval between different coordinates"   
)

◆ DEFINE_int32()

DEFINE_int32 ( instance_num  ,
,
"Which instance to read the configs from"   
)

◆ DEFINE_string() [1/2]

DEFINE_string ( file_path  ,
""  ,
"path to input file location {Kml or gpx} format"   
)

◆ DEFINE_string() [2/2]

DEFINE_string ( format  ,
""  ,
"supported file  format,
either kml or gpx"   
)

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ kUsageMessage

const char* kUsageMessage