Skip to main content

pamoja_ros2_name_is_fully_qualified

Function pamoja_ros2_name_is_fully_qualified 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_ros2_name_is_fully_qualified( name: *const c_char, ) -> bool
Expand description

Reports whether a name is fully qualified, so it resolves with no namespace.

§Arguments

  • name - the candidate name, as null-terminated UTF-8.

§Returns

true when the name is fully qualified, or false if it is not or name is null.

§Safety

name must be a valid null-terminated UTF-8 string for the duration of the call, or null.