Function rcl_publisher_is_valid
Defined in File publisher.h
Function Documentation
-
bool rcl_publisher_is_valid(const rcl_publisher_t *publisher)
Return true if the publisher is valid, otherwise false.
The bool returned is
false
ifpublisher
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:
publisher – [in] pointer to the rcl publisher
- Returns:
true
ifpublisher
is valid, otherwisefalse