Data-structure for holding topics and their registration status. More...
Data-structure for holding topics and their registration status.
Definition at line 289 of file asymcute.h.
#include <asymcute.h>
Data Fields | |
asymcute_con_t * | con |
connection used for registration | |
char | name [CONFIG_ASYMCUTE_TOPIC_MAXLEN+1] |
topic string (ASCII only) | |
uint8_t | flags |
normal, short, or pre-defined | |
uint16_t | id |
topic id | |
asymcute_con_t* asymcute_topic::con |
connection used for registration
Definition at line 290 of file asymcute.h.
uint8_t asymcute_topic::flags |
normal, short, or pre-defined
Definition at line 292 of file asymcute.h.
uint16_t asymcute_topic::id |
topic id
Definition at line 293 of file asymcute.h.
char asymcute_topic::name[CONFIG_ASYMCUTE_TOPIC_MAXLEN+1] |
topic string (ASCII only)
Definition at line 291 of file asymcute.h.