Function rcl_node_get_fully_qualified_name
Defined in File node.h
Function Documentation
-
const char *rcl_node_get_fully_qualified_name(const rcl_node_t *node)
Return the fully qualified name of the node.
This function returns the node’s internal namespace and name combined string. This function can fail, and therefore return
NULL
, if:node is
NULL
node has not been initialized (the implementation is invalid)
Attribute
Adherence
Allocates Memory
No
Thread-Safe
No
Uses Atomics
No
Lock-Free
Yes
- Parameters:
node – [in] pointer to the node
- Returns:
fully qualified name string if successful, otherwise
NULL