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_topic_endpoint_info_array_t Struct Reference

Array of rmw_topic_endpoint_info_t. More...

#include <topic_endpoint_info_array.h>

Collaboration diagram for rmw_topic_endpoint_info_array_t:
Collaboration graph
[legend]

Public Attributes

size_t size
 Size of the array. More...
 
rmw_topic_endpoint_info_tinfo_array
 Pointer representing an array of rmw_topic_endpoint_info_t. More...
 

Detailed Description

Array of rmw_topic_endpoint_info_t.

Member Data Documentation

◆ size

size_t rmw_topic_endpoint_info_array_t::size

Size of the array.

◆ info_array

rmw_topic_endpoint_info_t* rmw_topic_endpoint_info_array_t::info_array

Pointer representing an array of rmw_topic_endpoint_info_t.


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