17 #ifndef RCL__EXPAND_TOPIC_NAME_H_
18 #define RCL__EXPAND_TOPIC_NAME_H_
25 #include "rcutils/types/string_map.h"
27 #include "rcl/macros.h"
29 #include "rcl/visibility_control.h"
120 const char * input_topic_name,
121 const char * node_name,
122 const char * node_namespace,
123 const rcutils_string_map_t * substitutions,
125 char ** output_topic_name);
rcutils_allocator_t rcl_allocator_t
Encapsulation of an allocator.
RCL_PUBLIC RCL_WARN_UNUSED rcl_ret_t rcl_expand_topic_name(const char *input_topic_name, const char *node_name, const char *node_namespace, const rcutils_string_map_t *substitutions, rcl_allocator_t allocator, char **output_topic_name)
Expand a given topic name into a fully-qualified topic name.
RCL_PUBLIC RCL_WARN_UNUSED rcl_ret_t rcl_get_default_topic_name_substitutions(rcutils_string_map_t *string_map)
Fill a given string map with the default substitution pairs.
rmw_ret_t rcl_ret_t
The type that holds an rcl return code.