Rename 'depth' to 'queue_depth'
This commit is contained in:
parent
9c0f08aae0
commit
2b6966fd70
3 changed files with 10 additions and 10 deletions
|
@ -44,7 +44,7 @@ void TRACEPOINT(
|
|||
const void * node_handle,
|
||||
const void * rmw_publisher_handle,
|
||||
const char * topic_name,
|
||||
const size_t depth);
|
||||
const size_t queue_depth);
|
||||
|
||||
/**
|
||||
* tp: rcl_subscription_init
|
||||
|
@ -55,7 +55,7 @@ void TRACEPOINT(
|
|||
const void * node_handle,
|
||||
const void * rmw_subscription_handle,
|
||||
const char * topic_name,
|
||||
const size_t depth);
|
||||
const size_t queue_depth);
|
||||
|
||||
/**
|
||||
* tp: rclcpp_subscription_callback_added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue