![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <event_machine/api/event_machine_config.h>#include <event_machine/api/event_machine_types.h>#include <event_machine/api/event_machine_error.h>#include <event_machine/api/event_machine_core_mask.h>#include <event_machine/api/event_machine_core.h>#include <event_machine/api/event_machine_pool.h>#include <event_machine/api/event_machine_hooks.h>

Go to the source code of this file.
Data Structures | |
| struct | em_conf_t |
| struct | em_conf_local_t |
| struct | em_term_local_t |
| struct | em_startup_pool_conf_t |
| struct | em_cfgfile_opts_t |
Typedefs | |
| typedef int(* | em_input_poll_func_t) (void) |
| typedef int(* | em_output_drain_func_t) (void) |
Functions | |
| void | em_conf_init (em_conf_t *conf) |
| em_status_t | em_init (const em_conf_t *conf) |
| em_status_t | em_conf_opts (em_conf_t *conf_opts) |
| void | em_conf_opts_print (void) |
| void | em_conf_local_init (em_conf_local_t *conf_local) |
| em_status_t | em_init_local (const em_conf_local_t *conf_local) |
| em_status_t | em_conf_local_opts (em_conf_local_t *conf_local_opts) |
| void | em_conf_local_opts_print (void) |
| em_status_t | em_init_core (void) |
| void | em_term_local_init (em_term_local_t *term_local) |
| em_status_t | em_term_local (const em_term_local_t *term_local) |
| em_status_t | em_term_core (void) |
| em_status_t | em_term (void) |
| uint16_t | em_device_id (void) |
| em_status_t | em_cfgfile_opts (em_cfgfile_opts_t *cfgfile_opts) |
| void | em_cfgfile_opts_print (void) |