SELKIELogger  1.0.0
mqtt_queue_map Struct Reference

#include <MQTTTypes.h>

Collaboration diagram for mqtt_queue_map:

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.
 

Detailed Description

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.

See also
mqtt_enqueue_messages

Definition at line 56 of file MQTTTypes.h.


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