]> sigrok.org Git - libsigrok.git/commit
Rename SR_CONF_OUTPUT_* to SR_CONF_*.
authorAurelien Jacobs <redacted>
Sun, 15 Mar 2015 17:43:06 +0000 (18:43 +0100)
committerUwe Hermann <redacted>
Tue, 12 May 2015 11:22:34 +0000 (13:22 +0200)
commit7a0b98b544ca00f351295f21f895442680b1c014
treef667b588c06dc302c47a114685f9bf080be75690
parentc1603f4574c8ce9648b51ea587b99cfb0bb02420
Rename SR_CONF_OUTPUT_* to SR_CONF_*.

All those options are currently applied only to power-supplies
but they could apply as well to electronic loads, except for the
fact that electronic loads channels are called inputs and not
outputs.
Also when you think about an SMU (or any kind of 4-quadrants
power-supply), their channels can both source and sink current,
so they can be considered as input as much as output.
Those SR_CONF_* are thus renamed so that they can be used in all
those situations.
include/libsigrok/libsigrok.h
src/hardware/atten-pps3xxx/api.c
src/hardware/conrad-digi-35-cpu/api.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/motech-lps-30x/api.c
src/hardware/scpi-pps/api.c
src/hardware/scpi-pps/profiles.c
src/hwdriver.c