rclcpp
master
C++ ROS Client Library API
|
#include <dynamic_storage.hpp>
Public Member Functions | |
WaitableEntry (std::shared_ptr< rclcpp::Waitable > waitable_in=nullptr, std::shared_ptr< void > associated_entity_in=nullptr) noexcept | |
Conversion constructor, which is intentionally not marked explicit. More... | |
void | reset () noexcept |
Public Attributes | |
std::shared_ptr< rclcpp::Waitable > | waitable |
std::shared_ptr< void > | associated_entity |
|
inlinenoexcept |
Conversion constructor, which is intentionally not marked explicit.
|
inlinenoexcept |
std::shared_ptr<rclcpp::Waitable> rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::waitable |
std::shared_ptr<void> rclcpp::wait_set_policies::DynamicStorage::WaitableEntry::associated_entity |