Function rcl_action_client_is_valid
Defined in File action_client.h
Function Documentation
-
bool rcl_action_client_is_valid(const rcl_action_client_t *action_client)
Check that a rcl_action_client_t is valid.
The bool returned is
false
ifaction_client
is invalid. The bool returned istrue
otherwise. In the case wherefalse
is to be returned, an error message is set. This function cannot fail.Attribute
Adherence
Allocates Memory
No
Thread-Safe
No
Uses Atomics
No
Lock-Free
Yes
- Parameters:
action_client – [in] pointer to the rcl action client
- Returns:
true
ifaction_client
is valid, otherwisefalse