Go to the source code of this file.
|
| DEFINE_string (configuration_directory, "", "First directory in which configuration files are searched, " "second is always the Cartographer installation to allow " "including files from there.") |
|
| DEFINE_string (configuration_basename, "", "Basename, i.e. not containing any directory prefix, of the " "configuration file.") |
|
int | main (int argc, char **argv) |
|
void | cartographer::cloud::Run (const std::string &configuration_directory, const std::string &configuration_basename) |
|
◆ DEFINE_string() [1/2]
DEFINE_string |
( |
configuration_directory |
, |
|
|
"" |
, |
|
|
"First directory in which configuration files are |
searched, |
|
|
" "second is always the Cartographer installation to allow " "including files from there." |
|
|
) |
| |
◆ DEFINE_string() [2/2]
DEFINE_string |
( |
configuration_basename |
, |
|
|
"" |
, |
|
|
" |
Basename, |
|
|
i.e. not containing any directory |
prefix, |
|
|
of the " "configuration file." |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |