HomePort
Data Structures | Typedefs | Functions
model.h File Reference
Include dependency graph for model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hpd_action
 
struct  hpd_adapter
 
struct  hpd_configuration
 
struct  hpd_device
 
struct  hpd_parameter
 
struct  hpd_service
 

Typedefs

typedef struct hpd_adapters hpd_adapters_t
 
typedef struct hpd_configuration hpd_configuration_t
 
typedef struct hpd_devices hpd_devices_t
 
typedef struct hpd_parameters hpd_parameters_t
 
typedef struct hpd_services hpd_services_t
 

Functions

 TAILQ_HEAD (hpd_adapters, hpd_adapter)
 
 TAILQ_HEAD (hpd_devices, hpd_device)
 
 TAILQ_HEAD (hpd_services, hpd_service)
 
 TAILQ_HEAD (hpd_parameters, hpd_parameter)
 

Data Structure Documentation

struct hpd_action

Definition at line 51 of file model.h.

Collaboration diagram for hpd_action:
Data Fields
hpd_action_f action
hpd_method_t method
hpd_service_t * service
struct hpd_configuration

Definition at line 57 of file model.h.

Collaboration diagram for hpd_configuration:
Data Fields
hpd_adapters_t adapters
hpd_t * hpd
hpd_listeners_t listeners

Typedef Documentation

typedef struct hpd_adapters hpd_adapters_t

Definition at line 41 of file model.h.

Definition at line 40 of file model.h.

typedef struct hpd_devices hpd_devices_t

Definition at line 42 of file model.h.

typedef struct hpd_parameters hpd_parameters_t

Definition at line 44 of file model.h.

typedef struct hpd_services hpd_services_t

Definition at line 43 of file model.h.

Function Documentation

TAILQ_HEAD ( hpd_adapters  ,
hpd_adapter   
)
TAILQ_HEAD ( hpd_devices  ,
hpd_device   
)
TAILQ_HEAD ( hpd_services  ,
hpd_service   
)
TAILQ_HEAD ( hpd_parameters  ,
hpd_parameter   
)