nros C API
Lightweight ROS 2 client for embedded real-time systems
Loading...
Searching...
No Matches
Files
service

Service servers and clients. More...

Files

file  client.h
 Service client API.
 
file  service.h
 Service server API.
 

Detailed Description

Service servers and clients.

Provides request/response RPC via nros_service_t (server) and nros_client_t (caller). Servers register a nros_service_callback_t that the executor dispatches when a request arrives; clients can take responses synchronously or via callbacks.

See also
action for long-running calls with feedback