Hi,
This series extends the option parser for the cam tool to support
repeatable options. This will be needed to extend the tool to support
multiple streams.
This was posted earlier as a RFC that included a fourth patch to make
use of the new interface in the cam utility. That patch was incomplete
and did not fully add multiple stream support to the cam tool and is
therefor dropped in this non-RFC series which is intended to be merged.
Niklas Söderlund (3):
cam: options: Create separate enum for OptionValue types
cam: options: Add an array data type to OptionValue
cam: options: Add support for repeatable options
src/cam/options.cpp | 56 +++++++++++++++++++++++++++++++++------------
src/cam/options.h | 23 +++++++++++++++----
2 files changed, 61 insertions(+), 18 deletions(-)