#include <subscriber.hpp>
|  | 
| auto | operator() () const -> Message | 
|  | 
| template<typename Autoware , typename Callback > | 
|  | Subscriber (const std::string &topic, const rclcpp::QoS &quality_of_service, Autoware &autoware, const Callback &callback) | 
|  | 
| template<typename Autoware > | 
|  | Subscriber (const std::string &topic, const rclcpp::QoS &quality_of_service, Autoware &autoware) | 
|  | 
|  | 
| Message::ConstSharedPtr | current_value = std::make_shared<const Message>() | 
|  | 
| rclcpp::Subscription< Message >::SharedPtr | subscription | 
|  | 
◆ Subscriber() [1/2]
template<typename Message > 
template<typename Autoware , typename Callback > 
  
  | 
        
          | concealer::Subscriber< Message >::Subscriber | ( | const std::string & | topic, |  
          |  |  | const rclcpp::QoS & | quality_of_service, |  
          |  |  | Autoware & | autoware, |  
          |  |  | const Callback & | callback |  
          |  | ) |  |  |  | inlineexplicit | 
 
 
◆ Subscriber() [2/2]
template<typename Message > 
template<typename Autoware > 
 
 
◆ operator()()
template<typename Message > 
 
 
◆ current_value
template<typename Message > 
      
        
          | Message::ConstSharedPtr concealer::Subscriber< Message >::current_value = std::make_shared<const Message>() | 
      
 
 
◆ subscription
template<typename Message > 
      
 
 
The documentation for this struct was generated from the following file: