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

#include <types.h>

Public Attributes

size_t event_count
 The number of events represented by the array. More...
 
void ** events
 Pointer to an array of void * pointers of events. More...
 

Member Data Documentation

◆ event_count

size_t rmw_events_t::event_count

The number of events represented by the array.

◆ events

void** rmw_events_t::events

Pointer to an array of void * pointers of events.


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