nancy.liao
4 天以前 1e139e410744eb791486dcee0ed4b1eebdf9a515
5 天以前 sola.lu
1. 添加一些注释
blob@ af6ee4 提交对比 | 对比当前
5 天以前 nancy.liao
通用的命令解析完成 如<[:MEASure]|[SOURCE]><[:ARM]|[TRigger]>[:DC] 以及[:MEASure][:DC],当...
blob@ 8a0ad0 提交对比 | 对比当前
6 天以前 nancy.liao
修改通用的版本 现阶段可用[:MEASure][:DC]
blob@ 5061da 提交对比 | 对比当前
7 天以前 nancy.liao
修改了一部分的宏定义声明和屏蔽了一些调试时的无效干扰
blob@ cc47c9 提交对比 | 对比当前
2025-04-18 nancy.liao
修改
blob@ a3fdd3 提交对比 | 对比当前
2025-04-15 nancy.liao
同步修改前的原SCPI库
blob@ 4c11ea 提交对比 | 对比当前
2022-02-02 helge
output block data with delimiter
blob@ c2a575 提交对比 | 对比当前
2023-01-16 Jan Breuer
Fix typos
blob@ d050a1 提交对比 | 对比当前
2023-01-16 Jan Breuer
Merge pull request #115 from PolyPik/response_separator_fix
blob@ 3c575a 提交对比 | 对比当前
2020-12-17 jordan imbert
Remove always false blocks in parser.c
blob@ 311a22 提交对比 | 对比当前
2020-04-28 Howard Li
Fix event commands adding semi-colons to output
blob@ 47bd35 提交对比 | 对比当前
2018-09-05 Jan Breuer
Fix #103 semicolon with empty command causes problems
blob@ 2e78fd 提交对比 | 对比当前
2018-07-14 Jan Breuer
Fix license wordings to correspond with BSD-2-Clause
blob@ 007889 提交对比 | 对比当前
2017-08-07 Jan Breuer
Remove dependency of parser.c to units.h
blob@ 3cf1b4 提交对比 | 对比当前
2017-07-19 Iztok Jeras
moving bool choice definition (ON, OFF) to units.c, so it could be used by ...
blob@ a10c46 提交对比 | 对比当前
2016-05-31 Jan Breuer
Convert c++ style comments // to c89 style comments /* */
blob@ 613c45 提交对比 | 对比当前
2016-04-24 Jan Breuer
Add support for array parameters represened as text (#52)
blob@ 71c6c1 提交对比 | 对比当前
2016-04-24 Jan Breuer
Move free from SCPI_ResultError to SCPI_SystemErrorNextQ to correspond with...
blob@ fdce1e 提交对比 | 对比当前
2016-04-24 Jan Breuer
Fix OUR_strndup, optimize non USE_DEVICE_DEPENDENT_ERROR_INFORMATION config...
blob@ c7d5f9 提交对比 | 对比当前
2016-04-24 Jan Breuer
Fix tests for device dependent info, convert to strndup, fix out of bounds ...
blob@ 94c8fa 提交对比 | 对比当前
2016-04-24 Jan Breuer
Fix test and examples to work with extended errors
blob@ 3a0d40 提交对比 | 对比当前
2016-04-24 Jan Breuer
Just code formatting
blob@ d2af54 提交对比 | 对比当前
2016-03-01 Chernov Dmitriy
The basic implementation completed. Tests are needed. (issue #73)
blob@ 34d681 提交对比 | 对比当前
2016-02-29 Chernov Dmitriy
manual heap ready
blob@ 508dec 提交对比 | 对比当前
2016-02-29 Chernov Dmitriy
strdup(malloc)/free ready.
blob@ 148070 提交对比 | 对比当前
2016-02-25 Chernov Dmitriy
start #73
blob@ 6092bd 提交对比 | 对比当前
2015-12-05 Jan Breuer
Refactor scpi_init and resolve #66
blob@ a731ca 提交对比 | 对比当前
2015-11-26 Jan Breuer
Add test for ResultArray
blob@ ace1bf 提交对比 | 对比当前
2015-11-26 Jan Breuer
Remove default IDN result
blob@ 9ed3ff 提交对比 | 对比当前
2015-11-13 Jan Breuer
Fix warnings and override bug in GCC
blob@ a3c8f8 提交对比 | 对比当前
2015-11-13 Jan Breuer
Add SCPI_ResultXYZ unit tests for basic types
blob@ 139d1e 提交对比 | 对比当前
2015-11-11 Andre Haupt
Fix uninitialised variable in RESULT_ARRAY macro.
blob@ 5f6fa3 提交对比 | 对比当前
2015-11-10 Jan Breuer
Add array result functions
blob@ 3b99af 提交对比 | 对比当前
2015-10-16 Jan Breuer
Add USE_COMMAND_TAGS and USE_DEPRECATED_FUNCTIONS defines
blob@ fbe83e 提交对比 | 对比当前
2015-10-16 Jan Breuer
Resolve #59: input buffer overrun handling
blob@ e81602 提交对比 | 对比当前
2015-10-12 Jan Breuer
Format and trailing space cleanup
blob@ 6110e0 提交对比 | 对比当前
2015-10-08 Jan Breuer
Remove unnecesery include and space
blob@ f21d15 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parse: added support for float
blob@ cb38db 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: fixed some integer castings
blob@ cf33d5 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: added 64 bit Param* functions
blob@ b9972c 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: renamed some more static functions, to add Base or Sign key...
blob@ 326768 提交对比 | 对比当前
2015-10-06 Iztok Jeras
integer parser: all functions handling a sign argument are now static, with...
blob@ 7a425e 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: removing some signed/unsigned function duplication
blob@ 99f3bc 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: make buffer sizes more explicit, as sum of bitlength and NU...
blob@ 6acc53 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: fixed buffer size for 64bit integers
blob@ c81d00 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: removed eroneously added function
blob@ 9ba859 提交对比 | 对比当前
2015-10-02 Iztok Jeras
added most new function declarations, replaced all usecases for old functio...
blob@ e9785c 提交对比 | 对比当前
2015-10-05 Jan Breuer
Resolve #54: Detect not typed numbers in SCPI_CommandNumbers
blob@ 5e68cb 提交对比 | 对比当前
2015-10-04 Jan Breuer
Fix clang warnings, add clang to travis
blob@ df3eeb 提交对比 | 对比当前
2015-09-15 Jan Breuer
Resolve #46: Detect missing parameter
blob@ c1e514 提交对比 | 对比当前
首页 | « 前一页 | 下一页 »