rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Structure to hold an arrary of network_flow_endpoint_t. More...
#include <network_flow_endpoint_array.h>
Public Attributes | |
size_t | size |
Size of the array. More... | |
rmw_network_flow_endpoint_t * | network_flow_endpoint |
Array of rmw_network_flow_endpoint_t. More... | |
rcutils_allocator_t * | allocator |
Allocator. More... | |
Structure to hold an arrary of network_flow_endpoint_t.
size_t rmw_network_flow_endpoint_array_t::size |
Size of the array.
rmw_network_flow_endpoint_t* rmw_network_flow_endpoint_array_t::network_flow_endpoint |
Array of rmw_network_flow_endpoint_t.
rcutils_allocator_t* rmw_network_flow_endpoint_array_t::allocator |
Allocator.