Last active
June 16, 2017 06:17
-
-
Save youtalk/53d12e5d74b4126f03ae5ff9e154d6fc to your computer and use it in GitHub Desktop.
rclcpp::callback_group::CallbackGroup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void | |
add_subscription(const rclcpp::subscription::SubscriptionBase::SharedPtr subscription_ptr); | |
void | |
add_timer(const rclcpp::timer::TimerBase::SharedPtr timer_ptr); | |
void | |
add_service(const rclcpp::service::ServiceBase::SharedPtr service_ptr); | |
void | |
add_client(const rclcpp::client::ClientBase::SharedPtr client_ptr); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
explicit CallbackGroup(CallbackGroupType group_type); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment