Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Public Attributes | |
int | cmd |
struct mg_str | payload |
int | qos |
uint8_t | connack_ret_code |
uint16_t | message_id |
char * | topic |
Definition at line 2892 of file mongoose.h.
View newest version in sPHENIX GitHub at line 2892 of file mongoose.h
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().