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

A handle to an rmw service client. 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 client. More...
 
const char * service_name
 The name of this service as exposed to the ros graph. More...
 

Detailed Description

A handle to an rmw service client.

Member Data Documentation

◆ implementation_identifier

const char* rmw_client_t::implementation_identifier

The name of the rmw implementation.

◆ data

void* rmw_client_t::data

Type erased pointer to this service client.

◆ service_name

const char* rmw_client_t::service_name

The name of this service as exposed to the ros graph.


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