We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4f8ba commit dd92601Copy full SHA for dd92601
rclcpp/include/rclcpp/experimental/subscription_intra_process.hpp
@@ -206,6 +206,7 @@ class SubscriptionIntraProcess
206
}
207
208
AnySubscriptionCallback<MessageT, Alloc> any_callback_;
209
+ /// Optional statistics calculator for intra-process deliveries.
210
SubscriptionTopicStatisticsSharedPtr subscription_topic_statistics_;
211
};
212
0 commit comments