libscpi/inc/scpi/types.h
@@ -435,6 +435,7 @@ }; struct _scpi_t { //命令表的指针 const scpi_command_t * cmdlist; @@ -474,9 +475,8 @@ int SCPIerror; //增加了一个命令列表的长度 防止非法越界 int cmdlistSize; }; enum _scpi_array_format_t { SCPI_FORMAT_ASCII = 0,