rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Go to the documentation of this file.
15 #ifndef RMW__GET_NETWORK_FLOW_ENDPOINTS_H_
16 #define RMW__GET_NETWORK_FLOW_ENDPOINTS_H_
73 #endif // RMW__GET_NETWORK_FLOW_ENDPOINTS_H_
#define RMW_PUBLIC
Definition: visibility_control.h:48
#define RMW_WARN_UNUSED
Indicate that a variable is not used, and prevent compiler from issuing warnings.
Definition: macros.h:24
rmw_ret_t rmw_publisher_get_network_flow_endpoints(const rmw_publisher_t *publisher, rcutils_allocator_t *allocator, rmw_network_flow_endpoint_array_t *network_flow_endpoint_array)
Get network flow endpoints of a publisher.
Structure which encapsulates an rmw publisher.
Definition: types.h:119
int32_t rmw_ret_t
Return code for rmw functions.
Definition: ret_types.h:26
rmw_ret_t rmw_subscription_get_network_flow_endpoints(const rmw_subscription_t *subscription, rcutils_allocator_t *allocator, rmw_network_flow_endpoint_array_t *network_flow_endpoint_array)
Get network flow endpoints of a subscription.
Structure to hold an arrary of network_flow_endpoint_t.
Definition: network_flow_endpoint_array.h:30