Orocos Real-Time Toolkit
2.8.3
|
#include "../../rtt-config.h"
Go to the source code of this file.
Macros | |
#define | RTLD_LAZY 0 |
#define | RTLD_NOW 0 |
#define | RTLD_GLOBAL (1 << 1) |
#define | RTLD_LOCAL (1 << 2) |
#define | RTLD_DEFAULT 0 |
#define | RTLD_NEXT 0 |
Functions | |
RTT_API void * | dlopen (const char *file, int mode) |
RTT_API int | dlclose (void *handle) |
RTT_API void * | dlsym (void *handle, const char *name) |
RTT_API char * | dlerror (void) |
#define RTLD_GLOBAL (1 << 1) |
Definition at line 37 of file dlfcn.h.
Referenced by RTT::plugin::PluginLoader::isLoaded().
#define RTLD_NOW 0 |
Definition at line 33 of file dlfcn.h.
Referenced by RTT::ComponentLoader::isImported(), and RTT::plugin::PluginLoader::isLoaded().
RTT_API int dlclose | ( | void * | handle | ) |
Referenced by RTT::ComponentLoader::isImported(), and RTT::plugin::PluginLoader::isLoaded().
RTT_API char* dlerror | ( | void | ) |
Referenced by RTT::ComponentLoader::isImported(), and RTT::plugin::PluginLoader::isLoaded().
RTT_API void* dlopen | ( | const char * | file, |
int | mode | ||
) |
Referenced by RTT::ComponentLoader::isImported(), and RTT::plugin::PluginLoader::isLoaded().
RTT_API void* dlsym | ( | void * | handle, |
const char * | name | ||
) |
Referenced by RTT::ComponentLoader::isImported(), and RTT::plugin::PluginLoader::isLoaded().