SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <string>
#include <vector>
#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 | |
Functions | |
void | ma::server::callback::getAvailableSensors (const std::vector< std::string > &args, Transport &transport, Encoder &encoder) |
void | ma::server::callback::configureSensor (const std::vector< std::string > &args, Transport &transport, Encoder &encoder, bool called_by_event=false) |
void | ma::server::callback::initDefaultSensor (Encoder &encoder) |
void | ma::server::callback::getSensorStatus (const std::vector< std::string > &args, Transport &transport, Encoder &encoder) |