nros C API
Lightweight ROS 2 client for embedded real-time systems
Loading...
Searching...
No Matches
Data Fields
nros_action_client_options_t Struct Reference

#include <nros_generated.h>

Data Fields

uint8_t _reserved [3]
 
nros_sched_context_id_t sched_context
 

Detailed Description

Phase 189.M3.3.b — rclc-style named action-client options (action clients carry no QoS field, so this is options-only). Zero-init = default behaviour.

Field Documentation

◆ _reserved

uint8_t nros_action_client_options_t::_reserved[3]

Reserved for future use; must be zero. Pads for ABI stability.

◆ sched_context

nros_sched_context_id_t nros_action_client_options_t::sched_context

Scheduling-context slot to bind the action client's executor handle to. 0 = inherit the executor / Node default. A non-zero value must be an id from nros_executor_create_sched_context; the bind is applied by nros_executor_register_action_client once the handle exists. No effect on the L1 polling path.


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