]> sigrok.org Git - libsigrok.git/commit
scpi-pps: Use thread safe SCPI functions, return float not double.
authorFrank Stettner <redacted>
Sat, 11 Nov 2017 17:20:07 +0000 (18:20 +0100)
committerUwe Hermann <redacted>
Fri, 1 Jun 2018 13:46:17 +0000 (15:46 +0200)
commitfa2ce8c762fb62cd632eb2a8b4f24128ca742678
tree480651060b87eab81e4954ed3cb80f4b71180b5f
parentfd20e59caa4b2b05ddbca55f77ff8b1cf8ae0446
scpi-pps: Use thread safe SCPI functions, return float not double.

Use of the thread safe SCPI functions, so no write+read operation is
interruped.

Also return float values instead of double value in acquisition mode.
This is related to bug #779.
src/hardware/scpi-pps/api.c
src/hardware/scpi-pps/protocol.c