Loading...
Searching...
No Matches
asymcute_topic Struct Reference

Data-structure for holding topics and their registration status. More...

Detailed Description

Data-structure for holding topics and their registration status.

Definition at line 289 of file asymcute.h.

#include <asymcute.h>

Data Fields

asymcute_con_tcon
 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
 

Field Documentation

◆ con

asymcute_con_t* asymcute_topic::con

connection used for registration

Definition at line 290 of file asymcute.h.

◆ flags

uint8_t asymcute_topic::flags

normal, short, or pre-defined

Definition at line 292 of file asymcute.h.

◆ id

uint16_t asymcute_topic::id

topic id

Definition at line 293 of file asymcute.h.

◆ name

char asymcute_topic::name[CONFIG_ASYMCUTE_TOPIC_MAXLEN+1]

topic string (ASCII only)

Definition at line 291 of file asymcute.h.


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