#include "lanelet2_validation/Validation.h"

Go to the source code of this file.
Classes | |
| struct | lanelet::validation::CommandLineConfig |
Namespaces | |
| lanelet | |
| lanelet::validation | |
Functions | |
| CommandLineConfig | lanelet::validation::parseCommandLine (int argc, const char *argv[]) |
| obtain the configuration from command line arguments More... | |
| void | lanelet::validation::printAllIssues (const std::vector< DetectedIssues > &issues) |
| prints a vector of issues to the command line More... | |
| int | lanelet::validation::runFromConfig (const CommandLineConfig &config) |
| Runs the configuration and returns the programs's return value (0 on success, 1 if issues found) More... | |