SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_types.h>
Public Attributes | |
char | host [128] |
int16_t | port |
char | client_id [128] |
char | username [128] |
char | password [256] |
int8_t | use_ssl |
char ma_mqtt_config_t::client_id[128] |
char ma_mqtt_config_t::host[128] |
char ma_mqtt_config_t::password[256] |
int16_t ma_mqtt_config_t::port |
int8_t ma_mqtt_config_t::use_ssl |
char ma_mqtt_config_t::username[128] |