|
rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Handle for an rmw guard condition. More...
#include <types.h>

Public Attributes | |
| const char * | implementation_identifier |
| The name of the rmw implementation. More... | |
| void * | data |
| Type erased pointer to this guard condition. More... | |
| rmw_context_t * | context |
| rmw context associated with this guard condition More... | |
Handle for an rmw guard condition.
| const char* rmw_guard_condition_t::implementation_identifier |
The name of the rmw implementation.
| void* rmw_guard_condition_t::data |
Type erased pointer to this guard condition.
| rmw_context_t* rmw_guard_condition_t::context |
rmw context associated with this guard condition
1.8.17