|
SELKIELogger
1.0.0
|
#include <MQTTTypes.h>

Public Attributes | |
| msgqueue | q |
| Internal message queue. | |
| uint8_t | sourceNum |
| Source number. | |
| int | numtopics |
| Number of topics registered. | |
| mqtt_topic_config | tc [120] |
| Individual topic configuration. | |
| bool | dumpall |
| Dump any message, not just matches in .tc. | |
Configuration and supporting data for mapping MQTT data to internal message format.
Messages matching the topics subscribed to in mqtt_queue_map.tc are wrapped as msg_t instances and queued to mqtt_queue_map.q by the callback function.
Definition at line 56 of file MQTTTypes.h.