nancy.liao
2025-04-15 4c11ea0639b923a171e72a47b8006734ba184b3e
libscpi/inc/scpi/parser.h
@@ -40,6 +40,16 @@
#include <string.h>
#include "scpi/types.h"
/*这个类提供了接口实现 主要为  SCPI_Init 和  SCPI_Input
SCPI_Init为SCPI的初始化 提供了一个全局的context使用 用法固定
SCPI_Input为输入命令 其中内部包含了解析参数
接口函数的实现都在 parser.c文件内
*/
#ifdef __cplusplus
extern "C" {