Last active
June 15, 2017 21:42
-
-
Save youtalk/fc9b52c0d8d1578854496fb8e8df67d7 to your computer and use it in GitHub Desktop.
rclcpp::callback_group::CallbackGroupType
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
enum class CallbackGroupType | |
{ | |
MutuallyExclusive, | |
Reentrant | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment