Struct rmw_guard_conditions_s

Struct Documentation

struct rmw_guard_conditions_s

Array of guard condition handles.

An array of void * pointers representing type-erased middleware-specific guard conditions. The number of non-null entries may be smaller than the allocated size of the array. The number of guard conditions represented may be smaller than the allocated size of the array. The creator of this struct is responsible for allocating and deallocating the array.

Public Members

size_t guard_condition_count

The number of guard conditions represented by the array.

void **guard_conditions

Pointer to an array of void * pointers of guard conditions.