|
rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
A handle to an rmw service. More...
#include <types.h>
Public Attributes | |
| const char * | implementation_identifier |
| The name of the rmw implementation. More... | |
| void * | data |
| Type erased pointer to this service. More... | |
| const char * | service_name |
| The name of this service as exposed to the ros graph. More... | |
A handle to an rmw service.
| const char* rmw_service_t::implementation_identifier |
The name of the rmw implementation.
| void* rmw_service_t::data |
Type erased pointer to this service.
| const char* rmw_service_t::service_name |
The name of this service as exposed to the ros graph.
1.8.17