Module rcl_sys::rcl::subscription
source · [−]Expand description
API in rcl/subscription.rs
Structs
Options available for a rcl subscription.
Structure which encapsulates a ROS Subscription.
Functions
Return a rcl_subscription_t struct with members set to NULL
.
Return a loaned message from a topic using a rcl subscription.
Check if subscription instance can loan messages.
Finalize a rcl_subscription_t.
Get the actual qos settings of the subscription.
Return the default subscription options in a rcl_subscription_options_t.
Return the rcl subscription options.
Get the number of publishers matched to a subscription.
Get the topic name for the subscription.
Initialize a ROS subscription.
Check that the subscription is valid.“]
“ Take a loaned message from a topic using a rcl subscription.
Take a serialized raw message from a topic using a rcl subscription.