]> sigrok.org Git - libsigrok.git/commit
scpi-pps: Reimplemention of switching channel groups (PSU channels)
authorFrank Stettner <redacted>
Sat, 9 Dec 2017 18:45:02 +0000 (19:45 +0100)
committerUwe Hermann <redacted>
Fri, 1 Jun 2018 13:46:17 +0000 (15:46 +0200)
commit17a82e83ff4c2a7dc1bcc4f5ab6197c16a3b72de
treeb5aa136842b1b79dcc1ef881e23e6f2af0672e64
parentfa2ce8c762fb62cd632eb2a8b4f24128ca742678
scpi-pps: Reimplemention of switching channel groups (PSU channels)

Acquisition won't work correctly in a multi-threaded environment, when
config_set() and config_get() are called with a channel group.
The channel switching itself has moved to scpi/scpi.c, to be able to
handle switching in a thread safe way.
src/device.c
src/hardware/scpi-pps/api.c
src/hardware/scpi-pps/protocol.c
src/hardware/scpi-pps/protocol.h
src/scpi.h
src/scpi/scpi.c