Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mg_mqtt_message Struct Reference

#include <rcdaq/blob/master/mongoose.h>

+ Collaboration diagram for mg_mqtt_message:

Public Attributes

int cmd
 
struct mg_str payload
 
int qos
 
uint8_t connack_ret_code
 
uint16_t message_id
 
char * topic
 

Detailed Description

Definition at line 2892 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2892 of file mongoose.h

Member Data Documentation

int mg_mqtt_message::cmd

Definition at line 2893 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2893 of file mongoose.h

Referenced by mqtt_handler(), and parse_mqtt().

uint8_t mg_mqtt_message::connack_ret_code

Definition at line 2896 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2896 of file mongoose.h

Referenced by parse_mqtt().

uint16_t mg_mqtt_message::message_id

Definition at line 2897 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2897 of file mongoose.h

Referenced by parse_mqtt().

struct mg_str mg_mqtt_message::payload

Definition at line 2894 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2894 of file mongoose.h

Referenced by mg_mqtt_next_subscribe_topic(), and mqtt_handler().

int mg_mqtt_message::qos

Definition at line 2895 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2895 of file mongoose.h

Referenced by parse_mqtt().

char* mg_mqtt_message::topic

Definition at line 2898 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2898 of file mongoose.h

Referenced by mqtt_handler(), and parse_mqtt().


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