Skip to content

Commit

Permalink
add topic endpoint info to rmw
Browse files Browse the repository at this point in the history
#186 introduces two functions to the RMW interface which are not present when including `rmw/rmw.h`.
For convenience to the rmw implementer, I think it makes sense to include all functions when including `rmw/rmw.h`.
  • Loading branch information
Karsten1987 authored Mar 26, 2020
1 parent f765113 commit 482ecbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ extern "C"
#include "rosidl_generator_c/message_type_support_struct.h"
#include "rosidl_generator_c/service_type_support_struct.h"

#include "rmw/get_topic_endpoint_info.h"
#include "rmw/init.h"
#include "rmw/macros.h"
#include "rmw/qos_profiles.h"
Expand Down

0 comments on commit 482ecbd

Please sign in to comment.