libamxb
4.8.2
Bus Agnostic C API
|
Ambiorix Bus Agnostic Data Model eventing API. More...
#include <amxb/amxb_types.h>
Go to the source code of this file.
Functions | |
int | amxb_subscribe (amxb_bus_ctx_t *const ctx, const char *object, const char *expression, amxp_slot_fn_t slot_cb, void *priv) |
Subscribes for events of a object tree. More... | |
int | amxb_unsubscribe (amxb_bus_ctx_t *const ctx, const char *object, amxp_slot_fn_t slot_cb, void *priv) |
Removes an event subscription. More... | |
int | amxb_publish (amxb_bus_ctx_t *const ctx, const char *object, const char *name, amxc_var_t *data) |
Publish an event for a specific object. More... | |
Ambiorix Bus Agnostic Data Model eventing API.
Definition in file amxb_subscribe.h.