refactor to support multiple types and no_demangle (#339)
* refactor to support multiple types and no_demangle * add get_service_names_and_types
This commit is contained in:
parent
99441d8494
commit
5a99bbdc6e
7 changed files with 112 additions and 29 deletions
|
@ -281,8 +281,12 @@ public:
|
|||
register_param_change_callback(CallbackT && callback);
|
||||
|
||||
RCLCPP_LIFECYCLE_PUBLIC
|
||||
std::map<std::string, std::string>
|
||||
get_topic_names_and_types() const;
|
||||
std::map<std::string, std::vector<std::string>>
|
||||
get_topic_names_and_types(bool no_demangle = false) const;
|
||||
|
||||
RCLCPP_LIFECYCLE_PUBLIC
|
||||
std::map<std::string, std::vector<std::string>>
|
||||
get_service_names_and_types() const;
|
||||
|
||||
RCLCPP_LIFECYCLE_PUBLIC
|
||||
size_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue