From d811ac6da4ab97088f7560b7999449ecd9b1d81f Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 14 4月 2015 04:04:37 +0800 Subject: [PATCH] Remove problematic test callback --- README.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 75ed0d2..2a2e9c4 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Reading strings is now more correct but it needs secondary copy buffer. You can use function `SCPI_ParamCopyText` to correctly handle strings like `"normal ""quoted"" normal"` will be converted to `normal "quoted" normal`. It is now possible to use `SCPI_ParamArbitraryBlock` and `SCPI_ResultArbitraryBlock` to work with binary data input and output. + +Test callback is removed from context. You should now reimplement whole `*TST?` command callback. Usage --------------- @@ -131,7 +133,6 @@ .write = myWrite, .error = NULL, .reset = NULL, - .test = NULL, .srq = NULL, }; ``` -- Gitblit v1.9.1