
Definition in file Plugin.C.
#include "Component/Plugin.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <dlfcn.h>
Include dependency graph for Plugin.C:

Go to the source code of this file.
Functions | |
| bool | loadPlugin (OptionManager *mgr, const char *realm, const char *name) |
| Load a plugin for a given realm+name. | |
|
||||||||||||||||
|
Load a plugin for a given realm+name. Returns true on success, false on failure. See ComponentFactory for an overview of the factory+plugin system. See frameostream_debug_init() for an example plugin init function. Definition at line 49 of file Plugin.C. References LDEBUG, LERROR, LINFO, sformat(), status, and toLowerCase(). Referenced by PluginFallback::try_fallback(). |
1.4.4