add flag to ignore local publications
This commit is contained in:
parent
a8962978a2
commit
dc9dd09b12
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ rcl_create_subscription(
|
|||
const rcl_node_t * node,
|
||||
const rosidl_message_type_support_t * type_support,
|
||||
const char * topic_name,
|
||||
size_t queue_size);
|
||||
size_t queue_size,
|
||||
bool ignore_local_publications);
|
||||
|
||||
/// Destroys a rcl_subscription_t.
|
||||
rcl_ret_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue