Function rcl_arguments_get_count_unparsed_ros

Function Documentation

int rcl_arguments_get_count_unparsed_ros(const rcl_arguments_t *args)

Return the number of ROS specific arguments that were not successfully parsed.

Attribute

Adherence

Allocates Memory

No

Thread-Safe

Yes

Uses Atomics

No

Lock-Free

Yes

Parameters:

args[in] An arguments structure that has been parsed.

Returns:

number of unparsed ROS specific arguments, or

Returns:

-1 if args is NULL or zero initialized.