rcutils  master
C API providing common utilities and data structures.
Public Attributes | List of all members
rcutils_shared_library_t Struct Reference

Handle to a loaded shared library. More...

#include <shared_library.h>

Collaboration diagram for rcutils_shared_library_t:
Collaboration graph
[legend]

Public Attributes

void * lib_pointer
 The platform-specific pointer to the shared library. More...
 
char * library_path
 The path of the shared_library. More...
 
rcutils_allocator_t allocator
 allocator More...
 

Detailed Description

Handle to a loaded shared library.

Member Data Documentation

◆ lib_pointer

void* rcutils_shared_library_t::lib_pointer

The platform-specific pointer to the shared library.

◆ library_path

char* rcutils_shared_library_t::library_path

The path of the shared_library.

◆ allocator

rcutils_allocator_t rcutils_shared_library_t::allocator

allocator


The documentation for this struct was generated from the following file: