ROS 2 rclcpp + rcl - kilted
kilted
ROS 2 C++ Client Library with ROS Client Library
|
Public Member Functions | |
WeakWaitableEntry (const std::shared_ptr< rclcpp::Waitable > &waitable_in, const std::shared_ptr< void > &associated_entity_in) noexcept | |
WeakWaitableEntry (const WaitableEntry &other) | |
std::shared_ptr< rclcpp::Waitable > | lock () const |
bool | expired () const noexcept |
Public Attributes | |
std::weak_ptr< rclcpp::Waitable > | waitable |
std::weak_ptr< void > | associated_entity |
Definition at line 133 of file dynamic_storage.hpp.