HomePort
Functions
hpd_daemon_api.h File Reference
Include dependency graph for hpd_daemon_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

hpd_error_t hpd_alloc (hpd_t **hpd)
 [hpd_t functions] More...
 
hpd_error_t hpd_free (hpd_t *hpd)
 
hpd_error_t hpd_module (hpd_t *hpd, const char *id, const hpd_module_def_t *module_def)
 
hpd_error_t hpd_start (hpd_t *hpd, int argc, char *argv[])
 
hpd_error_t hpd_stop (hpd_t *hpd)
 

Function Documentation

hpd_error_t hpd_alloc ( hpd_t **  hpd)

[hpd_t functions]

Definition at line 33 of file daemon_api.c.

Here is the call graph for this function:

Here is the caller graph for this function:

hpd_error_t hpd_free ( hpd_t hpd)

Definition at line 38 of file daemon_api.c.

Here is the call graph for this function:

Here is the caller graph for this function:

hpd_error_t hpd_module ( hpd_t hpd,
const char *  id,
const hpd_module_def_t module_def 
)

Definition at line 50 of file daemon_api.c.

Here is the call graph for this function:

Here is the caller graph for this function:

hpd_error_t hpd_start ( hpd_t hpd,
int  argc,
char *  argv[] 
)

Definition at line 85 of file daemon_api.c.

Here is the call graph for this function:

Here is the caller graph for this function:

hpd_error_t hpd_stop ( hpd_t hpd)

Definition at line 91 of file daemon_api.c.

Here is the call graph for this function:

Here is the caller graph for this function: