Data-structure holding the state of subscriptions. More...
Data-structure holding the state of subscriptions.
Definition at line 298 of file asymcute.h.
#include <asymcute.h>
| Data Fields | |
| asymcute_sub_t * | next | 
| the subscriptions list entry | |
| asymcute_topic_t * | topic | 
| topic we subscribe to | |
| asymcute_sub_cb_t | cb | 
| called on incoming data | |
| void * | arg | 
| user supplied callback argument | |
| void* asymcute_sub::arg | 
user supplied callback argument
Definition at line 302 of file asymcute.h.
| asymcute_sub_cb_t asymcute_sub::cb | 
called on incoming data
Definition at line 301 of file asymcute.h.
| asymcute_sub_t* asymcute_sub::next | 
the subscriptions list entry
Definition at line 299 of file asymcute.h.
| asymcute_topic_t* asymcute_sub::topic | 
topic we subscribe to
Definition at line 300 of file asymcute.h.