Rename 'depth' to 'queue_depth'

This commit is contained in:
Christophe Bedard 2019-06-17 10:13:55 +02:00
parent 9c0f08aae0
commit 2b6966fd70
3 changed files with 10 additions and 10 deletions

View file

@ -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