maliput_viz
maliput::viz::flags Namespace Reference

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 ()
 

Function Documentation

◆ GetVerbosity()

int GetVerbosity ( )
Returns
Returns the value of the –verbosity flag.

◆ GetYamlFilePath()

std::string GetYamlFilePath ( )
Returns
Returns the value of the –yaml_file_path flag.

◆ ParseCommandLineFlags()

void ParseCommandLineFlags ( int  argc,
char **  argv,
bool  remove_flags 
)

Parses the command line flags.

The gflags::ParseCommandLineFlags() function is called under the hood.

◆ SetUsageMessage()

void SetUsageMessage ( )

Sets the usage message.

The gflags::SetUsageMessage() function is called under the hood with a defined message for the maliput_viz application.