15 #ifndef RCL__CLIENT_IMPL_H_
16 #define RCL__CLIENT_IMPL_H_
19 #include "rcutils/stdatomic_helper.h"
21 #include "./service_event_publisher.h"
26 rmw_qos_profile_t actual_request_publisher_qos;
27 rmw_qos_profile_t actual_response_subscription_qos;
28 rmw_client_t * rmw_handle;
29 atomic_int_least64_t sequence_number;
31 char * remapped_service_name;
32 rosidl_type_hash_t type_hash;
33 bool in_use_by_waitset;
Options available for a rcl_client_t.