[rcl action] Refactors action client error checking.
This commit is contained in:
parent
d1c3990f5d
commit
89563623f7
2 changed files with 88 additions and 85 deletions
|
@ -167,6 +167,7 @@ rcl_action_get_zero_initialized_client(void);
|
|||
* \return `RCL_RET_OK` if action_client was initialized successfully, or
|
||||
* \return `RCL_RET_INVALID_ARGUMENT` if any arguments are invalid, or
|
||||
* \return `RCL_RET_NODE_INVALID` if the node is invalid, or
|
||||
* \return `RCL_RET_ALREADY_INIT` if the action client is already initialized, or
|
||||
* \return `RCL_RET_BAD_ALLOC` if allocating memory failed, or
|
||||
* \return `RCL_RET_ACTION_NAME_INVALID` if the given action name is invalid, or
|
||||
* \return `RCL_RET_ERROR` if an unspecified error occurs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue