Skip to content

Commit

Permalink
Doc for rcl_arguments_get_param_files_count()
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Jun 5, 2018
1 parent 4592e3e commit be5b5f2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion rcl/include/rcl/arguments.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,20 @@ rcl_arguments_get_unparsed(
rcl_allocator_t allocator,
int ** output_unparsed_indices);


/// Return the number of parameter yaml files given in the arguments.
/**
* <hr>
* Attribute | Adherence
* ------------------ | -------------
* Allocates Memory | No
* Thread-Safe | No
* Uses Atomics | No
* Lock-Free | Yes
*
* \param[in] args An arguments structure that has been parsed.
* \return number of yaml files, or
* \return -1 if args is `NULL` or zero initialized.
*/
RCL_PUBLIC
RCL_WARN_UNUSED
int
Expand Down

0 comments on commit be5b5f2

Please sign in to comment.