maliput_viz
|
Functions | |
void | ParseCommandLineFlags (int argc, char **argv, bool remove_flags) |
Parses the command line flags. More... | |
void | SetUsageMessage () |
Sets the usage message. More... | |
int | GetVerbosity () |
std::string | GetYamlFilePath () |
int GetVerbosity | ( | ) |
std::string GetYamlFilePath | ( | ) |
void ParseCommandLineFlags | ( | int | argc, |
char ** | argv, | ||
bool | remove_flags | ||
) |
Parses the command line flags.
The gflags::ParseCommandLineFlags() function is called under the hood.
void SetUsageMessage | ( | ) |
Sets the usage message.
The gflags::SetUsageMessage() function is called under the hood with a defined message for the maliput_viz application.