HomePort
Functions | Variables
template_application.c File Reference
Include dependency graph for template_application.c:

Go to the source code of this file.

Functions

static hpd_error_t template_app_on_create (void **data, const hpd_module_t *context)
 [file] More...
 
static hpd_error_t template_app_on_destroy (void *data)
 
static hpd_error_t template_app_on_parse_opt (void *data, const char *name, const char *arg)
 
static hpd_error_t template_app_on_start (void *data, hpd_t *hpd)
 
static hpd_error_t template_app_on_stop (void *data, hpd_t *hpd)
 

Variables

struct hpd_module_def template_app_def
 [file] More...
 

Function Documentation

static hpd_error_t template_app_on_create ( void **  data,
const hpd_module_t context 
)
static

[file]

Definition at line 46 of file template_application.c.

static hpd_error_t template_app_on_destroy ( void *  data)
static

Definition at line 51 of file template_application.c.

static hpd_error_t template_app_on_parse_opt ( void *  data,
const char *  name,
const char *  arg 
)
static

Definition at line 66 of file template_application.c.

static hpd_error_t template_app_on_start ( void *  data,
hpd_t hpd 
)
static

Definition at line 56 of file template_application.c.

static hpd_error_t template_app_on_stop ( void *  data,
hpd_t hpd 
)
static

Definition at line 61 of file template_application.c.

Variable Documentation

struct hpd_module_def template_app_def
Initial value:
= {
}
static hpd_error_t template_app_on_destroy(void *data)
static hpd_error_t template_app_on_create(void **data, const hpd_module_t *context)
[file]
static hpd_error_t template_app_on_parse_opt(void *data, const char *name, const char *arg)
static hpd_error_t template_app_on_stop(void *data, hpd_t *hpd)
static hpd_error_t template_app_on_start(void *data, hpd_t *hpd)

[file]

Definition at line 38 of file template_application.c.