EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
event_machine_init.h File Reference
Include dependency graph for event_machine_init.h:
This graph shows which files directly or indirectly include this file:

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)