SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_mqtt_topic_config_t Struct Reference

#include <ma_types.h>

Collaboration diagram for ma_mqtt_topic_config_t:

Public Attributes

char pub_topic [128]
 
char sub_topic [128]
 
int8_t pub_qos
 
int8_t sub_qos
 

Member Data Documentation

◆ pub_qos

int8_t ma_mqtt_topic_config_t::pub_qos

◆ pub_topic

char ma_mqtt_topic_config_t::pub_topic[128]

◆ sub_qos

int8_t ma_mqtt_topic_config_t::sub_qos

◆ sub_topic

char ma_mqtt_topic_config_t::sub_topic[128]