]> sigrok.org Git - pulseview.git/commit - pv/prop/enum.hpp
binding/prop: Add a description field.
authorUwe Hermann <redacted>
Wed, 29 Mar 2017 22:57:33 +0000 (00:57 +0200)
committerUwe Hermann <redacted>
Thu, 30 Mar 2017 17:57:06 +0000 (19:57 +0200)
commit9a267f8dec48c9a28472c1a3bb146c624819e98b
tree5cd55d17e231ce90f054e167773c3524c859356e
parent56853c982046f78abe433f4f096f9305f8bcf806
binding/prop: Add a description field.

The config key / option bindings only allowed for a single name so far.

Add an additional description field, which can be used for longer
descriptions of the config keys / options.

Hook up the input/output format option descriptions.
18 files changed:
pv/binding/decoder.cpp
pv/binding/decoder.hpp
pv/binding/device.cpp
pv/binding/device.hpp
pv/binding/inputoutput.cpp
pv/binding/inputoutput.hpp
pv/prop/bool.cpp
pv/prop/bool.hpp
pv/prop/double.cpp
pv/prop/double.hpp
pv/prop/enum.cpp
pv/prop/enum.hpp
pv/prop/int.cpp
pv/prop/int.hpp
pv/prop/property.cpp
pv/prop/property.hpp
pv/prop/string.cpp
pv/prop/string.hpp