Function rcutils_get_symbol
Defined in File shared_library.h
Function Documentation
Return shared library symbol pointer.
- Parameters:
lib – [in] struct with the shared library pointer and shared library path name
symbol_name – [in] name of the symbol inside the shared library
- Returns:
shared library symbol pointer, or
- Returns:
NULL
if the symbol doesn’t exist.