nros rmw-cffi
C vtable for plugging a third-party RMW backend into nros
Loading...
Searching...
No Matches
Data Fields
nros_rmw_service_client_t Struct Reference

#include <rmw_entity.h>

Data Fields

uint8_t _reserved [8]
 
void * backend_data
 
const char * service_name
 
const char * type_name
 

Detailed Description

Service-client entity. Same shape as the service server.

Field Documentation

◆ _reserved

uint8_t nros_rmw_service_client_t::_reserved[8]

Reserved for future fields; must be zero.

◆ backend_data

void* nros_rmw_service_client_t::backend_data

Opaque backend state. NULL if creation failed.

◆ service_name

const char* nros_rmw_service_client_t::service_name

Service name (borrowed; outlives the client).

◆ type_name

const char* nros_rmw_service_client_t::type_name

Fully-qualified service type name. Borrowed.


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