15 #ifndef RCL__SERVICE_IMPL_H_
16 #define RCL__SERVICE_IMPL_H_
20 #include "./service_event_publisher.h"
25 rmw_qos_profile_t actual_request_subscription_qos;
26 rmw_qos_profile_t actual_response_publisher_qos;
27 rmw_service_t * rmw_handle;
29 char * remapped_service_name;
30 rosidl_type_hash_t type_hash;
31 bool in_use_by_waitset;
Options available for a rcl service.