#include <types.h>
◆ implementation_identifier
| const char* rmw_subscription_t::implementation_identifier |
◆ data
| void* rmw_subscription_t::data |
◆ topic_name
| const char* rmw_subscription_t::topic_name |
◆ options
Subscription options.
The options structure passed to rmw_create_subscription() should be assigned to this field by the rmw implementation. The fields should not be modified after creation, but the contents of the options structure may or may not be const, i.e. shallow const-ness. This field is not marked const to avoid any const casting during setup.
◆ can_loan_messages
| bool rmw_subscription_t::can_loan_messages |
The documentation for this struct was generated from the following file: