Loading...
Searching...
No Matches
asymcute_sub Struct Reference

Data-structure holding the state of subscriptions. More...

Detailed Description

Data-structure holding the state of subscriptions.

Definition at line 299 of file asymcute.h.

#include <asymcute.h>

Data Fields

asymcute_sub_tnext
 the subscriptions list entry
 
asymcute_topic_ttopic
 topic we subscribe to
 
asymcute_sub_cb_t cb
 called on incoming data
 
void * arg
 user supplied callback argument
 

Field Documentation

◆ arg

void* asymcute_sub::arg

user supplied callback argument

Definition at line 303 of file asymcute.h.

◆ cb

asymcute_sub_cb_t asymcute_sub::cb

called on incoming data

Definition at line 302 of file asymcute.h.

◆ next

asymcute_sub_t* asymcute_sub::next

the subscriptions list entry

Definition at line 300 of file asymcute.h.

◆ topic

asymcute_topic_t* asymcute_sub::topic

topic we subscribe to

Definition at line 301 of file asymcute.h.


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