rclcpp  master
C++ ROS Client Library API
Public Attributes | List of all members
rclcpp::SubscriptionEventCallbacks Struct Reference

Contains callbacks for non-message events that a Subscription can receive from the middleware. More...

#include <qos_event.hpp>

Collaboration diagram for rclcpp::SubscriptionEventCallbacks:
Collaboration graph
[legend]

Public Attributes

QOSDeadlineRequestedCallbackType deadline_callback
 
QOSLivelinessChangedCallbackType liveliness_callback
 

Detailed Description

Contains callbacks for non-message events that a Subscription can receive from the middleware.

Member Data Documentation

◆ deadline_callback

QOSDeadlineRequestedCallbackType rclcpp::SubscriptionEventCallbacks::deadline_callback

◆ liveliness_callback

QOSLivelinessChangedCallbackType rclcpp::SubscriptionEventCallbacks::liveliness_callback

The documentation for this struct was generated from the following file: