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 void | GetModules (std::vector< Module * > &modules) |
Get all known modules. More... | |
static void | GetLoadedModules (std::vector< Module * > &modules) |
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
.
modules | A list which is filled with all modules in state 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.
modules | A list which is filled with all known modules. |