HomePort
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions | Variables
demo_adapter.c File Reference
Include dependency graph for demo_adapter.c:

Go to the source code of this file.

Data Structures

struct  demo_adapter
 
struct  demo_adapter_srv
 

Typedefs

typedef struct demo_adapter_srv demo_adapter_srv_t
 
typedef struct demo_adapter demo_adapter_t
 [includes] More...
 

Functions

static hpd_error_t demo_adapter_create_adapter (hpd_t *hpd, demo_adapter_t *demo_adapter)
 [on_destroy] More...
 
static hpd_error_t demo_adapter_create_lamp (demo_adapter_t *demo_adapter, const char *id)
 [create_service] More...
 
static hpd_error_t demo_adapter_create_parameter (demo_adapter_t *demo_adapter, hpd_service_t *service)
 [create_adapter] More...
 
static hpd_error_t demo_adapter_create_service (demo_adapter_t *demo_adapter, hpd_device_t *device)
 [create_parameter] More...
 
static hpd_error_t demo_adapter_on_create (void **data, const hpd_module_t *context)
 [types] More...
 
static hpd_error_t demo_adapter_on_destroy (void *data)
 [on_create] More...
 
static hpd_status_t demo_adapter_on_get (void *data, hpd_request_t *req)
 [set] More...
 
static hpd_error_t demo_adapter_on_parse_opt (void *data, const char *name, const char *arg)
 [on_stop] More...
 
static hpd_status_t demo_adapter_on_put (void *data, hpd_request_t *req)
 [on_get] More...
 
static hpd_error_t demo_adapter_on_start (void *data, hpd_t *hpd)
 [create_lamp] More...
 
static hpd_error_t demo_adapter_on_stop (void *data, hpd_t *hpd)
 [on_start] More...
 
static hpd_error_t demo_adapter_send_changed (const hpd_service_id_t *service_id, demo_adapter_srv_t *srv_data)
 [send] More...
 
static hpd_status_t demo_adapter_send_value (hpd_request_t *req, demo_adapter_srv_t *srv_data)
 [definition] More...
 
static hpd_status_t demo_adapter_set_value (hpd_request_t *req, demo_adapter_srv_t *srv_data)
 [changed] More...
 

Variables

struct hpd_module_def hpd_demo_adapter_def
 [file] More...
 

Data Structure Documentation

struct demo_adapter

Definition at line 38 of file demo_adapter.c.

Collaboration diagram for demo_adapter:
Data Fields
hpd_adapter_id_t * adapter_id
const hpd_module_t * context
const char * module_id
int num_lamps
struct demo_adapter_srv

Definition at line 45 of file demo_adapter.c.

Collaboration diagram for demo_adapter_srv:
Data Fields
demo_adapter_t * demo_adapter
int state

Typedef Documentation

Definition at line 36 of file demo_adapter.c.

typedef struct demo_adapter demo_adapter_t

[includes]

[includes] [types]

Definition at line 35 of file demo_adapter.c.

Function Documentation

static hpd_error_t demo_adapter_create_adapter ( hpd_t hpd,
demo_adapter_t demo_adapter 
)
static

[on_destroy]

[create_adapter]

Definition at line 210 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_error_t demo_adapter_create_lamp ( demo_adapter_t demo_adapter,
const char *  id 
)
static

[create_service]

[create_lamp]

Definition at line 300 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_error_t demo_adapter_create_parameter ( demo_adapter_t demo_adapter,
hpd_service_t service 
)
static

[create_adapter]

[create_parameter]

Definition at line 240 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_error_t demo_adapter_create_service ( demo_adapter_t demo_adapter,
hpd_device_t device 
)
static

[create_parameter]

[create_service]

Definition at line 260 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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

[types]

[on_put]

[definition]

[on_create]

Definition at line 172 of file demo_adapter.c.

Here is the call graph for this function:

static hpd_error_t demo_adapter_on_destroy ( void *  data)
static

[on_create]

[on_destroy]

Definition at line 201 of file demo_adapter.c.

Here is the call graph for this function:

static hpd_status_t demo_adapter_on_get ( void *  data,
hpd_request_t req 
)
static

[set]

[on_get]

Definition at line 156 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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

[on_stop]

[on_parse_opt]

Definition at line 392 of file demo_adapter.c.

static hpd_status_t demo_adapter_on_put ( void *  data,
hpd_request_t req 
)
static

[on_get]

[on_put]

Definition at line 163 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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

[create_lamp]

[on_start]

Definition at line 322 of file demo_adapter.c.

Here is the call graph for this function:

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

[on_start]

[on_stop]

Definition at line 364 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_error_t demo_adapter_send_changed ( const hpd_service_id_t service_id,
demo_adapter_srv_t srv_data 
)
static

[send]

[changed]

Definition at line 101 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_status_t demo_adapter_send_value ( hpd_request_t req,
demo_adapter_srv_t srv_data 
)
static

[definition]

[send]

Definition at line 68 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static hpd_status_t demo_adapter_set_value ( hpd_request_t req,
demo_adapter_srv_t srv_data 
)
static

[changed]

[set]

Definition at line 114 of file demo_adapter.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

struct hpd_module_def hpd_demo_adapter_def
Initial value:
= {
}
static hpd_error_t demo_adapter_on_stop(void *data, hpd_t *hpd)
[on_start]
Definition: demo_adapter.c:364
static hpd_error_t demo_adapter_on_parse_opt(void *data, const char *name, const char *arg)
[on_stop]
Definition: demo_adapter.c:392
static hpd_error_t demo_adapter_on_create(void **data, const hpd_module_t *context)
[types]
Definition: demo_adapter.c:172
static hpd_error_t demo_adapter_on_destroy(void *data)
[on_create]
Definition: demo_adapter.c:201
static hpd_error_t demo_adapter_on_start(void *data, hpd_t *hpd)
[create_lamp]
Definition: demo_adapter.c:322

[file]

Definition at line 58 of file demo_adapter.c.