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

Public Attributes | |
| const char * | implementation_identifier |
| Name of the rmw implementation. More... | |
| void * | data |
| Type erased pointer to this node's data. More... | |
| const char * | name |
| A concise name of this rmw node for identification. More... | |
| const char * | namespace_ |
| The namespace of this rmw node. More... | |
| rmw_context_t * | context |
| Context information about node's init specific information. More... | |
Structure which encapsulates an rmw node.
| const char* rmw_node_t::implementation_identifier |
Name of the rmw implementation.
| void* rmw_node_t::data |
Type erased pointer to this node's data.
| const char* rmw_node_t::name |
A concise name of this rmw node for identification.
| const char* rmw_node_t::namespace_ |
The namespace of this rmw node.
| rmw_context_t* rmw_node_t::context |
Context information about node's init specific information.
1.8.17