Here we handle all the modules that are loaded in the framework. More...
Static Public Member Functions | |
static Module * | GetModule (long id) |
Get the module that has the specified module identifier. More... | |
static Module * | GetModule (const std::string &name) |
Get the module that has specified module name. More... | |
static std::vector< Module * > | GetModules () |
Get all known modules. More... | |
static std::vector< Module * > | GetLoadedModules () |
Get all modules currently in module state LOADED . More... | |
Here we handle all the modules that are loaded in the framework.
|
static |
Get all modules currently in module state LOADED
.
LOADED
|
static |
Get the module that has the specified module identifier.
id | The identifier of the module to get. |
|
static |
Get the module that has specified module name.
name | The name of the module to get. |
|
static |
Get all known modules.