Type Alias rmw_topic_endpoint_info_t

Source
pub type rmw_topic_endpoint_info_t = rmw_topic_endpoint_info_s;

Aliased Type§

#[repr(C)]
pub struct rmw_topic_endpoint_info_t { pub node_name: *const i8, pub node_namespace: *const i8, pub topic_type: *const i8, pub endpoint_type: rmw_endpoint_type_e, pub endpoint_gid: [u8; 24], pub qos_profile: rmw_qos_profile_s, }

Fields§

§node_name: *const i8§node_namespace: *const i8§topic_type: *const i8§endpoint_type: rmw_endpoint_type_e§endpoint_gid: [u8; 24]§qos_profile: rmw_qos_profile_s