SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_server_at.h File Reference
#include <functional>
#include <string>
#include <forward_list>
#include "codec/ma_codec.h"
#include "core/ma_core.h"
#include "porting/ma_porting.h"
Include dependency graph for ma_server_at.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ma::ATService
 
class  ma::ATServer
 

Namespaces

 ma
 

Macros

#define MA_SEVER_AT_EXECUTOR_STACK_SIZE   20 * 1024
 
#define MA_SEVER_AT_EXECUTOR_TASK_PRIO   2
 
#define MA_SEVER_AT_CMD_MAX_LENGTH   4096
 

Typedefs

typedef std::function< ma_err_t(std::vector< std::string >, Transport &, Encoder &)> ma::ATServiceCallback
 

Macro Definition Documentation

◆ MA_SEVER_AT_CMD_MAX_LENGTH

#define MA_SEVER_AT_CMD_MAX_LENGTH   4096

◆ MA_SEVER_AT_EXECUTOR_STACK_SIZE

#define MA_SEVER_AT_EXECUTOR_STACK_SIZE   20 * 1024

◆ MA_SEVER_AT_EXECUTOR_TASK_PRIO

#define MA_SEVER_AT_EXECUTOR_TASK_PRIO   2