Amxb_Ubus  3.3.1
Ambiorix Ubus API
_amxb_ubus Struct Reference

#include <amxb_ubus.h>

Collaboration diagram for _amxb_ubus:

Data Fields

struct ubus_context * ubus_ctx
 
amxc_htable_t subscribers
 
struct blob_buf b
 
amxp_signal_mngr_t * sigmngr
 
amxc_llist_t registered_objs
 
struct ubus_event_handler watcher
 
struct ubus_event_handler wait_watcher
 
amxc_llist_t pending_reqs
 
amxd_dm_t * dm
 

Detailed Description

Definition at line 86 of file amxb_ubus.h.

Field Documentation

◆ b

struct blob_buf _amxb_ubus::b

Definition at line 88 of file amxb_ubus.h.

◆ dm

amxd_dm_t* _amxb_ubus::dm

Definition at line 95 of file amxb_ubus.h.

◆ pending_reqs

amxc_llist_t _amxb_ubus::pending_reqs

Definition at line 94 of file amxb_ubus.h.

◆ registered_objs

amxc_llist_t _amxb_ubus::registered_objs

Definition at line 91 of file amxb_ubus.h.

◆ sigmngr

amxp_signal_mngr_t* _amxb_ubus::sigmngr

Definition at line 90 of file amxb_ubus.h.

◆ subscribers

amxc_htable_t _amxb_ubus::subscribers

Definition at line 88 of file amxb_ubus.h.

◆ ubus_ctx

struct ubus_context* _amxb_ubus::ubus_ctx

Definition at line 87 of file amxb_ubus.h.

◆ wait_watcher

struct ubus_event_handler _amxb_ubus::wait_watcher

Definition at line 91 of file amxb_ubus.h.

◆ watcher

struct ubus_event_handler _amxb_ubus::watcher

Definition at line 91 of file amxb_ubus.h.


The documentation for this struct was generated from the following file: