#include "Component/Plugin.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <dlfcn.h>
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. |
Definition in file Plugin.C.
bool loadPlugin | ( | OptionManager * | mgr, | |
const char * | realm, | |||
const char * | 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 sformat(), and toLowerCase().
Referenced by PluginFallback::try_fallback().