#include <subscriber_wrapper.hpp>
|
auto | operator() () const -> decltype(auto) |
|
template<typename NodeInterface > |
| SubscriberWrapper (const std::string &topic, const rclcpp::QoS &quality_of_service, NodeInterface &autoware_interface, const std::function< void(const MessageType &)> &callback={}) |
|
◆ SubscriberWrapper()
template<typename MessageType , ThreadSafety thread_safety = ThreadSafety::unsafe>
template<typename NodeInterface >
concealer::SubscriberWrapper< MessageType, thread_safety >::SubscriberWrapper |
( |
const std::string & |
topic, |
|
|
const rclcpp::QoS & |
quality_of_service, |
|
|
NodeInterface & |
autoware_interface, |
|
|
const std::function< void(const MessageType &)> & |
callback = {} |
|
) |
| |
|
inline |
◆ operator()()
template<typename MessageType , ThreadSafety thread_safety = ThreadSafety::unsafe>
The documentation for this class was generated from the following file: