SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <cstdint>
#include <cstring>
#include <functional>
#include <string>
#include "core/ma_core.h"
#include "porting/ma_porting.h"
#include "resource.hpp"
Go to the source code of this file.
Namespaces | |
ma | |
ma::server | |
ma::server::callback | |
Macros | |
#define | MA_HAS_NATTIVE_WIFI_SUPPORT 1 |
Functions | |
bool | isBssid (const std::string &str) |
void | ma::server::callback::configureWifi (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
void | ma::server::callback::getWifiInfo (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
#define MA_HAS_NATTIVE_WIFI_SUPPORT 1 |
bool isBssid | ( | const std::string & | str | ) |