]> sigrok.org Git - libsigrok.git/commit
Export LCR meter 'auto' bits as config keys instead of mqflags.
authorJanne Huttunen <redacted>
Mon, 20 Oct 2014 20:03:20 +0000 (23:03 +0300)
committerBert Vermeulen <redacted>
Tue, 21 Oct 2014 10:23:20 +0000 (12:23 +0200)
commita42a39ac378534782d44f166b879e84cefa66ed6
treeec428226e90c2e1c7f1835fcf79715124465cd0b
parent160691b9008b2e13f981f6b8876cbbeb247c773d
Export LCR meter 'auto' bits as config keys instead of mqflags.

The automatic selections of the measured quantity and equivalent circuit
model are more part of the configuration of the meter than attributes
of the measurement result. To reflect this, model them as config keys
instead of mqflags. This allows a driver that supports remote control to
implement 'set' method for them and has the additional benefit of saveing
two flag bits.
include/libsigrok/libsigrok.h
src/hwdriver.c
src/lcr/es51919.c
src/output/analog.c