rmw  master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
Public Attributes | List of all members
rmw_network_flow_endpoint_array_t Struct Reference

Structure to hold an arrary of network_flow_endpoint_t. More...

#include <network_flow_endpoint_array.h>

Collaboration diagram for rmw_network_flow_endpoint_array_t:
Collaboration graph
[legend]

Public Attributes

size_t size
 Size of the array. More...
 
rmw_network_flow_endpoint_tnetwork_flow_endpoint
 Array of rmw_network_flow_endpoint_t. More...
 
rcutils_allocator_tallocator
 Allocator. More...
 

Detailed Description

Structure to hold an arrary of network_flow_endpoint_t.

Member Data Documentation

◆ size

size_t rmw_network_flow_endpoint_array_t::size

Size of the array.

◆ network_flow_endpoint

rmw_network_flow_endpoint_t* rmw_network_flow_endpoint_array_t::network_flow_endpoint

◆ allocator

rcutils_allocator_t* rmw_network_flow_endpoint_array_t::allocator

Allocator.


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