Struct rmw_message_info_sequence_s

Struct Documentation

struct rmw_message_info_sequence_s

Structure to hold a sequence of message infos.

Public Members

rmw_message_info_t *data

Array of message info.

size_t size

The number of valid entries in data.

size_t capacity

The total allocated capacity of the data array.

rcutils_allocator_t *allocator

The allocator used to allocate the data array.