Skip to content

Commit

Permalink
Update rcl_yaml_param_parser/include/rcl_yaml_param_parser/types.h
Browse files Browse the repository at this point in the history
Co-Authored-By: Michel Hidalgo <[email protected]>
Signed-off-by: bpwilcox <[email protected]>
  • Loading branch information
bpwilcox and hidmic committed Nov 22, 2019
1 parent af915bc commit a1b8b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ typedef struct rcl_param_descriptor_s
typedef struct rcl_node_params_descriptors_s
{
char ** parameter_names; ///< Array of parameter names (keys)
rcl_param_descriptor_t * parameter_descriptors; ///< Array of coressponding parameter descriptors
rcl_param_descriptor_t * parameter_descriptors; ///< Array of corresponding parameter descriptors
size_t num_params; ///< Number of parameters in the node
} rcl_node_params_descriptors_t;

Expand Down

0 comments on commit a1b8b45

Please sign in to comment.