rmw
beta1
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Array of subsciber handles. More...
#include <types.h>
Public Attributes | |
size_t | subscriber_count |
The number of subscribers represented by the array. More... | |
void ** | subscribers |
Pointer to an array of void * pointers of subscriptions. More... | |
Array of subsciber handles.
An array of void * pointers representing type-erased middleware-specific subscriptions. The number of non-null entries may be smaller than the allocated size of the array. The number of subscriptions represented may be smaller than the allocated size of the array. The creator of this struct is responsible for allocating and deallocating the array.
size_t rmw_subscriptions_t::subscriber_count |
The number of subscribers represented by the array.
void** rmw_subscriptions_t::subscribers |
Pointer to an array of void * pointers of subscriptions.