rcl_yaml_param_parser
master
Parse a YAML parameter file and populate the C data structure.
|
node_params_t stores all the parameters(key:value) of a single node More...
#include <types.h>
Public Attributes | |
char ** | parameter_names |
Array of parameter names (keys) | |
rcl_variant_t * | parameter_values |
Array of coressponding parameter values. | |
size_t | num_params |
Number of parameters in the node. | |
node_params_t stores all the parameters(key:value) of a single node