Go to the source code of this file.
Namespaces |
namespace | cartographer |
namespace | cartographer::cloud |
Functions |
| 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) |
Function Documentation
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 |
|
) |
| |