maliput_viz
MaliputVizConfig Struct Reference

Detailed Description

Holds the configuration parameters loaded from a YAML file.

#include <src/maliput_viz/tools/yaml_parser.h>

Public Attributes

std::string backend_name {}
 The name of the backend to be used. More...
 
std::map< std::string, std::string > backend_parameters {}
 The parameters to be passed to the backend's loader. More...
 

Member Data Documentation

◆ backend_name

std::string backend_name {}

The name of the backend to be used.

◆ backend_parameters

std::map<std::string, std::string> backend_parameters {}

The parameters to be passed to the backend's loader.


The documentation for this struct was generated from the following file: