公告板
版本库
filestore
活动
搜索
登录
sola
/
scpi-parser
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Update to master
Jan Breuer
2013-06-18
4cd8a68a0ed6a5714fb05c51dde8c9da814a5731
[sola/scpi-parser.git]
/
examples
/
test-LwIP-netconn
/
scpi_server.h
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SCPI_SERVER_H_
#define _SCPI_SERVER_H_
#include <stdint.h>
void scpi_server_init(void);
void SCPI_AddError(int16_t err);
void SCPI_RequestControl(void);
#endif /* _SCPI_SERVER_H_ */