Character string to module map. More...
#include <task.h>
#include <ipc/services.h>
#include "../modules.h"
#include "generic_char_map.h"
Data Structures | |
struct | module_struct |
Module map. More... | |
Typedefs | |
typedef struct module_struct | module_t |
Type definition of the module structure. | |
typedef module_t * | module_ref |
Type definition of the module structure pointer. | |
Functions | |
int | add_module (module_ref *module, modules_ref modules, const char *name, const char *filename, services_t service, task_id_t task_id, connect_module_t *connect_module) |
Adds module to the module map. | |
module_ref | get_running_module (modules_ref modules, char *name) |
Searches and returns the specified module. | |
task_id_t | spawn (const char *fname) |
Starts the module. |
Character string to module map.