|
rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Structure to hold a sequence of message infos. More...
#include <message_sequence.h>

Public Attributes | |
| rmw_message_info_t * | data |
| Array of message info. More... | |
| size_t | size |
| The number of valid entries in data. More... | |
| size_t | capacity |
| The total allocated capacity of the data array. More... | |
| rcutils_allocator_t * | allocator |
| The allocator used to allocate the data array. More... | |
Structure to hold a sequence of message infos.
| rmw_message_info_t* rmw_message_info_sequence_t::data |
Array of message info.
| size_t rmw_message_info_sequence_t::size |
The number of valid entries in data.
| size_t rmw_message_info_sequence_t::capacity |
The total allocated capacity of the data array.
| rcutils_allocator_t* rmw_message_info_sequence_t::allocator |
The allocator used to allocate the data array.
1.8.17